A fully local browser-based code editor for HTML, CSS, and JavaScript.
This project was written with AI assistance and may need review.
- Local HTML, CSS, and JavaScript editing
- Custom built-in syntax highlighting
- Live preview in an iframe sandbox
- Save and load project files as JSON
- No CDN, no npm packages, no external modules
- Open
index.htmlin a browser. - Edit code in the HTML, CSS, and JavaScript panes.
- Use Run to refresh the preview.
- Use Save to download and store your work locally.
- Use Load to restore a saved JSON project file.
Ctrl + Enterto run the current codeCtrl + Sto save the project
index.html- app layout and editor panesstyles.css- app styling and editor themescript.js- editor behavior, preview, save/load, and syntax highlighting
- The app is designed to work offline from local files.
- The preview runs in a sandboxed iframe.
- The editor currently uses custom textarea-based highlighting instead of Ace.