Agent-first form infrastructure
Write a .md file. Run mf deploy. Get a live, branded form page — with email notifications and a submission dashboard.
$ npm install -g motivation-form $ mf auth login $ mf deploy contact.md ✓ Live → app.form.gold/contact
Every form tool wants you in their web editor, keeps your schema in their database, and charges per response. If they go down, your form goes down. Motivation Form stores your form as a file you own — versioned in git, deployed in one command.
01
Define your form as YAML frontmatter — fields, branding, notifications. Check it into git.
---
title: Contact
slug: contact
fields:
- id: name
type: text
---02
One command. The CLI parses, validates, and syncs your form definition to the platform.
$ mf deploy contact.md Parsing... ✓ Validating... ✓ Deploying... ✓
03
Your form is live. Share the URL — submissions land in your dashboard and your inbox.
✓ Live → app.form.gold/contact Submissions: dashboard
The .md file lives in your repo. If we disappear tomorrow, your form definition survives.
Claude Code, Codex, and any MCP client can create, deploy, and query forms without touching a browser.
10,000 submissions/month for $19. No per-response fees. No burndown credits. Your cap resets monthly.
Forms render server-side at the edge. No client-side schema fetch, no heavy JS bundle, no slow CAPTCHA.
Pricing
Free tier: 3 forms, 250 submissions/month — enough to validate a real use case. Pro is $19/month for unlimited forms and 10,000 submissions.
No web editor. No vendor lock-in. Just a file and one command.
Get started free