Transform your local Website into a production-ready static website that works anywhere.

Export Your Website

Once you've added all your content, it's time to share it with the world!

The export feature transforms your folder contents into a production-ready static website that loads lightning-fast and works on most hosting platforms.

Here's how to do it:

If'you're running 4567 in your terminal, stop the server by pressing Ctrl + C.

Then run it again, but this time select "Export website" option from the menu.

When you select "Export website", 4567 will launch and show the folder picker again. Choose the same Website folder you used before, browse for a new one, or go back.

📦 Select Folder to Export
   Choose which website folder to export:

📋 Recent Locations:
   1) my-Website /Users/username/Projects/my-Website
   2) client-work /Users/username/Desktop/client-work

   3) Browse for folder... (opens native file picker)
   4) Use current directory
   5) Clear recent locations
   6) Exit / Cancel

That's it! 4567 will automatically generate a complete static website.

What gets generated?

When you run the export command, 4567 creates a complete, self-contained website:

Complete Site Structure 🏠

SEO & Performance

All Visual Features

Preserved folder 📂 structure

Your original folder organization is maintained:

export/
├── index.html                    # Homepage
├── about/index.html              # About page
├── project/
│   ├── my-web-design/index.html  # Individual projects
│   └── mobile-app/index.html
├── category/
│   ├── web-design/index.html     # Category filtering
│   └── branding/index.html
├── tag/
│   ├── e-commerce/index.html     # Tag filtering
│   └── responsive/index.html
├── year/
│   └── 2024/index.html           # Year filtering
└── static/                       # All assets
    ├── css/
    ├── js/
    └── images/

Image Processing 🖼️

Working Navigation 🔗

Analytics Ready 📊

Where can you host the exported website?

The exported files work basically anywhere that can serve static HTML files.
Here are some popular options:

Free Hosting Options

Professional Hosting

Why static is better? 🚀

Tips for a smooth export process

Before You Export

Performance Optimization

Updating Your Site

  1. Make changes to your local Website
  2. Run export command again
  3. Upload new files to replace old ones
  4. Changes are live immediately

Mobile Optimization

Why export is powerful?

🚀 No Vendor Lock-in - Your files, your site, your control
Lightning Performance - Static files load instantly
💰 Cost Effective - Host for free on many platforms
🔒 Ultra Secure - No server-side code to exploit
🌍 Works Everywhere - Any server that serves HTML
📈 SEO Optimized - Search engines love static sites

Troubleshooting

Export folder is empty?

Images not showing?

Links not working?

Site looks different than local?