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.

  1. Go to the WordToSite dashboard and sign in.
  2. Choose your path: Migrate an existing site, Create by voice, or Start from scratch.
  3. Follow the guided flow. AI handles content generation, schema markup, and deployment.
  4. Your site is live with AEO/GEO optimization, SSL, and a custom domain.

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

What gets added

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

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:

Domain & SSL

WordToSite automatically provisions SSL certificates and configures DNS through Cloudflare. When you connect a custom domain:

  1. We create a DNS zone on Cloudflare.
  2. DNS records are configured automatically.
  3. SSL certificate is provisioned and renewed automatically.
  4. 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.

git clone https://github.com/wordtosite/wordtosite.git
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.