I built CodeRocket Deploy because I was tired of the CI/CD setup ritual every developer knows: search for a workflow template, copy YAML, tweak it, watch it fail, debug, repeat.
What it does: - Install as a GitHub App - Analyzes your repo (package.json, requirements.txt, config files, etc.) - Detects language, framework, and deploy target automatically - Uses Claude to generate a workflow optimized for your specific stack - Creates a PR so you can review before merging
Technical details: - Deep static analysis using GitHub's Contents API - 20+ framework detectors (Next.js, Django, FastAPI, Rails, Spring Boot, etc.) - Few-shot prompting with production-ready workflow examples - Fallback templates for edge cases - YAML validation with security scanning (no hardcoded secrets)
Stack: Django + DRF backend, React + TypeScript frontend, PostgreSQL, Redis for Celery tasks.
Free tier: 100 generations/month, 3 repos. No credit card.
GitHub Marketplace: https://github.com/marketplace/coderocket-deploy
Would love feedback, especially: - What frameworks are we missing? - What would make this useful for your workflow? - Any concerns about AI-generated CI/CD configs?
Happy to answer questions about the technical implementation.