Skip to content

explodinglabs/superstack

Repository files navigation

SuperStack logo

SuperStack

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>"]
Loading

🎯 Perfect For

  • Solo developers who want full backend control
  • Startups building fast and lean
  • Teams that value transparency and modularity
  • Enterprises that prefer composable infrastructure

🚀 Quick Start

Getting.Started.mp4
  1. Create your repository from the SuperStack template

  2. Clone your repository and start SuperStack:

git clone https://github.com/yourname/myapp.git
cd myapp
cp example.env .env
docker compose up -d

📚 Documentation

📖 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.

About

Modern backend stack. Lean, transparent, composable. Zero bloat.

Topics

Resources

License

Stars

Watchers

Forks