This Chrome Extension allows you to use Claude and ChatGPT to edit your local project - using the new File System APIs available on Chrome. This extension is not yet available on the Chrome Web Store (it takes weeks for approval), so it must be installed manually. Installation instructions are given below.
Select Files to include in the prompt:
Add files to prompt, and Sync back with your project
Write it back!
Clone this project
git clone https://github.com/codespin-ai/codespin-chrome-extension
Switch to the project directory
cd codespin-chrome-extension
Install deps. Note that you need Node.JS.
npm i
Build it.
./build.sh
Now go to Chrome > Extensions > Manage Extensions, and click on "Load Unpacked".
Point it at the codespin-chrome-extension
directory.
Enjoy.