One opinionated platform
Everything between your .csproj and a live URL.
Keep writing .NET. Black Sails handles the repeatable deployment work, runtime, service isolation, and delivery.
Build
Understands .NET projects
Start with an ASP.NET Core project. Black Sails 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 Black Sails URL, every time
Deploy through Black Sails, reuse the same service on every release, and receive a production HTTPS endpoint automatically.
Production
billing-acme.apps.blacksails.sephiroth.com.br
HTTPS ready