Quickstart
CLI
Create a form0 project, start the dev server, and open a live preview. This flow uses only the CLI and the default schema template that comes with it.
Prerequisites
- Node.js
22.19.0+- Download here - A terminal or command prompt
- Your favorite code editor
Get ready in 5 steps
Build and preview your first form0 schema in minutes.
-
Install the CLI:
CodeOr run without a global install:
Codenpx command runs the CLI without a global install.
-
Start the interactive shell:
Code -
Initialize a standard project:
- Run
init - Choose Standard project
- Let the CLI auto-load your schema
If there is only one schema file in the project root, it is loaded automatically.
- Run
-
Start the dev server:
Code -
🎉 That's it! Now your form0 live preview is running at
http://localhost:3030in your browser.
What you get
Standard projects are file-first and CLI-driven.
form.schema.jsonwith a starter formform0.config.jsfor CLI settingstest.jsfor local engine checkssupporting-images/for field assets
Last modified on