Examples

See every flow in action.

Each of these flows is live and working. Open the app and run them yourself.

Auth flow

Sign up & log in

  1. 1Go to /signup — enter email, name, password
  2. 2Confirm email (or use Google OAuth)
  3. 3Your personal org is created automatically
  4. 4Land on the dashboard — you're an admin
Try signup

Billing flow

Subscribe with Stripe

  1. 1Navigate to Settings → Billing
  2. 2Pick Professional or Teams plan
  3. 3Enter Stripe test card: 4242 4242 4242 4242
  4. 4See plan limits update in real-time
Open billing

Team flow

Invite a team member

  1. 1Upgrade to Teams plan first (4 seats)
  2. 2Go to Settings → Members → Invite
  3. 3Enter email + pick role (admin/editor/member)
  4. 4Invitee accepts — role enforced immediately
Open app

RBAC flow

Role-based access

  1. 1Admin: sees & manages all projects
  2. 2Editor: sees all, can edit — can't delete
  3. 3Member: only sees assigned / own projects
  4. 4Plan limits block creation at DB layer
Open projects

Stripe is in test mode — no real charges

Use test card 4242 4242 4242 4242, any future expiry, any CVC. All billing flows are fully functional with test data.

Try it now