How it Works Documentation Quick Start PAPI — Pages & Assets MAPI — Dynamic Data Integrations SAPI — Sessions & Forms MCP Server Tools Deploy Dashboard

Quick Start

Build and publish a website in under a minute — just tell your AI.

Say This to Your AI Assistant

I want to build a website using WebsitePublisher.ai

Works with any AI assistant that supports web access or tool integrations.

? What Happens Next

When you tell your AI assistant to build a website with WebsitePublisher.ai, it will:

  1. Guide you through authentication — You'll verify your email and authorize the AI to publish on your behalf. Your credentials stay secure.
  2. Create your project — A new website project is set up with your own subdomain (e.g., yoursite.websitepublisher.ai).
  3. Build your website — Describe what you want, and the AI creates pages, styles, and content. Ask for changes anytime.
  4. Publish instantly — Every page is live immediately. No build steps, no waiting.

💡 You stay in control. You can view, edit, or revoke AI access anytime from your dashboard.


Choose Your Setup

How you connect depends on which AI assistant you use:

💻 Desktop AI & Code Editors

For MCP-compatible AI tools running on your desktop. Use our Connect app or add a config file.

Examples: Claude Desktop, Cursor, Windsurf, GitHub Copilot (VS Code).

Setup Guide →

🌐 Web-Based AI Setup

If your AI assistant has web access, you're ready to go. No installation required.

Supported Platforms

These platforms connect via OAuth or built-in connectors — no installation needed:

How It Works

  1. Start the conversation — Tell your AI: "I want to build a website using WebsitePublisher.ai"
  2. Authenticate — The AI will guide you to our dashboard where you'll verify your email via a one-time code.
  3. Authorize — Grant the AI permission to create and manage websites in your account.
  4. Build — Describe your website. The AI handles everything else.

🔐 Secure by design. AI assistants never see your password. Authentication uses secure OAuth flows and time-limited tokens.


💻 Desktop AI Setup

Desktop AI assistants run locally on your computer and don't have direct internet access. The WebsitePublisher Connect app acts as a bridge, giving your local AI the ability to publish websites.

What is Connect?

Connect is a lightweight desktop app that:

Setup Steps

  1. Download Connect — Get the app for your platform from our download page.
  2. Install and launch — Run the installer. Connect will detect your desktop AI assistant.
  3. Log in — Enter your email. You'll receive a one-time code to verify.
  4. Done! — Connect configures everything automatically. Start chatting with your AI.
Download Connect App

⚠️ Restart required. After Connect configures your AI assistant, you'll need to restart the AI application for changes to take effect.

Supported Desktop AI & Editors

See MCP Server docs for detailed setup guides per platform.


🛠 For Developers

Want to integrate WebsitePublisher.ai directly or build your own tools? Here's what you need:

Direct API Access

  1. Create an account — Sign up at dashboard.websitepublisher.ai
  2. Create a project — Each project gets its own subdomain
  3. Generate an access key — In your project settings, create an API key (wpa_...)
  4. Start building — Use the PAPI and MAPI endpoints

API Overview

WebsitePublisher.ai provides two main APIs:

Example: Create a Page

# Create a page with the PAPI
curl -X POST "https://api.websitepublisher.ai/papi/project/YOUR_PROJECT_ID/pages" \
  -H "Authorization: Bearer wpa_your_access_key" \
  -H "Content-Type: application/json" \
  -d '{
    "slug": "index.html",
    "content": "<!DOCTYPE html><html><body><h1>Hello World</h1></body></html>"
  }'

AI Integration Resources

📚 Learn More