Modyra Studio · visual form builder
Studio is a local-first canvas for Modyra forms — drag fields into groups and arrays, wire up validators and server checks, and try the whole thing in a real, running preview before you export it. Nothing you export is templated text: every target compiles the same schema a real @modyra/core form would run.
Reads the model, not generated code
The Preview tab builds an actual @modyra/coreform from your schema — real validators, real arrays, realcanSubmit. Server validators run against a configurable mock (succeed, fail, network failure) so you can test the whole flow with no backend.
Every mutation is invertible
Every edit — drag, validator, rename — is a Command with a real inverse. Keyboard-only editing is a first-class path, not an afterthought: pick up a node, arrow it around, drop it, no mouse required.
Local-first, no lock-in
Everything auto-saves to IndexedDB in your own browser and restores on reload. Export the raw project as JSON any time — import it back into any Studio instance, or hand it to another target entirely.
Pick your target
The Export tab drives real code-generation targets through the same lazy target registry — generating a target needs no change to the canvas, and a target failure never corrupts your project.