Sprintsail is a managed application platform. Point it at a directory of source: it works out the language, installs the dependencies, builds it, starts it, and keeps it running. Attach Postgres, Redis, object storage, search, or a queue and the credentials land in the app’s environment. No cluster to provision, no YAML to maintain, no pipeline to assemble first.
THE CORE WORKFLOW
One command uploads your directory, works out the language, builds an image, and starts it. No Dockerfile to write and no pipeline to assemble first. Compatibility note: the client is the standard cf CLI, so a team that already has it installed has nothing new to install.
FEATURES
The platform works out what the app is, installs its dependencies, and produces a runnable image it then starts. Node, Python, Go, Java, Ruby, .NET — or bring your own image. No Dockerfile required.
Postgres, Redis, object storage, search, and queues are one request away. Provisioning happens for you, and binding puts the credentials into your app environment as variables. Teardown is as clean as creation — nothing orphaned, nothing left running.
Nothing to provision, size, upgrade, or patch. Capacity, node health, certificates, routing, and platform upgrades are ours. You get somewhere to push and a place to watch it run; the Kubernetes underneath is never something you open.
Live application logs and per-instance CPU and memory, read from the running instances rather than a cached summary. A single sick instance is visible instead of averaged away.
Every action runs as you. Your SSO identity carries its org and space roles into each request and the engine enforces them per call — the console can never do more on your behalf than you can do yourself.
A workspace for the team, and separate environments inside it for dev, staging, and prod. Create one in the console and it is there in the terminal in the same breath; delete it in either place and it is gone from both.
CLI-FIRST
cf api https://api.sprintsail.comcf login --ssocf target -o acme -s prodcf push orders-apicf appscf app orders-apicf logs orders-apicf scale orders-api -i 3 -m 1Gcf set-env orders-api KEY valuecf marketplacecf create-service postgres small orders-dbcf bind-service orders-api orders-dbACCESS
Sprintsail is open to a small number of teams while we run it in anger. We would rather support a handful of applications properly than ship a signup button and a queue of tickets.
Bring an application you actually care about. We onboard you, you push, and we stay on the other end of the line while you do it.
cf CLI against the same APIIf the platform needs to live inside your compliance boundary rather than ours, that is Drydock — the same engine, deployed single-tenant in your environment.
Early access is open to a small number of teams. Tell us what you want to run and we will get you onboarded.
Request access →