Build with AI
Forminit provides ready-made AI skills — structured instructions that AI coding assistants can use to integrate Forminit into your project. Works with ChatGPT, Claude, Cursor, Windsurf, Copilot, and any LLM that accepts context.
What are AI Skills?
Section titled “What are AI Skills?”AI skills are markdown files that follow the Agent Skills open standard. They contain everything an AI assistant needs to correctly integrate Forminit: constraints, code examples, field naming conventions, and common mistakes to avoid.
Instead of explaining Forminit to your AI assistant every time, copy a skill and the AI will generate correct integration code on the first try.
Available Skills
Section titled “Available Skills”| Skill | Stack | Skill URL |
|---|---|---|
| HTML / Static Sites | Any HTML page, Webflow, WordPress, Squarespace, Ghost | https://forminit.com/skills/forminit-html/SKILL.md |
| Next.js | Next.js App Router with server-side API key proxy | https://forminit.com/skills/forminit-nextjs/SKILL.md |
| Nuxt.js | Nuxt.js with server route for API key protection | https://forminit.com/skills/forminit-nuxtjs/SKILL.md |
How to Use
Section titled “How to Use”Option 1: Reference the Skill URL
Section titled “Option 1: Reference the Skill URL”Give your AI assistant the skill URL directly in your prompt:
Use the Forminit skill at https://forminit.com/skills/forminit-html/SKILL.md
to add a contact form to my site.
Option 2: Add to Project Context
Section titled “Option 2: Add to Project Context”For tools like Cursor or Windsurf that support project-level context, add the skill file to your project:
curl -o FORMINIT_SKILL.md https://forminit.com/skills/forminit-html/SKILL.md
The AI will reference it automatically when you ask about forms.
Option 3: Copy and Paste
Section titled “Option 3: Copy and Paste”Open the skill URL in your browser, copy the content, and paste it into your AI assistant’s context.
LLM Overview File
Section titled “LLM Overview File”Forminit also provides a comprehensive llms.txt file that covers the full API, all features, and all framework guides in a single document:
https://forminit.com/llm.txt
Use this when you need the AI to understand the full Forminit platform, not just a specific framework integration.
Was this page helpful?
Thanks for your feedback.