SuperStack Docs | SuperStack Wiki
SuperStack is an application backend built on Docker for self-hosting. Minimal by default, it is endlessly extensible.
- Solo developers who want full backend control
- Startups building fast and lean
- Teams that value transparency and modularity
- Enterprises that prefer composable infrastructure
-
Clone and Start the Application
git clone https://github.com/yourname/myapp.git
cd myapp/app
docker compose up -dTest it with:
$ curl http://localhost:8000/healthz
OKNow, add to your app by following guides in the Wiki.
📖 SuperStack Docs — Everything you need to install, configure, and use SuperStack out of the box.
🛠️ SuperStack Wiki — A collection of pages to help you add features like authentication, database, messaging, etc.
