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
ReactReact, Vite, CRA, Remix (client-side)https://forminit.com/skills/forminit-react/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
Node.jsExpress, Fastify, or any Node.js backendhttps://forminit.com/skills/forminit-nodejs/SKILL.md
PythonFlask, Django, FastAPI, or any Python backendhttps://forminit.com/skills/forminit-python/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.


Copy any of these prompts, replace the Form ID, and paste into your AI assistant.

Build a newsletter signup form with email, first name, and an interest area checkbox group (Product Updates, Engineering Blog, Design Inspiration, Case Studies, Industry News). Show a minimal inline success message after submit. Connect it with Forminit.

formId: <PASTE-YOUR-FORM-ID-HERE>

Use this integration skill guide: https://forminit.com/skills/forminit-react/SKILL.md

Build a freelance project request form with name, email, phone, a project type select (Website, Mobile App, Branding, UI/UX Audit, Consulting), a deadline date picker, a budget radio (Under $1K, $1K-$5K, $5K-$15K, $15K+), and a project brief textarea. Connect it with Forminit.

formId: <PASTE-YOUR-FORM-ID-HERE>

Use this integration skill guide: https://forminit.com/skills/forminit-html/SKILL.md

Build a course enrollment form with full name, email, phone, a course select (Intro to Python, Advanced JavaScript, Data Science Fundamentals, UX Design Workshop), a skill level radio (Beginner, Intermediate, Advanced), and a “Why do you want to take this course?” textarea. Connect it with Forminit.

formId: <PASTE-YOUR-FORM-ID-HERE>

Use this integration skill guide: https://forminit.com/skills/forminit-nextjs/SKILL.md

Build a vendor application form with company name, contact email, phone, website URL, a product category select (Food & Beverage, Handmade Goods, Clothing, Art & Prints, Jewelry, Other), a booth size radio (Small 6x6ft, Medium 8x8ft, Large 10x10ft), a product catalog file upload (PDF or images), and an “About your business” textarea. Connect it with Forminit.

formId: <PASTE-YOUR-FORM-ID-HERE>

Use this integration skill guide: https://forminit.com/skills/forminit-nuxtjs/SKILL.md

Build a property maintenance request form with tenant name, email, phone, a unit number text field, an urgency radio (Low — within a week, Medium — within 48 hours, High — same day, Emergency — immediate), a category select (Plumbing, Electrical, HVAC, Appliance, Pest Control, General), a description textarea, and a photo upload for the issue (images only, multiple files). Connect it with Forminit.

formId: <PASTE-YOUR-FORM-ID-HERE>

Use this integration skill guide: https://forminit.com/skills/forminit-html/SKILL.md


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.