Claude Skill: Form Builder

Build forms from a Claude prompt.

Install the Fantastic Forms skill into Claude. Ask for any form in plain English. Claude drafts the schema, publishes it to a 24-hour demo, and hands you a live URL you can share.No API key. No signup. Rate-limited to 3 forms per day.

Free demos remaining today from your IP: 3 / 3

How it works

You describe the form

In plain English. "A restaurant reservation form with party size, date, and dietary notes."

Claude drafts it

The skill teaches Claude our 50+ field types and conditional-logic grammar so it produces valid JSON on the first shot.

You get a live URL

Skill posts the JSON to our public demo endpoint. Two seconds later you have a shareable /f/<id> link.

Try it right now

Two ways: install the skill in Claude and just chat, or hit the endpoint yourself with curl.

Paste this into Claude
Build me a post-purchase NPS survey.
If the score is below 7, ask what went wrong.
If it's 9 or above, ask if they'd share it on social.

Claude will call the skill automatically once it's installed.

Or POST directly
curl -X POST https://fantasticforms.com/api/skills/demo-form \
  -H "Content-Type: application/json" \
  -d '{
    "title": "Post-purchase NPS",
    "pages": [{
      "title": "How was it?",
      "elements": [
        { "type": "nps", "question": "How likely are you to recommend us?", "required": true, "id": "nps-q" },
        { "type": "long_text", "question": "What could we do better?",
          "logic": [{
            "conditions": [{ "field_id": "nps-q", "operator": "less_than", "value": 7 }],
            "logic_type": "all", "action": "show"
          }]
        }
      ]
    }]
  }'

Response includes a live url field you can open immediately.

Install the skill

  1. 1

    Open Claude → Settings → Skills.

    Works in Claude Desktop and Claude Web. You need to be on a paid Claude plan that has Skills enabled.

  2. 2

    Choose “Install from URL” and paste:

    https://fantasticforms.com/skills/fantastic-forms-form-builder/SKILL.md
  3. 3

    Start any conversation with “build me a form”.

    Claude will invoke the skill automatically and hand back a live URL.

Free demo mode

Just kick the tires

  • • 3 forms per IP per 24 h
  • • 30 elements across up to 5 pages per form
  • • 24-hour TTL — forms auto-expire after a day
  • • No account, no API key, no billing
Pro — $99/mo

Ship for real

  • • API access — Claude builds forms directly into your workspace
  • • No demo cap, no element cap, forms live forever
  • • Every Pro feature: SSO, SCIM, audit logs, malware scanning, IP allowlisting
Upgrade to Pro