Overview
Export your Lindo AI website as static HTML/CSS files to host anywhere or keep as a backup.Accessing
- Open website in editor
- Go to Settings tab
- Select Advanced
- Click Export Website
Export Contents
The export package includes:- HTML files for each page
- CSS stylesheets
- JavaScript files
- Images and assets
- Fonts (if embedded)
File Structure
Hosting Options
After export, host on:- Netlify - Drag and drop deployment
- Vercel - Git-based deployment
- GitHub Pages - Free static hosting
- AWS S3 - Scalable cloud hosting
- Any web server - Apache, Nginx, etc.
Limitations
Exported sites are static:- No AI chat widget
- No form submissions (need backend)
- No CRM functionality
- No analytics (add your own)
Tips
- Export before major changes as backup
- Test exported site locally first
- Add your own form handling
- Configure your own analytics