Self-host
Self-host is the primary way to run SoftStop. The hosted demo is optional evaluation only.
Local (fastest)
bash
pnpm install
pnpm devOr: docker compose up --build — see Docker.
Listens on http://localhost:3000 with in-memory storage.
bash
curl -X POST http://localhost:3000/v1/verify
SOFTSTOP_API_URL=http://localhost:3000 pnpm softstop healthWhat to configure next
- Docker — compose one-liner
- Environment — URL, policy, port
- Storage — memory vs Supabase
Optional hosted demo
https://softstop.vercel.app — not for production.