| title | Fallow documentation | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| sidebarTitle | Introduction | ||||||||||||
| description | Get started with Fallow: codebase intelligence for TypeScript and JavaScript. Free static analysis of code and styles: unused code, duplication, complexity, architecture drift, and design-system consistency. Optional runtime intelligence for hot paths, cold paths, and deletion confidence. | ||||||||||||
| keywords |
|
||||||||||||
| mode | wide |
Fallow is codebase intelligence for TypeScript and JavaScript.
Use the static layer to find unused code, duplication, complexity hotspots, architecture drift, design-system styling drift, and feature-flag branches across your module graph. Add the optional runtime layer when you want to know what actually executed in production.
Open source analysis for code structure, cleanup, duplication, and styling. Runtime evidence for what actually ran in production.npx fallowNo config needed for the first run.
Dead code, duplication, complexity, and styling, in one pass.
npx fallow dead-code
npx fallow dupes
npx fallow health
npx fallow fix --dry-runStatic analysis answers: what is connected to what?
Runtime intelligence answers: what actually ran?
They meet in fallow health.