Self-hosted status page SaaS
Find a file
2026-04-25 12:14:06 +00:00
app feat: status page enhancements 2026-04-25 12:14:06 +00:00
migrations feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
tests feat: Stripe Checkout Link integration — billing API with 29 tests 2026-04-25 10:18:38 +00:00
.env.example feat: Stripe Checkout Link integration — billing API with 29 tests 2026-04-25 10:18:38 +00:00
.gitignore fix: remove venv from git, update .gitignore 2026-04-25 05:00:15 +00:00
alembic.ini feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
docker-compose.yml feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
Dockerfile feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
pyproject.toml feat: Stripe Checkout Link integration — billing API with 29 tests 2026-04-25 10:18:38 +00:00
README.md feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
SAAS_ENHANCEMENT_PLAN.md feat: indie status page SaaS - initial release 2026-04-25 09:39:57 +00:00
TECHNICAL_DESIGN.md feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00

Indie Status Page

Lightweight, self-hosted status page tool for indie SaaS developers.

Quick Start

pip install -e ".[dev]"
uvicorn app.main:app --reload

See TECHNICAL_DESIGN.md for full documentation.