Schema-driven engine that powers form0 ecosystem.
npm install form0-core

!NPM License


!NPM Last Update
> [!WARNING]
> form0 is in active, very early development. Do not use in production. Expect breaking
> changes and unstable behavior.
form0-core is the schema-driven engine that powers form0 open-source ecosystem. It is framework-agnostic and runs in any JavaScript runtime (Node.js, browsers, React Native, etc.)
The entry point for most users is form0-cli. Follow the quickstart to create a project and preview
your schema.
- Overview: https://docs.form0.dev/core/overview
- Concepts: https://docs.form0.dev/core/concepts
- Full docs: https://docs.form0.dev
If you are integrating the engine directly:
``bash`
npm install form0-core
See SECURITY.md` for security modes and configuration.