What Gets Exported
When you export a website, you receive a ZIP file containing:- HTML files for all pages
- CSS stylesheets
- JavaScript files
- Images and media
- Fonts
Export Your Website
- Go to your workspace
- Find the website you want to export
- Click the three-dot menu on the website card
- Select Export
- Wait for the ZIP file to download
Extract the Files
- Locate the downloaded ZIP file
- Extract to a folder on your computer
- Review the file structure
Test Locally
Before deploying, test the site locally:
- Open the folder in a code editor
- Use a local server (e.g., Live Server extension)
- Or open
index.htmldirectly in browser - Check all pages and links work
Deploy to Hosting
Considerations
- Exported sites are static HTML
- Dynamic features may not work
- Forms need backend configuration
- Analytics need reconfiguration
- Updates require re-export
When to Export
Export is useful when:- Moving to different hosting
- Creating offline backup
- Integrating with existing systems
- Compliance requirements
- Ending Lindo.ai subscription
Best Practices
- Export regularly as backups
- Test thoroughly before going live
- Update links if domain changes
- Reconfigure integrations
- Document any customizations

