Documentation
Everything you need to create, migrate, and manage AI-optimized websites with WordToSite.
Quick Start
Get your first website live in under 60 seconds.
Path 1: Migrate an Existing Site
Paste your current website URL. WordToSite uses Firecrawl to scrape your site's content, structure, branding, and assets. AI then rebuilds it with proper schema markup, semantic HTML, and GEO optimization.
What gets migrated
- Page content and structure
- Brand colors, fonts, and visual identity
- Images and media assets
- Navigation and page hierarchy
What gets added
- Schema.org structured data (Organization, LocalBusiness, FAQ, etc.)
- AEO-optimized content structure
- Open Graph and social meta tags
- Automatic SSL and DNS via Cloudflare
Path 2: Create by Voice
Tap the mic, describe your business or idea, and WordToSite transcribes your voice in real-time. AI interprets your intent and generates a complete website.
Voice commands for management
"Update the homepage heading to say we're hiring""Write a blog post about our product launch""Change the primary color to blue""Add a pricing section with three tiers"
Path 3: Start from Scratch
Answer a few questions about your business: name, industry, target audience, and key services. AI generates everything: content, structure, schema markup, and design. Review, tweak, and deploy.
AI Providers
WordToSite uses multiple AI providers for different capabilities:
- OpenAI (ChatGPT): Content generation, copywriting, and text optimization.
- Anthropic (Claude): Reasoning, content analysis, and structured data generation.
- Google (Gemini): Visual analysis, long-context understanding, and multimodal tasks.
Domain & SSL
WordToSite automatically provisions SSL certificates and configures DNS through Cloudflare. When you connect a custom domain:
- We create a DNS zone on Cloudflare.
- DNS records are configured automatically.
- SSL certificate is provisioned and renewed automatically.
- Your site is accessible via HTTPS immediately.
Self-Hosting
WordToSite can run on your own infrastructure. Clone the repository, provide your own API keys, and deploy with Docker.
cp .env.example .env
# Add your API keys to .env
docker build -t wordtosite .
docker run -p 3000:3000 --env-file .env wordtosite
Required API keys: OpenAI, Anthropic, Google Gemini, Cloudflare, InstaWP. Optional: Firecrawl (for migration).
AEO & GEO Explained
AEO (Answer Engine Optimization) structures your content so that answer engines like Google's Featured Snippets can extract and display your information directly in search results.
GEO (Generative Engine Optimization) optimizes your content for AI-powered search engines like ChatGPT, Claude, Perplexity, and Gemini, which generate answers by referencing and citing your website.
WordToSite implements both automatically: clean semantic HTML, proper heading hierarchy, Schema.org JSON-LD, FAQ structured data, and content formatted for AI extraction.