main and your form is live at frms.dev — no manual authoring, no build step, no deployment.
All you need is a GitHub account and an AI coding agent. The repository includes agent instructions that teach the agent the full Declarative Forms schema, so it produces valid YAML without any setup on your part.
How it works
Fork the repository
Go to github.com/declarativeforms/declarativeforms and click Fork to create your own copy.
Open it in your AI coding agent
Open your fork in any AI coding agent that reads agent instructions from the repository root — such as GitHub Copilot, Claude Code, or OpenAI Codex CLI. The agent picks up the bundled instructions automatically.
Describe the form you want
Tell the agent what you need in plain language — the purpose, audience, fields, and what should happen after submission. The repository includes a sample prompt you can use as a starting point.
Every push to
main updates the form instantly. There is no build or deploy step.