Releases: webmyc/Respira-Tally
Releases · webmyc/Respira-Tally
Release list
Respira Forms Pro v1.0 – Tally MCP & CLI Prompt-to-Form Toolkit
Overview
Respira Forms Pro v1.0 marks the first production release of our Tally-focused prompt-to-form toolkit. Builders can now turn natural-language or JSON briefs into live Tally forms, powered by Groq + Tally MCP, with a playground, CLI, and ready-to-launch Next.js site.
Highlights
- Playground flow that creates production Tally forms inside your own account using your API key (no credentials stored).
- CLI and Node SDK tools for automating Groq-planned Tally form generation.
- Polished marketing site: hero, feature, pricing, FAQ, and roadmap sections tailored for showcasing Tally automations.
- MIT-licensed and self-hostable, ready for custom branding or integrations.
What’s Included
- Next.js app in
app/page.tsxfeaturing Tally-centric messaging and CTAs. components/try-it-now.tsxPlayground with Groq planner + Tally API integration.- CLI scripts under
scripts/for running prompt-to-form conversions locally. - Tailwind design system (
styles/,tailwind.config.ts) plus reusable components. - Example prompts, docs, and onboarding guidance for Tally + Groq setup.
Getting Started
- Clone the repo and install dependencies (
npm installorpnpm install). - Copy
.env.exampleto.env.local, then paste your Tally API key and optional Groq key. - Run
npm run devto test the Playground; production builds usenpm run build. - Deploy to Vercel (config included) or your preferred host, and follow the README for CLI usage.
Notes & Next Steps
- Playground traffic is capped by Groq’s free tier (14,400 requests/day).
- Rotate API keys if you’ve shared demos publicly; keys are never stored by Respira.
- File issues or feature requests at github.com/webmyc/Respira-Tally/issues.
Thanks for trying Respira Forms Pro v1.0 and helping us make Tally automation accessible!