A streamlined, local-first frontend playground to build, organize, and preview full web projects directly in your browser.
- Multi-file Workspace: Create, edit, and organize HTML, CSS, JavaScript, and media files with folder support.
- Live Preview: Real-time sandboxed preview with a dockable layout, external tab support, and a built-in console.
- Import & Export: Easily import existing project files/folders or ZIP archives, and export your entire workspace as a ZIP.
- Advanced Editor: Powered by CodeMirror with syntax highlighting (Dracula theme by default), auto-formatting, search, and customizable settings.
- Local-First: Runs 100% client-side. No backend, database, or build steps required.
Split-screen workflow allowing code editing while viewing real-time updates and logs alongside the editor.
Full modal preview with an integrated developer console supporting log, info, warn, and error outputs with filtering.
Manage complex multi-file projects with hierarchical directory structures, file operations, and batch actions.
No installation required. Simply clone the repository and open the index.html file in any modern web browser.
git clone https://github.com/hihumanzone/HTML-previewer.git
cd HTML-previewer
# Open index.html in your browser- Vanilla HTML, CSS, and JavaScript
- CodeMirror (Code Editor)
- JSZip (ZIP File handling)
- js-beautify (Code formatting)
- pako (GZIP decompression)



