Back to browse
RepoPrep – Turn a repo into a single AI-ready context file

RepoPrep – Turn a repo into a single AI-ready context file

by rajivnaskar·Mar 17, 2026·1 point·1 comment

AI Analysis

MidCozySlick

Free browser-based repo converter when JinaAI and Firecrawl already exist.

Strengths
  • All processing runs locally in browser with zero server uploads
  • Smart filtering auto-skips node_modules, .git, dist and build outputs
  • Token estimator helps avoid context window limits before pasting
Weaknesses
  • Code-to-context conversion already solved by multiple established tools
  • Free tier limited to 25 files, Pro at $6 competes with free alternatives
Target Audience

Developers using AI coding assistants

Similar To

JinaAI Reader · Firecrawl · Cursor

Post Description

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.com

Similar Projects

Productivity●●Solid

SkillForge – Turn Screen Recordings into Agent-Ready Skills

SkillForge turns the old 'show, don't tell' trick into code: record a task, and their AI teases clicks, keystrokes and navigation out of pixels into a stepwise skill file you can edit and export. The ability to trim video, rewrite steps via AI, and output a SKILL.md for agent frameworks is a practical, opinionated workflow that could shortcut lots of brittle RPA scripting — my main questions are reliability across dynamic UIs and privacy/recording controls, but the product direction is smart and tangible.

WizardrySolve My Problem
YaraDori
124mo ago
Productivity●●Solid

StewReads – Turn Claude chats into Kindle ebooks

It wires into Claude via MCP and exposes a single /stew prompt plus two tools (get_epub_system_prompt and email_epub_to_kindle) to convert conversations into EPUBs and push them to a Kindle address. Practical and focused — however it's tethered to the Claude ecosystem, consumes your Claude tokens, and enforces a 2,000-word cap as a guardrail.

Niche GemSolve My Problem
rajma
103mo ago