Optidash banner

Optidash

0 devlogs
0s

OptiDash is a CLI + live web dashboard that analyzes any Node.js or web project and makes it smaller, faster, and cleaner. It recursively scans all JS, TS, and CSS files, removes unused imports, minifies and bundles everything using esbuild, and s…

OptiDash is a CLI + live web dashboard that analyzes any Node.js or web project and makes it smaller, faster, and cleaner. It recursively scans all JS, TS, and CSS files, removes unused imports, minifies and bundles everything using esbuild, and shows real before/after size comparisons. It uses the Claude AI API to automatically rewrite inefficient code removing dead code, replacing slow loops, and stripping unnecessary dependencies. The live dashboard at localhost:3000 shows real time memory usage, file treemaps, optimization scores, and letter grades (A+ to F). Built for the Hack Club Optimization Sidequest.

This project uses AI

Used GitHub Copilot for code suggestions and autocompletion while
building the source files. The architecture, feature design, and
project structure were planned and built manually. Claude AI
(Anthropic API) is integrated as a core feature inside OptiDash
itself the tool calls the Claude API to help optimize user code
files by removing unused imports and improving inefficient loops.
Used Claude.ai occasionally for debugging specific errors.

Demo Repository

Loading README...