← Back to Blog
February 14, 2026·4 min read

Introducing Multi-Page Websites & Built-in Blogs

Our biggest update yet: create complete websites with multiple pages and a blog.

When we launched Chat to Website, you could build a single-page landing site by chatting. Today, we're taking it much further.

Multi-page websites and built-in blogs are now live. This means you can create complete websites — not just landing pages — all through conversation.

What's New

📄 Multiple Pages

Ask for a homepage, about page, services page, contact page — as many as you need. The AI creates each one with appropriate content and adds them to your navigation automatically.

✍️ Built-in Blog

Say “write a blog post about [topic]” and you get a full article. Posts are written in markdown, rendered beautifully, and automatically listed on your /blog page. Perfect for content marketing.

🎨 Site-wide Styling

Colors, fonts, and design choices now apply across all pages. Change your primary color once, and every page updates. Consistency without the hassle.

🔄 Page Management

New commands to manage your site:

  • /pages — List all pages on your site
  • /blog — List all blog posts
  • /status — See site stats and usage

Example Workflow

Here's what building a complete business site looks like now:

You: Build a website for a digital marketing agency with home, services, about, and contact pages

Bot: Building your website now... ✨

Bot: ✅ Your website is live! 🌐 agency-xyz.vercel.app

You: Add a blog and write a post about SEO tips for small businesses

Bot: Building 1 blog post... ✨

Bot: ✅ Blog post published! 📝 agency-xyz.vercel.app/blog

You: Make the primary color orange

Bot: Updating site... ✨

Bot: ✅ Done! All pages now use orange.

Technical Details

Under the hood, we're now generating proper Next.js applications with:

  • App Router for clean URLs
  • Shared layout with persistent navigation
  • Global CSS with CSS variables for theming
  • Markdown blog posts with automatic listing
  • Mobile-responsive design throughout

Everything still deploys to Vercel instantly, and you can still export your code anytime.

What's Next

We're working on:

  • Contact forms that actually send emails
  • Custom domains — buy and connect your own domain through chat
  • SEO tools — auto-generated meta tags, sitemaps, and more
  • Templates — start from pre-built designs for common use cases

Try it now

Build a multi-page website in under 2 minutes.

Open Chat to Website →