A lightweight live HTML, CSS, and JavaScript compiler that lets you code directly in your browser. It includes an integrated preview pane, autosave, console output, and sharable links β perfect for testing web ideas quickly.
- β¨ Live HTML / CSS / JS editing
- π§© Real-time preview in iframe
- πΎ Autosave with localStorage
- π€ One-click Download and Share options
- π¨ Multiple Ace Editor themes
- π‘ Adjustable font sizes
- π§± Built-in templates/presets (Blank, Bootstrap Starter, Canvas Sketch)
- π§° Customizable settings & reset option
Open the compiler in your browser (no installation needed):
π **[https://webpage-compiler.netlify.app/]
- HTML5 β structure and layout
- CSS3 β responsive and modern UI styling
- JavaScript (Vanilla) β core logic and functionality
- Ace Editor CDN β code editing interface
- LocalStorage API β for autosave feature
Clone this repository and open index.html (or 1.html) directly in your browser.
git clone https://github.com/prashant45/web_compiler.git
cd web_compiler