Live demo (hosted)
URL: demo.oequ.io
Public evaluation instance of apps/web (Studio) connected to a shared Supabase project operated by Oequ. Sign up or sign in with email — accounts, workspaces, boards, and credit data are stored in that database.
This is not the static mock app (apps/demo). For UI-only exploration without Docker, run npx nx serve demo locally — see Quick start.
What works
- Auth — email sign-up / sign-in (Supabase Auth)
- Boards & generation — studio UI, async jobs, batch variants
- Credits & billing UI — ledger, plans, paywall flows
- Settings — account and workspace members
Billing on the hosted demo may run in mock/test mode (no real charges unless we enable a live payment provider).
What this is not
- Not your production — shared evaluation environment; do not upload secrets or sensitive data
- Not
apps/demo— that app uses in-browser mock adapters only - Not isolated — other evaluators use the same cloud project; treat it as a sandbox
Try it
- Open demo.oequ.io
- Register with your email or sign in
- Open Boards → create or open a board → Generate
- Open credits / billing UI from the shell
Optional seeded account (if present in the demo project): demo@example.com / OequDemo2026!
Compare environments
| demo.oequ.io | npx nx serve demo | Local apps/web | |
|---|---|---|---|
| App | apps/web | apps/demo | apps/web |
| Backend | Shared Supabase Cloud | Mock adapters | Your Supabase (local or cloud) |
| Accounts in DB | Yes | No | Yes (your project) |
| Needs Docker | No | No | Yes (for local Supabase) |
After purchase
Clone the repo and point apps/web at your Supabase project — Quick start and Local setup.
Privacy
The hosted demo processes account and usage data in our Supabase project. Marketing-site privacy (contact form, oequ.io pages): oequ.io/legal/privacy .
Troubleshooting
CORS error on *.supabase.co/functions/v1/... from demo.oequ.io — Edge Functions must allow the demo origin. Oequ hosts are built into cors.ts; redeploy functions (npx supabase functions deploy) after pulling the latest repo. Set APP_PUBLIC_URL=https://demo.oequ.io in Supabase secrets for invite links.