Quibrix

Tutorial

Run the local FastAPI demo

  1. Start Quibrix and PostgreSQL.
  2. Open /dashboard, create an app, and configure its Development runtime profile.
  3. Create a Runtime Profile API key.
  4. Open Diagnostics and copy the .env template.
  5. Set the placeholders in examples/python-fastapi-app.
  6. Run uvicorn main:app --reload --port 8000.

Feature upgrade check

The demo route /export requires feature export_pdf. If the current user plan does not include it, the SDK calls /api/runtime/features/check and redirects the browser to /runtime/checkout/start.