Mock API service (zero-backend dev + runtime API-path proof)
pnpm mock runs the whole front end with no backend: envelope fixtures for /api/v1/* (mock/fixtures.json), the app, and a same-origin proxy on one port so the REAL CSP (connect-src 'self') and cookie scoping hold. For humans without credentials and for AI agents (Claude Code/Chat) that need to render, screenshot, or test pages. --strict turns undeclared endpoints into hard 501s and GET /__mock/report answers 'what does the FE actually call, and is all of it declared?' — the runtime counterpart of the static raw-fetch + openapi-coverage gates. Docs: docs/mock-api.md.
If you are building a front end
This one is configuration and UI rather than an endpoint you call — it ships with the template and turns on from config or the dashboard.
Bring any front end — hand-written, or generated with Lovable, v0, Bolt, Claude, or Cursor. You get auth, a multi-tenant database, payments through your own Stripe, and email/SMS without writing or hosting a backend.
Machine-readable
This page is generated from our published capability catalog. Point your AI assistant at /features.json (or /llms.txt) and it can read every feature, how to enable it, and the endpoints behind it — then build against them.