Skip to content

🚀 Getting Started

SuperStack uses Docker, so make sure Docker is installed before you begin.

1. Get SuperStack

Click Use this template and create a new repository (e.g. myapp-backend) on GitHub.

Clone it to your machine:

git clone https://github.com/yourname/myapp-backend.git
cd myapp-backend

2. Start the App

docker compose up -d

That's it – your backend is ready for development.

Test it with:

$ curl http://localhost:8000/healthz
OK

➕ What's Next?

👉 Add services by following the Wiki
👉 Deploy to a remote environment