Skip to content

renoirlucena/code-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code-analyzer

A small web app that takes a project (zip or single file), sends it through an LLM, and gives you back a code review or summary. Built it for myself to skim through unfamiliar codebases faster.

Express on the back, vanilla JS on the front. Nothing fancy.

Stack

  • Node.js / Express
  • Multer for uploads, unzipper for archives
  • OpenAI API (drop your key in .env)

Run it

npm install
echo "OPENAI_API_KEY=sk-..." > .env
node api/server.js

Then open http://localhost:3000.

Status

Side project. Works, but rough around the edges. PRs and ideas welcome.

About

Web app that runs an uploaded project through an LLM for review. Express + vanilla JS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors