Skip to main content

Overview

Export your Lindo AI website as static HTML/CSS files to host anywhere or keep as a backup.

Accessing

  1. Open website in editor
  2. Go to Settings tab
  3. Select Advanced
  4. 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

export/
├── index.html
├── about.html
├── contact.html
├── css/
│   └── styles.css
├── js/
│   └── scripts.js
└── images/
    └── ...

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