Get started with
Growpad
Everything you need to ship verified features from customer evidence
Quickstart
Get your first verified feature shipped in under 15 minutes
Connect repository
Link your GitHub repository or use the main repo's demo folder for testing.
# Clone Growpad (includes demo/ sample evidence & target-repo) git clone https://github.com/anythingai/Growpad cd Growpad
Prepare evidence
Gather customer evidence: interview notes, support tickets, or feature requests.
Run pipeline
Upload evidence and start the pipeline. Monitor progress through each stage.
Review artifacts
Download the complete artifact pack: PRD, tickets, diff, evidence map, and test logs.
Apply & merge
Download the artifact pack (artifacts.zip). Review diff.patch, apply to your repository, and merge the verified PR.
# Extract artifacts.zip, then apply the diff git apply diff.patch # Review and commit git add . git commit -m "feat: implement feature from customer evidence"
Ready to start?
Guardrails & Safety
Built-in protections to keep your pipeline safe and predictable
Retry limits
Maximum 2 retry attempts on test failures to prevent infinite loops and runaway costs.
Forbidden actions
No destructive operations without explicit permission. Database migrations and external API calls require approval.
Dry-run mode
Generate PRD, tickets, and diff without writing code. Perfect for review before execution.
FAQ
Common questions about how Growpad works
What happens if tests fail?
Growpad automatically analyzes test failures and attempts to fix the code. It will retry up to 2 times, each time with more context about what went wrong. If tests still fail after 2 retries, you'll get detailed logs showing what was attempted and why it failed.
What repositories are supported?
Currently we support JavaScript/TypeScript (Node.js, React, Next.js), Python (Django, Flask, FastAPI), and modern web applications. More languages and frameworks are being added regularly.
Can Growpad open PRs automatically?
Not yet! For MVP, Growpad generates a complete artifact pack including the code diff. You review and apply it manually. Automatic PR creation with GitHub integration is on the immediate roadmap.
How does evidence mapping work?
Every requirement in the PRD includes citations to the original evidence. Every ticket links back to PRD sections. Every code change traces to a ticket. This creates an unbroken chain from customer voice to shipped code.
What if I want to run Growpad on private repositories?
For the pilot, you can use sample repositories or sanitized versions of your code. The Team plan includes GitHub OAuth with least-privilege access. Enterprise customers can self-host Growpad entirely within their infrastructure.
How long does a pipeline run take?
A typical run takes 5-15 minutes depending on codebase size and test complexity. PRD generation is fastest (1-2 min), code generation takes longer (3-5 min), and test execution varies by suite size.
Can I customize what the pipeline does?
Yes! You can configure retry limits, enable/disable specific tools, set dry-run mode, and define policy rules for what actions are permitted. Enterprise plans get full policy engine access.
What AI models does Growpad use?
Growpad is built on Google's Gemini 3 API for evidence synthesis, PRD generation, ticket breakdown, code generation, and self-healing. Extended context and reasoning power the full pipeline from evidence to verified code.
Still have questions?
We're here to help. Reach out and we'll get back to you quickly.