Overview
LiveCodes offers multiple export formats to suit different use cases:- Download standalone HTML files
- Export source code as zip archives
- Share to CodePen, JSFiddle, or GitHub Gists
- Save project configuration as JSON
Export Formats
Export as HTML
Create a standalone, self-contained HTML file:The exported HTML file includes:
- Your compiled markup, styles, and scripts
- All external resources
- A single, portable file you can share
Export Source Code
Download your source files as a zip archive:- With Source
- Result Only
Includes both:
- Compiled output (HTML, CSS, JS)
- Original source files
- Project configuration (livecodes.json)
Export as JSON
Save the complete project configuration:Export to Other Platforms
CodePen
Export directly to CodePen:JSFiddle
Export to JSFiddle with one click: Menu → Export → Export to JSFiddle Your HTML, CSS, and JavaScript are automatically populated in JSFiddle’s editors.GitHub Gist
Create a GitHub Gist from your project:The gist will include separate files for your markup, style, and script code.
Deployment Options
For deploying your project to the web, see:Deploy to GitHub Pages
Host your project for free on GitHub Pages with one click
Programmatic Export
Use the SDK to export programmatically:Export from Embed
Even in embed mode, users can export projects:Export Settings
Customize what gets exported:- Include source files: Include original source or just compiled output
- Single file vs separate files: HTML only or HTML + CSS + JS
- Minification: Optionally minify code (not yet implemented)
Related Features
- Import - Import projects from various sources
- Deploy - Deploy to GitHub Pages
- Share - Share via URLs and QR codes
- Backup & Restore - Backup all your projects