AI powered GitHub app builder: describe what you want in plain English and get a working GitHub App.
- Natural language to working GitHub App
- Auto generates webhook handlers, auth flow, and UI
- Supports issue bots, PR reviewers, CI helpers, and more
- One click deploy to GitHub Apps
pnpm install
pnpm devOpen http://localhost:5173 and describe your app.
cp .env.example .env.local| Variable | Description |
|---|---|
VITE_GITHUB_CLIENT_ID |
GitHub OAuth app client ID |
VITE_API_URL |
Backend API base URL |
- Frontend: React 18 and Vite and Tailwind CSS
- AI: Anthropic Claude
- GitHub: Octokit and GitHub Apps API