Run the MellonAI appliance

This environment is for engineers and testers who need to validate redactor-svc locally before Lovable orchestrates it in production.

Use the local admin password to unlock pairing, test user management, credit grants, and dev-only auth so you can iterate without touching customer data.

Once paired, Lovable handles real users and IdP logins. Locally you can focus on appliance health, pairing bundles, and manual QA.

What developers validate here

Loading…
Fetching current service health.
Checking status…

Pairing & local admin

Set the appliance password, fetch pairing challenges, and export the current bundle for any extension build.

Open Admin UI →

Extension & tokens

Download the Chrome extension, import bundles, and use developer mode to paste tokens minted via the Users tab.

Manage extension →

Observability

Keep /status healthy and review Grafana dashboards so the orchestrator sees accurate heartbeat and usage info.

Check status →

Local developer checklist

Use these steps whenever you spin up a fresh appliance for sandbox or CI usage.

  1. Set the local admin password. Click Sign in at the top right of any page.
  2. Review .env flags. For local auth set AUTH_MODE=local and provide DEV_SHARED_SECRET.
  3. Visit Admin ▸ Pairing. Generate a challenge when Lovable needs to pair, or download the existing bundle for extensions.
  4. Create test users. Use the Users tab to mint tokens with the roles/labels you need.
  5. Grant credits. Switch plans or top up balances from the Credits tab to mimic orchestrator behavior.
  6. Load the extension. Import the bundle (or enable developer mode) on the Options page, then sign in.

Docs to keep nearby: OpenAPI schema, Extension guide, and /status dashboard.