Skip to content

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.


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.


SkillStackSkill URL
HTML / Static SitesAny HTML page, Webflow, WordPress, Squarespace, Ghosthttps://forminit.com/skills/forminit-html/SKILL.md
Next.jsNext.js App Router with server-side API key proxyhttps://forminit.com/skills/forminit-nextjs/SKILL.md
Nuxt.jsNuxt.js with server route for API key protectionhttps://forminit.com/skills/forminit-nuxtjs/SKILL.md

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.

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.

Open the skill URL in your browser, copy the content, and paste it into your AI assistant’s context.


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.