Skip to main content
Goal: create a product and give it a command it can perform. This is the real starting line — everything else builds on it.

0. Sign in

Create a manufacturer account (or sign in) at the Hyperwisor platform. This is the workspace where every product you build lives.
Hyperwisor sign up

Create a manufacturer account to get your own Studio.

Hyperwisor sign in

Returning? Sign in to pick up where you left off.

1. Start the wizard

From your dashboard, create a new product. You’ll step through a short wizard: AI Generator → Basic Info → Commands & Actions → User Info & Metadata. You can skip the AI step and fill it in yourself.
Create a product from an idea

Describe your device in plain words — the AI drafts its commands, dashboard and firmware.

2. Basic Info

Give the product its identity:
  • Product Name — e.g. Plant Monitor
  • Category — pick the closest match (it drives marketplace discovery)
  • Model Number — e.g. PM-100
  • Firmware Version1.0.0
Basic Info step of the create wizard

Basic Info — name, category, model and firmware version.

3. Define one command

In Commands & Actions, add a single command so the product can do something. Think in the tree Command → Action → Parameter:
Commands and actions visual builder

The Commands Visual Builder — a Command → Action → Parameter tree that becomes your product's API.

That’s enough for now — a product that can be turned on and off. You’ll wire this to a switch in Lesson 2 and to firmware in Lesson 4.
Keep command and action names clear and stable — they become the contract your dashboard, firmware, and API all share. See Create a Product for the full field-by-field guidance.

4. Save

Finish the wizard. Your product is created and opens in the Product Development Studio — your workspace for everything that follows.
You have a product with a name, a category, and one command (Operate → ON/OFF).

Next: design its dashboard

Give your product an interface.