Docs
Getting Started
Quibrix separates five areas: public website, dashboard, runtime browser flow, server-to-server API, and external provider webhooks.
URL model
/,/docs/**,/tutorials/**,/pricing,/legal/**: Quibrix public website./dashboard/**: developer Control Plane./runtime/auth/**and/runtime/checkout/**: browser redirects for app users./api/runtime/v1/**: SDK and NanoSaaS backend API./webhooks/**: external provider callbacks such as Mollie.
Configuration names
QUIBRIX_APP_URL=https://quibrix.de
QUIBRIX_PUBLIC_URL=https://auth.quibrix.de
QUIBRIX_API_URL=https://api.quibrix.de
QUIBRIX_WEBHOOK_BASE_URL=https://quibrix.de
For local development, all four values may point to http://localhost:8080.
Next steps
- Create or open an app in the dashboard.
- Configure the Development runtime profile.
- Create a Runtime Profile API key.
- Open Diagnostics and copy or download the generated
.envtemplate. - Install the Python SDK in your FastAPI app.