uxname/kodu
High-performance CLI to prepare codebase for LLMs, automate reviews, and draft commits.
Supports deterministic code cleaning via AST-based parsing to reduce token costs, in-terminal code reviews with configurable modes (bug/security), and remote server operations with strict JSON output for agent integration. Built on NestJS with local-first execution—all analysis runs on your machine with zero data retention, and direct API key passthrough to LLM providers.
Available on npm.
Stars
2
Forks
—
Language
TypeScript
License
MIT
Category
Last pushed
Mar 02, 2026
Commits (30d)
0
Dependencies
20
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/uxname/kodu"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
lguibr/CodeConcat
Prepare your code for AI. Concatenates your project into a clean, markdown-formatted file with...
yaohui-wyh/ctoc
Count Tokens of Code (forked from gocloc)
Water-Run/pack-my-code
pmc(pack-my-code): A tiny binary tool that “packages” your project code, suitable for sending to...
Crystainexhaustible329/pack-my-code
Package code context into clean markdown for LLM prompts using a minimalist, lightweight tool...
s1korrrr/codebase-combiner
Combine a workspace or folder into a single Markdown/text file with filters and token estimates.