HTML Export (All Plans)
Generates a standalone, fully responsive HTML file that you can host anywhere. The file includes:
- Complete page with all selected sections rendered
- Embedded CSS with your brand colors and typography
- Google Fonts loaded via CDN
- Proper meta tags (title, description, Open Graph)
- Mobile-responsive grid layouts
- Under 200KB total file size
- No JavaScript dependencies — pure HTML + CSS
To use: download the file, open it in a browser to preview, then upload to any web host (Netlify, Vercel, Hostinger, AWS S3, GitHub Pages, etc.).
Shopify Theme ZIP (Pro + Agency)
Generates a Shopify Online Store 2.0 compatible theme package containing:
- layout/theme.liquid — Base layout with Google Fonts and CSS
- assets/base.css — Theme stylesheet with CSS custom properties
- sections/*.liquid — Individual Liquid section files for each section type (hero, product grid, FAQ, etc.). Each includes a
{% schema %} block with editable settings. - templates/index.json — JSON template defining which sections appear on the homepage and in what order
- config/settings_schema.json — Theme settings for colors, typography, and global configuration
- config/settings_data.json — Default values for theme settings
How to use with Shopify
- Download the ZIP from the builder
- In your Shopify admin, go to Online Store → Themes
- Click "Add theme" → "Upload zip file"
- Preview the theme before publishing
- Customize sections using the Shopify theme editor
The generated sections use Shopify Liquid syntax with proper schema blocks, so all section content is editable through the Shopify theme customizer without touching code.
JSON Schema Export (All Plans)
Exports the raw schema object as a JSON file. This is the complete data structure that Landoxo generates, including:
- brand — Name, tagline, description, colors, typography, USPs
- pages — Page definitions with section references and SEO data
- sections — Every section with its type, name, props (content), and editable schema definition
- theme — Layout settings, button styles, animation config
- shopify — Recommended Shopify features, apps, and metafields
Use JSON export for custom development, integration with other tools, or as a blueprint for manual theme building.
Export Availability by Plan
- Free — HTML + JSON export
- Pro ($29/mo) — HTML + Shopify Theme ZIP + JSON
- Agency ($79/mo) — All formats with top-priority AI queue and dedicated support