Show HN: RepoPrep – Turn a repo into a single AI-ready context file1 ポイント·投稿者 rajivnaskar·4 か月前·1 コメントI kept running into the same small but annoying problem when using AI tools for coding.Whenever I wanted to ask Claude or ChatGPT about a project, I had to spend the first 15–20 minutes preparing context.Open repo → copy file → paste → repeat → realise I forgot something → hit context limits → start trimming.So I built RepoPrep.You drop a project folder or ZIP, and it generates a single structured context file that you can paste into tools like Claude, ChatGPT, or Gemini.It filters out things like dependency folders, build outputs, binaries, and other noise so the model only sees the relevant code.Everything runs entirely in the browser — no uploads, and your code never leaves your machine.Still early, and I’d really appreciate feedback from developers using AI for coding.https://repoprep.com1 コメントコメントを投稿[–]rajivnaskar·4 か月前返信One unexpected challenge was filtering binary files and large artifacts reliably when processing folders in the browser.
Whenever I wanted to ask Claude or ChatGPT about a project, I had to spend the first 15–20 minutes preparing context.
Open repo → copy file → paste → repeat → realise I forgot something → hit context limits → start trimming.
So I built RepoPrep.
You drop a project folder or ZIP, and it generates a single structured context file that you can paste into tools like Claude, ChatGPT, or Gemini.
It filters out things like dependency folders, build outputs, binaries, and other noise so the model only sees the relevant code.
Everything runs entirely in the browser — no uploads, and your code never leaves your machine.
Still early, and I’d really appreciate feedback from developers using AI for coding.
https://repoprep.com