๐ Open Source โ Boottify Tools
libRARian
Catalog your components. Eliminate duplicates.
0-config
Setup
~200ms
Per Project
React
Framework
$0
Always Free
$ npx librarian scan
โ Scanning 247 components across src/...
โ Found 6 duplicate components (12 variants)
$ npx librarian dedup --dry-run
โ Button: 4 variants โ merge to 1 (saves 3 files)
โ Card: 3 variants โ merge to 1 (saves 2 files)
โ 5 files can be safely removed
Why libRARian
// COMPONENT_AWARE
Zero Config
Points at your src/ directory. No setup files, no plugins, no config. Works with any React/Next.js project.
Duplicate Detection
Finds identical and near-identical components across your codebase. Same button written 4 times? libRARian finds them all.
Component Catalog
Builds a searchable inventory of every component. Props, imports, usage count โ all indexed and queryable.
Safe Deduplication
Dry-run mode shows what will change. Merge variants intelligently. Never breaks your build.
Usage Analytics
Which components are used most? Which are dead? Data-driven cleanup decisions.
OSS โ MIT Licensed
Free forever. No telemetry. No account required. Part of the Boottify open-source toolchain.
$ npx librarian scan$ npx librarian catalog --json > components.json$ npx librarian dedup --dry-run$ npx librarian dedup --merge