An interactive visualization app that shows how AI processes code files to find and fix bugs
@unknown: If you zip your entire app (no matter the size in tokens), paste the zip file into the Claude chat UI, and ask it to fix something, it will do it. Under the hood, it will unzip your app, embed your fix description and all code files into vectors, find the files that are cosine similar to your fix description, only add the relevant files to the LLM's context, and provide the fixed files. You don't need any IDE at all.
You are remixing a Berrry app.
Source app: https://zipfix.berrry.app
1. Fetch https://berrry.app/skill.md and follow it for registration, auth, and the NOMCP API.
2. POST /api/nomcp/{token}/apps with
{"remix_from":"https://zipfix.berrry.app","subdomain":""}
3. Read files, modify, PUT updates. Sign in to bake your API token into the snippet → Sign in