GUIDE, WITHOUT THE GUESSWORK

Small Next.js Apps Are Getting Priced Out of Vercel Plus Its Add-Ons

A hobby Next.js app on Vercel is free until you add a database, cron, and bandwidth — then it's $40+/month. When moving the small app to a VPS makes sense, and what you take on.

Small Next.js Apps Are Getting Priced Out of Vercel Plus Its Add-Ons

Vercel is a wonderful place to start a Next.js app and an increasingly expensive place to keep a small one. The free tier is genuinely generous — until the app grows the things real apps need: a database, scheduled jobs, more bandwidth, maybe a bit more compute. Each is its own line item or a paid plan, and the bill for a hobby project quietly crosses into "wait, I'm paying $40 a month for this?" That's the moment to ask whether a single small VPS does the same job for the price of a coffee.

Where the Vercel bill actually comes from

The platform itself is rarely the whole cost; the add-ons are:

Stacked, a "free" project becomes a multi-service subscription. (This is the same dynamic Oracle free-tier refugees hit — convenience priced per add-on.)

What a VPS gives you for one flat price

A single small VPS runs the whole shape on one bill:

One predictable monthly number, often less than the database add-on alone cost.

What you take on (be honest)

Self-hosting isn't free of cost — it moves cost to your time:

When to move and when to stay

A middle path: keep the static/edge bits where they're cheap and move the stateful parts (database, cron) to the VPS — the hybrid logic of putting each workload where it's cheapest.

Migration sanity checks

Takeaway

Vercel earns its price for some apps and outgrows its value for small ones the moment you bolt on a database, cron, and bandwidth. If your app fits a cheap VPS and you'll own the deploys, one flat-rate box replaces a stack of metered add-ons — and the only real cost is the operations you take back. Decide by where your bill comes from, not by platform loyalty.

From across the StoicSoft network

Hand-curated reads on the same topic from sister sites in the StoicSoft family.