https://github.com/explodinglabs/superstack
https://github.com/explodinglabs/superstack
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/explodinglabs/superstack
- Owner: explodinglabs
- License: mit
- Created: 2025-06-25T00:29:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-25T03:58:25.000Z (7 months ago)
- Last Synced: 2025-06-25T04:28:49.236Z (7 months ago)
- Language: Shell
- Size: 1.17 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SuperStack
SuperStack Docs
| Developer Wiki
_SuperStack_ is an **application backend** powered by PostgreSQL and PostgREST,
routed through Caddy. Designed for speed, simplicity, and composability.
```mermaid
flowchart TD
Gateway["API Gateway
Caddy"]
Gateway --> API["API Services
PostgREST + Add More"]
API --> Database["Database
Postgres"]
```
## 🎯 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
https://github.com/user-attachments/assets/5b53338a-9eef-405c-820c-cd5253f09d0d
1. [Create your repository from the SuperStack template](https://github.com/explodinglabs/superstack/generate)
2. Clone your repository and start SuperStack:
```sh
git clone https://github.com/yourname/myapp.git
cd myapp
cp example.env .env
docker compose up -d
```
## 📚 Documentation
📖 [SuperStack Docs](https://explodinglabs.com/superstack/) — Everything you
need to install, configure, and use SuperStack out of the box.
🛠️ [Developer Wiki](https://github.com/explodinglabs/superstack/wiki) — A
collection of pages to help you add features like authentication, messaging
queues, Stripe webhooks, etc.