SuperStack Docs | Developer Wiki
SuperStack is an application backend powered by PostgreSQL and PostgREST, routed through Caddy. Designed for speed, simplicity, and composability.
flowchart TD
Gateway["<b>API Gateway</b><br><i>Caddy</i>"]
Gateway --> API["<b>API Services</b><br><i>PostgREST + Add More</i>"]
API --> Database["<b>Database</b><br><i>Postgres</i>"]
- Solo developers who want full backend control
- Startups building fast and lean
- Teams that value transparency and modularity
- Enterprises that prefer composable infrastructure
Getting.Started.mp4
-
Clone your repository and start SuperStack:
git clone https://github.com/yourname/myapp.git
cd myapp
cp example.env .env
docker compose up -d
📖 SuperStack Docs — Everything you need to install, configure, and use SuperStack out of the box.
🛠️ Developer Wiki — A collection of pages to help you add features like authentication, messaging queues, Stripe webhooks, etc.