Skip to main content

1. Clone and run

hyperwisor-app-starter

The boilerplate on GitHub.
Open the dev server. You’re signed in as a demo user with two pre-loaded fake devices (mock mode). Tap Add device → Try a demo QR to test the onboarding flow without hardware.

2. Go live

  1. Get your API key (mk_…) and secret key (msk_…) from the Hyperwisor manufacturer dashboard.
  2. Copy .env.example to .env.local and fill in:
    .env.local is git-ignored — your keys never get committed.
  3. Restart npm run dev. The mock banner disappears; auth and device APIs now hit the real backend.
The msk_ secret key must never ship in a production mobile binary. See Security before you build for release.

3. Build a product UI

You don’t lay out device screens by hand — an AI agent generates them:
See AI-Generated Screens for both generation paths.

Choose a mode

Single vs multi-product.

Brand it

Colors, logo, theme.