Modyra

Modyra Studio · visual form builder

Build the schema.
Ship real code.

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.

Launch Studio →Browse templates →Read the docs →

Reads the model, not generated code

The preview is a real form

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

Undo/redo, for real

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

Your project, your storage

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

One schema, compiled four ways

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.

Contract JSONCoreAngularReact