Skip to content

Releases: webmyc/Respira-Tally

Respira Forms Pro v1.0 – Tally MCP & CLI Prompt-to-Form Toolkit

Choose a tag to compare

@webmyc webmyc released this 23 Sep 13:44

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.tsx featuring Tally-centric messaging and CTAs.
  • components/try-it-now.tsx Playground 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

  1. Clone the repo and install dependencies (npm install or pnpm install).
  2. Copy .env.example to .env.local, then paste your Tally API key and optional Groq key.
  3. Run npm run dev to test the Playground; production builds use npm run build.
  4. 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!