The Podcast · May 27, 2026 · Makeda Boehm

How to Build a Free Website With AI: Replace Expensive Hosting With Next.js and Vercel

Learn how to build a free website with AI using Next.js and Vercel, replacing expensive $500/year hosting with owned infrastructure.

free-websitenextjsvercelai-toolswebsite-hostingpodcastseed-and-society

If you're paying $500 a year or more for website hosting as a service-based business owner, you're likely paying for rent when you could own your infrastructure outright. Building a free website with AI is now not only possible but genuinely the cheaper, smarter option for coaches, consultants, and service providers worldwide. Here's exactly how I rebuilt my entire brand site during a single cross-country flight, what's in the stack, and why this shift matters for your business.

Why I Decided to Build a Free Website With AI Instead of Paying $500 a Year

Before the rebuild, I had a Showit site that looked beautiful. Showit is a drag-and-drop website builder with gorgeous templates, and I'd snagged mine during Black Friday for $700. But Showit doesn't have a real native blog, so I also had a WordPress installation plugged into the same domain. Two platforms that had to talk to each other but never quite agreed on anything.

The setup ran me about $500 a year. Then, because the interface was more complex than expected, I hired a designer just to fill in copy I'd already written. Another $500. The pages loaded fine. The site looked good. From the outside, nothing seemed wrong.

From the inside, everything was wrong.

Any time I needed to make an update, it was a headache that took time I didn't have. Unlike a simpler website builder like Squarespace, going through updates in Showit felt like I needed a design degree. It never took just a few minutes, and it never came out looking how I actually wanted. The ADA configuration was also a nightmare, with no easy way to ensure my site was truly accessible for those who needed it most.

The Real Problem: Rented Infrastructure vs. Owned Infrastructure

When you use a drag-and-drop website builder, you don't own your code. The Showit pages lived in Showit's database. The WordPress posts lived in a hosted WordPress account. If either company decided to change pricing, change features, or shut down a tier I was on, I had no recourse other than to pay more or migrate everything by hand.

That's not paranoia. That's what owned versus rented actually means in practice. The audience is yours. The platform is rented. The same logic applies to your website.

The other problem was technical, and I want to be specific because most service-based business owners don't think about this layer. Drag-and-drop site builders typically render their pages by stitching together client-side code. Search engines can crawl the result eventually, but they don't love it.

AI assistants like ChatGPT, Perplexity, Claude, and Google's AI overviews struggle even more. If you want to be the business that gets named in an AI-generated answer, the technical underbelly of your site matters. Fast page load. Clean HTML. Server-side rendering. Real metadata. Structured data the models can parse.

Most drag-and-drop builders give you a beautiful surface and a difficult underbelly. The underbelly is what determines whether the AI can find you.

What I Built on a Single Flight: The Complete AI Website Stack

I rebuilt my entire brand site on the plane ride from Nashville to San Francisco. By the time I landed, seedandsociety.com was a Next.js application running on Vercel with a Supabase database, a blog agent writing five articles a day into it, my podcast feed pulling in from Captivate, my newsletter embedded inline, structured data so every AI assistant on the planet can read it correctly, and accessibility compliance baked in end to end.

The whole site costs me zero dollars a month to host now.

I am not a developer. I did not write a single line of code by hand on that plane. I described what I wanted to Claude Cowork, and Cowork worked with Claude Code in the background to generate the files, deploy to Vercel, run the Supabase migrations, and set up cookie consent. A few hours of conversation. A working site that's owned, fast, accessible, and fully crawlable, sitting in my GitHub.

The Full Technical Stack for a Free AI-Built Website

Here's what I used. I want you to see the whole stack because this is the part most "build your own site" content skips, and the specifics matter.

Next.js 14 with the App Router. Next.js is the framework most modern professional sites are built on. The App Router is the current version of how pages and routing work inside Next.js. You don't need to know what that means to build with it. Claude Cowork knows. You just need to know that this framework produces server-rendered, fast, search-engine-friendly HTML and that it pairs cleanly with Vercel for deployment.

Vercel for deploy and hosting, on the free tier. Vercel is the company that made Next.js. Their free tier is generous enough to run a site like mine indefinitely. If I outgrow the free tier, the paid tier is $20 a month. Compared to $500 a year for the previous setup, even the upgrade path is cheaper.

Supabase for the blog database, also on the free tier. Supabase is an open-source alternative to Firebase. It gives me a real database that the blog agent writes to and the site reads from. Real database means I own the data. The articles live in my Supabase project. If I ever want to move them, I export them. They're mine.

RSS feed pulling in from Captivate. Captivate hosts my podcast. Their RSS feed is the standard way podcast platforms publish episodes. The site pulls the feed at build time so the latest episodes show up automatically. No double-posting. No manual sync. I do pay $19 a month for Captivate, but the analytics alone are worth it, especially since I'm hosting five podcast shows across multiple languages.

The newsletter embedded inline with Beehiiv. Most service-based business owners send people off-site to subscribe, which is the moment they bounce and forget. The embed lets people sign up without leaving the page. Conversion goes up because friction goes down.

A blog agent that writes five articles a day straight into Supabase. This is the piece that does the most work. The agent runs on a schedule, generates SEO-optimized articles in my voice, and saves them to the blog database. The articles publish automatically. Five a day adds up to about 150 a month. The site grows authority while I sleep.

Accessibility compliance to WCAG 2.1 AA standards, end to end. WCAG is the international accessibility standard. 2.1 AA is the level most public-facing sites should meet. It covers screen reader compatibility, keyboard navigation, color contrast, and alternative text for images. This was built in from the start, not bolted on as an afterthought.

Why Owning Your Website Code Matters More Than Ever

The gap between what most service-based business owners are paying for their web infrastructure and what's now possible with a few hours and the right tools is the biggest gap in this category. You can close it this month. The savings alone are real. The control you get on the other side is bigger than the savings.

Owned infrastructure used to be reserved for businesses that could afford developers and custom builds. That's no longer true. Owned infrastructure is now the cheaper option. If you need to, read that again.

The same Vercel free tier exists for somebody building from Cape Town. The same Supabase free tier exists for somebody building from Bangkok. The same Claude Cowork access exists everywhere Claude is available, which is most of the world. This isn't a strategy reserved for tech-savvy founders in expensive markets. This works for any service-based business owner in any country.

The SEO and AI Visibility Advantage of Server-Rendered Sites

There's a reason every major tech company builds on frameworks like Next.js instead of drag-and-drop builders. Server-side rendering means your pages arrive as complete HTML documents. Search engines don't have to wait for JavaScript to finish loading before they can read your content. AI assistants can parse your structured data immediately.

When someone asks ChatGPT or Perplexity about a topic you cover, those models are pulling from websites they can read quickly and accurately. If your site is buried under layers of client-side rendering and messy code, you're invisible to the very systems that increasingly drive discovery.

The Connector Method I teach at Seed & Society is built on this principle: make it easy for the right people and systems to find you. That includes AI systems. Your website's technical architecture is now part of your discoverability strategy.

How to Build Your Own Free Website With AI: The Process

Here's what the actual process looked like, because I want to demystify this.

I opened Claude with the Cowork feature enabled. Cowork can work with Claude Code in the background to generate files, run deployments, and handle technical operations. I described what I wanted: a Next.js site with specific pages, a blog that pulls from a database, podcast episodes that sync automatically, a newsletter embed, proper metadata, and accessibility compliance.

Claude Cowork asked clarifying questions. We iterated. It generated files, I reviewed them, we adjusted. When something didn't look right, I described the problem in plain language and we fixed it together.

By the time my flight landed, the site was live. Deployed on Vercel. Connected to Supabase. Pulling the RSS feed. Ready to accept newsletter signups.

A few hours of conversation. No code written by hand. Full ownership of every file.

What You Need to Get Started

If you want to replicate this, here's your starting point:

A Claude Pro subscription with Cowork access. A GitHub account (free). A Vercel account (free tier). A Supabase account (free tier). Your existing content and branding assets. A few hours of focused time.

That's the entire list. Everything else is conversation.

The Real Cost Comparison: Drag-and-Drop vs. AI-Built

Let me break down the actual numbers so you can see what this shift looks like financially.

My previous setup cost approximately $500 per year in hosting and platform fees, plus a $700 template purchase, plus $500 in design help. Call it $1,700 in the first year and $500 annually after that. And I still didn't own the code.

My current setup costs $0 per month in hosting. The Claude Pro subscription I was already paying for. The Captivate hosting for my podcast, which I'd pay for regardless of my website. The Beehiiv newsletter, which I'd use regardless of my website.

The incremental cost of this website rebuild was zero dollars. The ongoing hosting cost is zero dollars. And I own every single file.

If I ever decide to move to a different hosting provider, I take my code with me. If Vercel changes their pricing, I deploy somewhere else. If Supabase doesn't work for me anymore, I export my data and migrate. That's what ownership means.

Why This Matters for Service-Based Business Owners Worldwide

I keep emphasizing the global accessibility of this approach because it matters. Service-based business owners in emerging markets have historically been stuck with either expensive American SaaS tools or clunky free alternatives that don't scale professionally.

That's over. The free tiers of Vercel, Supabase, and similar infrastructure tools are available globally with no geographic restrictions on the free tier. A coach in Lagos has access to the same professional hosting infrastructure as a consultant in Los Angeles. A therapist in Manila can build the same caliber of website as an agency in Manhattan.

The cost barrier to professional web infrastructure has collapsed. The only remaining barrier is knowledge, and that's what we cover on The Connectors Market and the Seed & Society podcast every week.

What Comes Next: Scaling Your AI-Built Website

Once your site is live, the possibilities expand. My blog agent writes five articles a day into the database. Those articles are SEO-optimized, written in my voice, and published automatically. The site's authority grows continuously without manual work.

Your podcast feed syncs automatically. Your newsletter grows through embedded forms. Your structured data helps AI assistants cite you correctly. Everything compounds.

The $500 a year I'm no longer spending on hosted platforms is now available for things that actually grow the business. Better tools, better education, better systems. The savings fund the next phase.

If you've been treating your website like infrastructure, it's time to ask whether it actually is. If someone else can change the pricing, restrict your features, or make your site disappear, you're renting. Ownership is available now. It costs less. And it starts with a conversation.

This article is adapted from Episode 21 of the Seed & Society podcast. Listen on Spotify, Apple Podcasts, and more.

Frequently Asked Questions

Do I need to know how to code to build a website with AI?

No coding knowledge is required. Tools like Claude Cowork handle the technical implementation while you describe what you want in plain language. The AI generates the code, manages deployments, and handles database configurations. You guide the conversation; the AI does the building.

Is the Vercel free tier actually sufficient for a business website?

Yes. Vercel's free tier includes enough bandwidth and build minutes for most service-based business websites. The free tier supports custom domains, automatic SSL certificates, and global CDN distribution. If you eventually outgrow it, the paid tier starts at $20 per month, which is still significantly cheaper than most website hosting platforms.

What's the difference between owning my website code and using a website builder?

When you own your code, your website files live in your GitHub repository and can be deployed anywhere. With a website builder, your pages exist only inside that platform's proprietary system. If the platform changes pricing or shuts down, you lose access or must pay whatever they require.

How does a Next.js website help with AI search visibility?

Next.js produces server-rendered HTML that AI assistants can parse immediately. Unlike client-side rendered pages that require JavaScript execution to display content, server-rendered pages deliver complete content on first load. This makes your content more accessible to AI systems like ChatGPT, Perplexity, and Google's AI overviews.

Can I migrate my existing blog content to a Supabase database?

Yes. Blog content from WordPress or other platforms can be exported and migrated to Supabase. The migration process can be handled conversationally with Claude Cowork, which can write scripts to transform your existing content into the correct database format.

How long does it actually take to build a website this way?

A functional website can be built in a few hours of focused conversation with AI tools. My complete rebuild, including database setup, blog integration, podcast feed, newsletter embed, and accessibility compliance, was completed during a single cross-country flight. More complex sites may take longer, but the timeline is measured in hours, not weeks.

Keep Reading

Get the next essay first.

Subscribe to the Seed & Society® newsletter. One email every Sunday, built around what is relevant in A.I. for service-based business owners, plus grant and speaking applications worth your time.