1. Clone and run
hyperwisor-app-starter
The boilerplate on GitHub.
2. Go live
- Get your API key (
mk_…) and secret key (msk_…) from the Hyperwisor manufacturer dashboard. - Copy
.env.exampleto.env.localand fill in:.env.localis git-ignored — your keys never get committed. - Restart
npm run dev. The mock banner disappears; auth and device APIs now hit the real backend.
3. Build a product UI
You don’t lay out device screens by hand — an AI agent generates them:Choose a mode
Single vs multi-product.
Brand it
Colors, logo, theme.

