An open API service indexing awesome lists of open source software.

https://github.com/explodinglabs/superstack


https://github.com/explodinglabs/superstack

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          


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.

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