Live demo · read-only. Every client, metric, and report below is invented sample data. Changes are refused.About this project

Release readiness

Release blocked · 5 passed, 10 blocked.

database_persistence

The deployment is not using PostgreSQL.

blocked

Set MAX_DATABASE_URL to the production PostgreSQL connection URL.

database_migrations

The database revision or required schema is missing or behind the application.

blocked

Run alembic upgrade head against the deployment database.

owner_authentication

Owner authentication is incomplete.

blocked

Set AUTH_SECRET, allowed owner emails, and all Google OIDC callback values.

scheduled_job_authentication

One or more scheduled job secrets are missing.

blocked

Set JOB_RUNNER_SECRET and CRON_SECRET.

slack_delivery

Slack delivery configuration is incomplete.

blocked

Set Slack credentials, workspace/owner IDs, and an HTTPS MAX_PUBLIC_BASE_URL origin.

openai_budget

OpenAI access or its explicit monthly budget is missing.

blocked

Set OPENAI_API_KEY and MONTHLY_AI_BUDGET_USD before enabling AI work.

fulfillment_mode

Fulfillment mode is missing or contradicts external-write configuration.

blocked

Set MAX_FULFILLMENT_MODE=codex_handoff with external writes disabled, or MAX_FULFILLMENT_MODE=github_vercel with MAX_ENABLE_EXTERNAL_WRITES=true.

github_app

GitHub App configuration is incomplete.

blocked

Set the GitHub App identity, installation, owner, repository, and private key.

vercel

Vercel access is incomplete.

blocked

Set VERCEL_API_TOKEN and VERCEL_PROJECT_ID.

google_business

Google Business access is incomplete.

blocked

Set the Google refresh token and verified GBP account/location IDs.

browser_fallback

Browser fallback is either fully configured or intentionally disabled.

passed
billing_contract

Billing enforcement is either disabled or has a provider and signed webhook secret.

passed
scheduler_operational_state

Enabled scheduled work is not stale or repeatedly failing.

passed
archived_client_job_safety

Archived clients have no enabled scheduled work.

passed
persisted_integration_health

Persisted provider connections have no known error or mismatch state.

passed