Where to Host a Website You Built with AI (2026)
You described a website to an AI tool, it built the thing, and now it's sitting in a preview window. The question nobody answers well: where does it actually live? The honest answer depends entirely on what your AI tool built — and most "best hosting" lists ignore that. So we'll start there, then match each output to the right host.
- First: figure out what your AI tool actually built
- Quick comparison: 5 hosts for AI-built sites
- 1. Cloudflare Pages — best default for most
- 2. Vercel — best for Next.js (v0)
- 3. Netlify — easiest for Lovable & Bolt
- 4. Cloudways — when you need a server you own
- 5. Built-in hosting (Lovable Cloud, Replit) — when to just use it
- How to deploy your AI-built site (5 steps)
- Which should you pick?
- Verdict
- FAQ
First: Figure Out What Your AI Tool Actually Built
Every hosting decision flows from one fact — the type of thing your AI tool produced. There are three buckets, and they go to different places:
- A static site or front-end app (HTML/CSS, or a React/Vite build with no server logic). This is the most common output and the easiest to host. It goes on a "Pages" host.
- A full-stack app (Next.js with server routes, or anything wired to a database/auth like Supabase). It still deploys to a modern app host, but you care about serverless functions and where the database lives.
- A WordPress / PHP site (some AI tools assemble or theme WordPress for you). This is the only case where classic WordPress hosting is correct.
Here's what the popular 2026 tools tend to output, so you know which bucket you're in:
| AI tool | What it outputs | Natural host |
|---|---|---|
| Lovable | React + Vite app, often with Supabase auth/DB; one-click GitHub sync | Netlify, Cloudflare Pages, or Lovable Cloud |
| v0 (Vercel) | Next.js apps, frequently with a database | Vercel (smoothest); Cloudflare/Netlify to save cost |
| Bolt.new | Flexible framework (usually Vite + React); no DB/auth out of the box | Netlify (direct publish) or Cloudflare Pages |
| Replit | Full project with a real IDE + autonomous agent | Replit's own hosting, or export to any host |
| Cursor | Whatever you build — code you fully control | Depends on the stack you chose |
If you're not sure, look for a package.json in your project. If it's there with a build script, you have a JavaScript app — not a WordPress site — and you want one of the first four hosts below.
Quick Comparison: 5 Hosts for AI-Built Sites
| Host | Best for | Free tier | Commercial use on free? | Paid from |
|---|---|---|---|---|
| Cloudflare Pages | Most AI sites; cost at scale | Unlimited bandwidth, ~500 builds/mo | ✓ Yes | $5/mo |
| Vercel | Next.js / v0 output | Generous, but hobby only | ✗ No (Pro required) | $20/seat/mo |
| Netlify | Lovable & Bolt simplicity | 100 GB bandwidth, 300 build min | ✓ Yes | $19/mo (per team) |
| Cloudways | Backend/DB or WordPress you own | 3-day trial | n/a (paid) | ~$14/mo |
| Lovable Cloud | Staying inside Lovable | ~$25/mo credits per workspace | ✓ Yes | Usage-based |
Pricing and limits as of June 2026. Hosts change tiers often — verify the current page before you commit.
1. Cloudflare Pages — Best Default for Most AI-Built Sites
If you want one answer that's right most of the time, it's Cloudflare Pages. Three reasons make it the safe default for a solo builder. First, bandwidth is unlimited on every tier, including free — so a post that goes viral won't trigger a surprise bill, which is exactly the trap Vercel and Netlify can spring at scale. Second, commercial use is allowed on the free plan, so a site that earns money is fine at $0. Third, when you do outgrow free, the Pro tier is just $5/month — dramatically cheaper than the alternatives at higher traffic.
It deploys static sites and modern frameworks (including Next.js) straight from a GitHub repo. The free tier covers roughly 500 builds per month, which is about 16 a day — plenty for a solo project. The tradeoff: the developer experience is slightly less hand-holdy than Vercel's, and very Next.js-specific features can need extra configuration. For a marketing site, a portfolio, or a straightforward app, none of that will bother you.
Pick Cloudflare Pages if: you built a static site or a standard app, you want predictable (often $0) cost, and you never want to think about bandwidth overages. This is also what SoloForge itself runs on.
2. Vercel — Best for Next.js (and Anything from v0)
Vercel makes Next.js, so if your AI tool handed you a Next.js app — which is exactly what v0 produces — Vercel is the smoothest possible path. Builds are zero-config, every pull request gets a preview URL, and server/edge functions just work. For the first deploy especially, nothing else is this frictionless.
The catch is money. As of 2026, Vercel's free Hobby plan prohibits commercial use — the moment your site earns revenue, you're expected to move to Pro at about $20 per seat per month. And at high traffic, Vercel's usage-based pricing climbs faster than Cloudflare's. So Vercel is the best experience, but not the cheapest home for a money-making site. Many builders prototype on Vercel and migrate the same Next.js app to Cloudflare Pages once traffic — and cost — grows.
Pick Vercel if: your project is Next.js (especially from v0) and you value the smoothest deploy over the lowest bill. Budget for Pro ($20/mo) once it earns.
3. Netlify — Easiest Path for Lovable & Bolt
Netlify earns its spot on convenience. Lovable can publish to Netlify directly, and Bolt projects deploy to Netlify after you claim them — so for those two tools it's often the shortest distance from "AI built it" to "it's live." The free tier includes 100 GB of bandwidth, 300 build minutes, and — importantly — commercial use is allowed, so a small money-making site fits at $0.
Paid starts at $19/month, and notably that's per team, not per user, with 1 TB of bandwidth included — friendlier than Vercel's per-seat model for a solo operator. Netlify did move to a credit-based billing system in late 2025, so read the current usage page so nothing surprises you. For a Lovable or Bolt site you want live in five minutes, Netlify is the path of least resistance.
Pick Netlify if: you used Lovable or Bolt and want the fastest publish, or you prefer team-based ($19/mo) pricing over per-seat.
4. Cloudways — When You Need a Server You Actually Own
The three hosts above are "Pages" platforms: brilliant for front-ends and serverless functions, but they abstract the server away. Sometimes you don't want that. If your AI-built project has a real backend, a database you want to control, long-running jobs, or you'd rather own a proper server without learning DevOps — that's where Cloudways fits.
Cloudways is managed cloud hosting on top of DigitalOcean, AWS, or GCP, starting around $14/month all-in. It runs Node.js apps (with isolated Node hosting in private preview during 2026) as well as PHP — which means it's also the right answer in the one case the Pages hosts can't serve: an AI-assisted WordPress site. You get one-click installs, server-level caching, free SSL, automated backups, and 24/7 support, without managing the underlying Linux box yourself.
It's not the pick for a pure static front-end — that's overkill, and a Pages host is simpler and cheaper. But the day your AI project grows a backend, or you want a WordPress site you fully own, Cloudways is the grown-up option that won't box you in.
5. Built-In Hosting (Lovable Cloud, Replit) — When to Just Use It
Don't overlook the simplest option: the hosting baked into the tool you already used. Lovable Cloud offers one-click deploy with around $25/month in credits per workspace, and Replit can host the project right alongside the IDE you built it in. The appeal is zero context-switching — you never leave the tool, and there's no GitHub step.
The tradeoff is portability and cost predictability. Built-in hosting can get pricier as you scale, and you're more tied to one vendor. The good news with Lovable specifically: your project syncs to GitHub at any time, so you can start on Lovable Cloud and move to Cloudflare or Netlify later without rebuilding. Use built-in hosting to get live today; migrate when cost or control starts to matter.
How to Deploy Your AI-Built Site (5 Steps)
The common path is genuinely simple and requires no terminal:
- Push your project to GitHub. Most AI builders (Lovable, Bolt, v0, Replit) have one-click GitHub sync. Connect it and push your project to a repository — that repo is what your host deploys from.
- Pick a host that matches what your tool built. Static site or simple app → Cloudflare Pages. Next.js from v0 → Vercel. A site with a real backend/database, or an AI-built WordPress site → Cloudways.
- Connect the repository. In your host's dashboard, choose "Import" or "Connect to Git" and select your GitHub repo. The host pulls the code automatically.
- Confirm the build command and output folder. Usually
npm run build, with output indist(Vite) or.next(Next.js). Most hosts auto-detect these for popular frameworks. - Add your custom domain and SSL. Point your domain (nameservers or a CNAME) and the host issues a free SSL certificate automatically. You're live on your own domain.
Which Should You Pick? Decision Matrix
| Your situation | Best pick | Why |
|---|---|---|
| Static site or simple app, want it cheap and worry-free | Cloudflare Pages | Unlimited bandwidth, commercial use on free, $5/mo if you scale |
| Next.js app from v0, want the smoothest deploy | Vercel | Zero-config Next.js; budget Pro ($20/mo) once it earns |
| Built it with Lovable or Bolt, want live in 5 minutes | Netlify (or built-in) | Direct publish from those tools; team pricing at $19/mo |
| App with a real backend/database you want to own | Cloudways | Managed Node/PHP server, no DevOps, ~$14/mo |
| AI assembled a WordPress site | Cloudways | The one case classic app hosts can't serve well |
| Want code editor + hosting in one place | Replit | Build, run, and host without leaving the IDE |
Verdict
For the vast majority of people shipping a site they built with AI, Cloudflare Pages is the right default — it's free to start, allows commercial use, never charges you for bandwidth, and stays cheap as you grow. If your tool gave you a Next.js app and you want the absolute smoothest first deploy, Vercel is worth the eventual $20/month. If you built with Lovable or Bolt and just want it live now, Netlify or the tool's built-in hosting is the shortest path.
And the moment your project grows a real backend, a database, or turns out to be a WordPress site, Cloudways is the managed server that lets you own your infrastructure without becoming a sysadmin. Match the host to what the AI actually built, and you'll never fight your hosting again.
Frequently Asked Questions
Usually no. Tools like Lovable and Bolt output a JavaScript app (React/Vite or Next.js), not PHP, so a classic WordPress shared host can't run it. You want a static/app host like Cloudflare Pages, Vercel, or Netlify — or a managed Node server such as Cloudways. The one exception is if the AI actually built you a WordPress site, in which case WordPress hosting is the right home.
No. As of 2026 Vercel's free Hobby plan prohibits commercial use, so any site that earns revenue needs the Pro plan at about $20 per seat per month. Cloudflare Pages and Netlify both allow commercial use on their free tiers, which makes them cheaper starting points for a money-making AI-built site.
Vercel gives the smoothest deploy for Next.js because Vercel makes Next.js — zero-config builds, previews, and edge functions all just work. If you want to cut cost, Cloudflare Pages and Netlify both host Next.js too and are cheaper at scale. Use Vercel for the easiest path, Cloudflare for the best price.
No. Most AI builders have one-click GitHub sync, and modern hosts deploy straight from a GitHub repo: you connect the repo, the host detects the build settings, and every push goes live automatically. You point your domain once and you're done — no terminal required for the common path.
Yes. Cloudways runs managed Node.js apps on DigitalOcean, AWS, or GCP from around $14/month, which is the right choice when you want a server you actually own — for a real backend, a database, or full control — without doing your own DevOps. Cloudways is also rolling out isolated Node.js hosting (private preview in 2026). For a pure static front-end with no backend, a Pages host is simpler and cheaper.
Cloudflare Pages. Its free tier has no bandwidth limits at any tier, allows commercial use, and covers about 500 builds per month — enough for most solo sites at $0. If you outgrow it, the Pro tier is only $5/month, which is dramatically cheaper than Vercel or Netlify at higher traffic.