DevGodzilla
AI-powered software development orchestration platform with FastAPI, Next.js, and Windmill.
Overview
DevGodzilla is an orchestration platform that lets development teams compose AI-assisted workflows across the lifecycle: planning, implementation, review, deployment. The system is opinionated about what AI is useful for — repeatable, well-bounded tasks — and deliberately keeps a human in the loop for everything else.
Components
- Backend — Python 3.12 / FastAPI service. SQLAlchemy with SQLite for dev, PostgreSQL for production. Pydantic everywhere.
- Console — Next.js 16 / React 19 SPA with TypeScript, Tailwind, Radix UI, and TanStack Query. Single-page operator UI for managing runs.
- Workflows — Windmill provides the long-running orchestration substrate. Custom scripts dispatch agent runs, hold checkpoints, and surface human-review gates.
- Edge — nginx in front, terminating TLS and routing traffic to the right service.
Why it exists
Most “AI dev pipeline” products lock you into their idea of how the work flows. DevGodzilla is the opposite: it gives you the primitives (run, checkpoint, gate, agent adapter) and lets you build the pipeline that fits your team. The UI is the place where those primitives become legible — every AI step is observable, comparable, and overridable.