How do I create my first model?
Updated 20 August 2026·1 views
Creating a model
In the Underpeaks console, go to Models and click New Model. Give it a name — for example,Product — and add fields. Each field has a type (the underlying data type) and a ui_type (how it renders in the content editor):
| Field | Type | UI Type |
|---|---|---|
| title | String | Text field |
| price | Float | Text field |
| hero | String | Image |
| published | Boolean | Select |
See Models & Schema for the full field reference.Was this article helpful?