

Generate Tally forms
in natural language
Build for builders and community architects.
Open-source AI form builder that creates Tally.so forms from natural language (powered by Groq LLM) - free forever.
Disclaimer: This tool is not affiliated with Tally. We use Tally's API to create forms, but we are an independent open-source project. Tally is a trademark of their respective owners.
How it works
Four steps from idea to live form
Paste or upload
Drop a natural-language brief or JSON schema into the web app or CLI.
Groq plans it
Groq 3.1 turns the prompt into a structured blueprint (fields, options, branching).
Respira builds it
Our Node builder hits the Tally MCP/API, groups blocks correctly, and publishes.
You ship
Open the Tally edit link to tweak, connect automations, or embed on your site.
Lightning Fast
Generate professional forms in seconds, not hours. No more manual field configuration or styling.
AI-Powered Intelligence
Smart field type detection, validation rules, and professional styling applied automatically.
Secure & Private
Your API keys are never stored. Forms are created directly in your Tally account with your branding.
Playground: launch your form now
Paste your free Tally API key, describe the form in plain language or JSON, and Respira creates the live form in your own Tally account. We never store your key—it's only used once to submit the build request. Need a key? Grab a free Tally API key.
Try these example prompts:
What you get
Production-ready forms, from prompt to publish
Every prompt becomes a polished Tally form with the right fields, validation, and sharing links—here’s what it feels like when you run Respira.
Key capabilities
All Tally field types
Ratings, branching logic, uploads, signatures, and hidden fields render exactly as Groq plans them.
Publish in seconds
Respira hits the Tally MCP + REST APIs directly so the form lands in your workspace already live.
Reusable specs
Export the JSON plan and run the same prompt through CLI or CI/CD whenever you need a refresh.
See the results for these Example Prompts
Switching prompts refreshes the same embed instantly so you can preview how each plan turns into a live Tally form without leaving the page.
# Generate a form via CLI
respira generate \
--prompt "Create a job application form with personal details, work experience, and cover letter upload" \
--output job-app-form.json \
--deploy-to-tally
# Or use the API directly
curl -X POST https://api.respiraformspro.com/v1/generate \
-H "Content-Type: application/json" \
-d '{
"prompt": "Contact form with name, email, phone, message",
"options": {
"theme": "modern",
"validation": true,
"auto-deploy": true
}
}'Under the Hood
How Respira Forms Pro transforms natural language into structured data using cutting-edge tech
Next.js + Tailwind UI
Responsive UI with live status, prompt history, and API key management.
Node/Express API
Secure server that validates keys, creates forms, and retries publishes.
Groq LLM integration
Deterministic Groq LLM prompt templates tuned for form planning and field type recognition.
Open Source, MIT
Clone the repo, self-host, or extend the CLI • everything lives on GitHub.
Same features across web, CLI, and JSON specs • nothing hidden.
MCP integration
Model Context Protocol support so Cursor, Bolt, Lovable, v0, and other AI agents can run the same workflow.
Command line
Automate prompt-to-form generation in CI/CD with the Respira CLI or Node SDK.
AI tools
Works seamlessly with agentic stacks, letting Groq plan and Tally execute inside your favorite IDE assistants.
Tally.so MCP/API
Direct REST + MCP calls push blocks, publish forms, and return live/edit URLs instantly.
Pricing & Support
Pick your path • same AI form generator free tier, two modes:
No subscriptions, no hidden fees
Use Respira Forms Pro to create unlimited forms with AI. Open source, self-hosted, and completely free.
Instant Setup
Get started in under 60 seconds
Unlimited Forms
Create as many forms as you need
Open Source
MIT licensed, self-hosted option
Help us keep improving
Choose the workflow that matches how you like to ship
Upgrade Tally
Need Tally Pro features? Use our referral link to get 50% off for 3 months. We get a small commission to support development.
Note: This tool generates forms based on AI interpretation. Always review generated forms before use.•Free forever: Core functionality will always remain free and open source.
FAQ
Common questions about Respira Forms Pro
What's Coming Next
Our development roadmap shows what we're working on and what's planned for the future
All Tally Field Types Working
completedhigh prioritySuccessfully implemented all Tally-supported field types including rating, dropdown, linear scale, multiple choice, checkboxes, file upload, signature, and more. All fields now render correctly in generated forms.
Conditional Logic Implementation
plannedhigh priorityCurrently conditional logic does not work in generated forms. Will implement proper conditional branching and dynamic form behavior in the future.
User Accounts & Authentication
plannedhigh priorityAdd user accounts for those who want to use the playground as a SaaS. Save form templates, track usage, and manage API keys securely.
Form Templates Library
plannedmedium priorityCreate a library of pre-built form templates for common use cases (contact forms, surveys, applications, etc.)
Advanced Form Validation
plannedmedium priorityEnhanced validation rules generation including custom patterns and error messages
Multi-page Form Support
plannedlow priorityBetter support for creating multi-page forms with proper page breaks and navigation
Import Google Form to Tally Integration
plannedlow priorityAllow users to import existing Google Forms and convert them to Tally forms with proper field mapping and validation rules.
Have a Feature Request?
We're always looking for feedback and feature suggestions. Help us prioritize what to build next!
