One opinionated platform
Everything between your .csproj and a live URL.
Keep writing .NET. BlackSails handles the repeatable deployment work, runtime, service isolation, and delivery.
Build
Understands .NET projects
Start with an ASP.NET Core project. BlackSails validates the .csproj and publishes the release on your machine—never on remote build infrastructure.
src/Billing.Api/
├─Billing.Api.csproj
├─Program.cs
└─appsettings.json
Isolate
Every application has an identity
Workspace, application, and environment coordinates make services explicit, isolated, and safe to update.
workspaceacme
applicationbilling
environmentproduction
Deliver
A BlackSails URL, every time
Deploy through BlackSails, reuse the same service on every release, and receive a production HTTPS endpoint automatically.
Production
billing-acme.apps.blacksails.sh
HTTPS ready