The builder platforms bundle hosting into the subscription, which makes the cost question invisible right up until the app matters. Then it arrives from two directions at once: credits burning faster as usage grows, and the discovery that hosting an app yourself involves five services you have never priced. Here are the real numbers on both paths, in 2026 dollars, with the caveat that platform pricing shifts often enough that you should confirm current rates before deciding anything.
Quick answer: A small production app on your own stack runs roughly $25 to $100 a month: hosting, database, email delivery, monitoring, and a domain. Builder platform hosting bundles into subscriptions clustering around $20 to $25 a month plus usage-based credits. The costs diverge as you grow, and the biggest line item on either path is the human who keeps it healthy.
What are you paying for on the builder’s platform?
Convenience, legitimately. The subscription and credit system covers the AI building time and the hosting together, deploys are a button, previews are automatic, and nothing needs assembling. The friction appears with scale and with accounting: hosting draws from the same balance as building, so a traffic bump competes with your feature budget, and the bill maps to credits rather than to line items a business can forecast. For prototypes and early products, none of that matters much. For an app with real users and a real budget line, predictability starts earning its keep.
What does the equivalent stack cost directly?
Itemized, at typical 2026 rates for a small production app:
- Frontend and app hosting: free tiers exist on Vercel and Netlify; paid plans around $19 to $20 per month buy team features and headroom. A small DigitalOcean server runs $6 to $25.
- Database and backend: Supabase’s free tier covers development; the $25 Pro tier is the realistic production floor, with usage growing from there.
- Domain: $10 to $20 per year.
- Transactional email: free tiers at the sending services cover low volume; roughly $20 a month as volume grows.
- Error tracking and uptime monitoring: genuinely solid free tiers, with paid plans in the $20 to $30 range when you outgrow them.
Call it $25 to $100 a month for most small apps, itemized, predictable, and owned. The tradeoff is that five services are now yours to configure and mind, which is exactly the setup work covered in our Lovable hosting guide.
When is platform hosting the right call?
Before product-market fit, keep it simple and stay. When you are iterating daily, the platform’s integrated loop is worth more than a clean invoice, and moving infrastructure you might abandon next month is effort spent backward. The switch earns itself when the app has revenue or obligations: paying users, a client contract, data that matters, or costs that need forecasting. Until then, the bundled path is the cheap path in the currency that counts, which is your attention.
When does your own stack win?
At the point where control converts to money. Predictable bills a bookkeeper can categorize. A domain, DNS, and deploy history the company owns, which matters the day you bring in a developer, a partner, or an acquirer. Room to add pieces the platform does not sell: background jobs, a second service, a staging environment, compliance requirements. And costs that scale with usage rather than with a credit multiplier. Most apps that live past their first year end up here, usually keeping the builder platform for what it is great at, which is building.
What costs surprise people?
Bandwidth and egress on media-heavy apps, which is the line that grows quietly. Database size crossing a tier boundary. Email deliverability work when notifications start landing in spam, which is a configuration project, and one worth doing right the first time. And the recurring one nobody budgets: maintenance. Dependencies, backups, monitoring, and updates are a monthly human cost on either hosting path, whether the human is you at midnight or a support plan. The infrastructure line is the small line.
What is the total with everything included?
An honest all-in for a small production app: $25 to $100 in infrastructure, plus whatever the maintenance answer is, from your own time to a support plan running a few hundred a month. That combined number is the real cost of running software, and it is worth computing before revenue plans assume the answer is $20. If you want the infrastructure set up right and the maintenance handled, both are standard pieces of our production support, and the audit will price your app’s specific footprint rather than these ranges.
Frequently asked questions
Can I run production on free tiers?
For a while, and know the triggers. Free database tiers commonly pause on inactivity, cap connections, and cap storage; free hosting tiers cap bandwidth and team seats. Fine for a beta, risky for anything with users who expect the app awake at 7am.
My credits ran out mid-month. What are my options?
Short term, buy the top-up and note the run rate. If it happens twice, the math has spoken: hosting usage has outgrown the bundle, and moving the deployed app to direct hosting caps that variable while you keep building on the platform.
Do I need a CDN?
You probably have one. Vercel, Netlify, and the builder platforms serve through CDNs by default, and Supabase storage handles media delivery. A separate CDN becomes a topic at real scale or with heavy global media, and not before.
What is the cheapest safe production setup?
Static or small app on a hosting free tier, the $25 database tier, free monitoring tiers, a $12 domain, and email on a free sending tier with proper DNS records. Around $30 a month, with tested backups, which is the part that makes it safe rather than cheap.
How do costs scale with users?
Gently, then in steps. Most small apps ride the same tiers from 10 users to a few thousand; the steps come from database size, bandwidth, and email volume. Watching three numbers monthly (database size, bandwidth, email sends) predicts every jump in advance.
Can you host it for us?
Yes. Hosting under your accounts with our management is a standard shape of the production support plans: you own the infrastructure, we run it, and the monthly report shows both the costs and what they bought.