Modyra

Modyra Studio · templates

Building blocks, not starter kits — yet

Studio does not have packaged starter-project templates today. What it has is the ten elements below — drag any of them from the palette onto the canvas, nest them into groups and arrays, and wire up validators from the inspector. A gallery of ready-made starting points (checkout form, signup form, survey) is on the roadmap, not shipped.

Launch Studio →

Text

Single-line string field.

Textarea

Multi-line string field.

Email

String field with the email() validator available.

Number

Numeric field — min/max validators apply.

Checkbox

Boolean field.

Select

Single choice from a fixed option list.

Multiselect

Multiple choices from a fixed option list.

Date

Date field.

Group

Nests fields under a dotted path (address.city).

Array

A repeatable row — a field or a group, with per-row validators.