/superstack

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

Primary LanguageShellMIT LicenseMIT

SuperStack logo

SuperStack

SuperStack Docs | SuperStack Wiki

SuperStack is an application backend built on Docker for self-hosting. Minimal by default, it is endlessly extensible.

🎯 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

  1. Create your repository from the SuperStack template

  2. Clone and Start the Application

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

Test it with:

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

Now, add to your app by following guides in the Wiki.

📚 Links

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