Skip to main content
AI Websites lets you build and deploy complete web applications through conversation. The agent writes the code, sets up the infrastructure, and deploys your site live, all from a single chat. Every website comes with a database, file storage, payment processing, custom domain support, and analytics built in.
Chat interface on the left with the agent building a website, side panel on the right showing a live preview of the deployed site

What every website includes

Live URL

Every site gets a public URL at yoursite.runable.site the moment it is deployed.

Database

A SQLite database at the edge for storing users, content, and application data.

File Storage

Object storage for images, documents, uploads, and any files your app needs.

Payments

Stripe integration for accepting payments, subscriptions, and one-time charges.

Custom Domain

Connect your own domain with automatic SSL. No manual certificate management.

Analytics

Built-in page view and event tracking. See who visits and what they do.
Additional capabilities:
The agent can add user authentication to your site with sign-up, sign-in, and session management. Supports email magic links and social OAuth providers.
Your website gets its own AI gateway. The agent can build chatbots, AI assistants, and smart features into your site that run on your Runable credits.
Your website can send transactional emails (welcome emails, receipts, notifications) through the built-in email service.
Configure page titles, descriptions, Open Graph images, favicons, and social preview cards from the website dashboard.
Export your website code to a GitHub repository. The agent generates SSH keys and pushes the code for you.

How it works

The agent scaffolds a React + Vite project, writes frontend and backend code, sets up the database, and starts a live preview server. You see the website in the side panel as it is being built. When you are ready, click Deploy and the site goes live.
AI Websites is available on Starter, Pro, and Unlimited plans. On the Free plan, website creation requires upgrading.

The website dashboard

After deploying, your website has a dashboard with five sections:
SectionWhat it does
AnalyticsPage views, visitors, and event tracking
SEOSite name, description, OG image, favicon, visibility
DomainsSubdomain customization and custom domain connection
PaymentsStripe test and live environment setup
SecretsEnvironment variables for API keys and configuration
Website dashboard with a sidebar showing five navigation items: Analytics, SEO, Domains, Payments, Secrets

What AI Websites does not support

  • Native mobile apps. Websites are web applications only.
  • Server-side rendering frameworks other than the built-in Vite + React stack.
  • Multiple websites from a single chat. Each chat produces one website.
  • Collaborative editing. One person works on a website at a time.

Next steps