CODYGIENE · Overview
CODYGIENE is an independent quality control engine for modern software. It performs deterministic static analysis across four dimensions:
- Security · injection, trust boundaries, secrets, RLS, auth
- Performance · N+1 queries, blocking operations, redundant work
- Code Health · complexity, duplication, dead code, architecture
- AI Quality · safeguard divergence, silent failures, test coverage gaps
What makes CODYGIENE different
CODYGIENE runs entirely on your machine. No source code, snippets, or repository content leaves your infrastructure. The scanner does not connect to any external service, does not require an account, and does not upload anything.
CODYGIENE is designed for modern TypeScript/JavaScript stacks including Next.js, Node.js, Supabase, Prisma, and Drizzle. It understands SQL migrations, route handlers, Server Actions, and database access patterns.
What CODYGIENE is not
- Not a runtime vulnerability scanner
- Not a complete security verification tool
- Not an all-language linter
- Not a cloud-based analysis service
- Not an AI-powered auto-fixer
CODYGIENE reports what it can determine from static, deterministic analysis of your source code. It does not execute your code, connect to your database, or make network requests to your infrastructure.
Who is CODYGIENE for
- Individual developers wanting fast local quality feedback
- Engineering teams needing deterministic CI quality gates
- CTOs and engineering managers assessing codebase health
- Startups building on Next.js + Supabase/Prisma/Drizzle
- Freelancers delivering quality work to clients
Next steps
Spotted something wrong or missing? Send feedback