A self-hostable, open-source PaaS built on Docker. Point a remote at your own server and ship — no dashboards, no YAML, no lock-in. Heroku-grade DX on infrastructure you control.
# add your slasha server as a remote $ git remote add slasha git@my-server.com:my-app.git # ship it $ git push slasha main → detected Dockerfile → building image… → provisioning micro-vm… → routing traffic… ✓ live at my-app.my-server.com
slasha bundles the things you'd cobble together yourself — builds, isolation, scaling, monitoring — into a single binary that runs on any Linux box.
Self-host on any Linux machine — a $5 VPS, a homelab, or a fleet of bare-metal boxes. No seats, no metering, no surprise bills. Read the code, fork it, run it.
Bring your own Dockerfile. If it builds locally, it ships.
No CLI, no dashboard. Push to a remote and you're live.
Scale containers up and down based on real traffic.
Plain Docker images. Move them anywhere, anytime.
Automatic TLS, isolated networks, signed builds.
Every app runs in its own lightweight VM. Strong tenant isolation without container-escape risk — boots in milliseconds.
Logs, metrics, and traces wired up out of the box.
Fast cold starts and minimal overhead per app.
Workers, cron, queues, and websockets — first class.
Web, API, workers, databases, and storage in one place.
One command on any Linux box. slasha runs as a single binary — no Kubernetes, no Helm, no node groups.
Point your repo at your slasha server. Works with any project that has a Dockerfile.
slasha builds the image, provisions a micro-vm, wires up TLS, and routes traffic. Done.
Self-host slasha in five minutes. Deploy your first app in another five.