https://github.com/mrdoob/chromecode
Vibe coding extension for Chrome
https://github.com/mrdoob/chromecode
Last synced: about 2 months ago
JSON representation
Vibe coding extension for Chrome
- Host: GitHub
- URL: https://github.com/mrdoob/chromecode
- Owner: mrdoob
- Created: 2025-11-15T05:29:58.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-11-16T10:59:27.000Z (about 2 months ago)
- Last Synced: 2025-11-16T12:21:46.779Z (about 2 months ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 11
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chrome Code
AI coding assistant for CodePen, integrated into Chrome DevTools.

## Installation
1. Go to `chrome://extensions/`
2. Enable "Developer mode"
3. Click "Load unpacked" and select this folder
## Setup
1. Open a CodePen page
2. Open DevTools (F12) → "Chrome Code" tab
3. Select AI provider (Claude, Gemini, or Local)
4. Click ⚙️ and enter your API key (if using Claude or Gemini):
- [Claude](https://console.anthropic.com/)
- [Gemini](https://aistudio.google.com/apikey)
- Local: Uses Chrome's built-in AI (requires Chrome flags)
## Usage
Chat with the AI to read and modify your CodePen code. The agent can update HTML, CSS, and JavaScript directly in the editors.
## License
MIT