Built for prototyping

Test the flow, not the rectangle.

Static prototypes fail the moment a user types something unexpected. Master builds a real app in minutes, so the feedback you collect is about the product.

The loop

Prompt, click, share, revise — several times a day.

01

Prompt

Describe the flow you want to test. No component library setup, no boilerplate.

02

Click through

The preview is a real app — forms submit, data persists, states are real.

03

Share

Send a link. Testers use it on their own device without installing anything.

04

Revise

Change it while the feedback is still fresh, then restore any earlier version.

Live

From sentence to a testable screen.

Ask for the flow. The agent builds the screens, the state and the edge cases, and the preview reloads as it goes.

master-magic.dev/p/onboarding-test
Three-step onboarding: profile, team invite, plan pick. Validate every field.
write src/pages/Onboarding.tsx
write src/components/StepProfile.tsx
write src/components/StepInvite.tsx
write src/components/StepPlan.tsx
add validation + error states
build ✓ preview updated
Why it beats a mockup

Everything a research session needs.

Interactions, not hotspots

Real inputs, validation and empty states instead of linked rectangles.

One link to test

Share the preview with stakeholders or testers; no accounts required to look.

Versions and restore

Every build is a checkpoint. Compare directions and roll back instantly.

Two directions at once

Remix the project and explore an alternative without losing the original.

Responsive by default

Check desktop, tablet and phone from the preview toolbar before the review.

Promotable

When the prototype wins, it becomes the product — the code is already real.

Keep the winner.

A validated Master prototype does not get thrown away and rebuilt. Connect the database, harden the flows and publish the same project.
For product teams

Frequently asked.

Is this throwaway code?+

Only if you want it to be. A Master prototype is a normal React app, so a validated direction can turn into the shipped product.

Can testers use it on their phone?+

Yes. Share the preview link and it runs in any browser, on any device.

Can I try two directions?+

Remix the project to fork it. Both versions stay live and you can compare them side by side.

What about real data?+

Connect the built-in database and the prototype behaves like the real thing — persistence, accounts and all.

Put something real in front of a user today.