I'm at about 100k page views/month - about 50 optimized static images, optimizing images that users upload (not a ton using this feature, hence 653 source images), middleware running on my authenticated routes (nextjs-auth0), fetching dynamic data on several pages and pay a whopping $17 for Speed Insights plus $20 for a single Pro seat. Honestly, I'm about to remove Speed Insights and sit at $20/mo. Not expensive until you're doing a TON of traffic, which at that point would make sense to optimize costs and host yourself. Until then, I've saved so much $$ in hours of my time saved. Answer from GlassesW_BitchOnThem on reddit.com
🌐
Reddit
reddit.com › r/nextjs › when does vercel become expensive?
r/nextjs on Reddit: WHEN does Vercel become expensive?
September 24, 2024 -

I would rather describe myself as a complete beginner dev (coming more from IT/data side of things); built a first prototype using primitive Streamlit (cause I've used it with data-related Python projects), ramped it up on an Azure App Service and gave it a shot…Now, I'm getting about 1k users/month, but need to urgently refactor the code bringing it into a framework that is actually meant to be used for the web.

I'll definitely will go w NextJS and like the intuitive experience you get w Vercel, integrations, tutorials etc. Especially for me a big helper. However, I read a lot of Vercel becoming expensive at some point.

That's why I wanted to check from your experience by which kind of magnitude it becomes expensive as I'm also considering other options like AWS Amplify (but find it not well documented, at least for Gen2 apps). Main question I ask myself is should I go w Vercel because of potential velocity in the beginning and figure out the rest on the way. Tbh, I'm rather conservative with my expectations of hitting six digit user numbers in the next 12-18 months…rather doing this as a pet project.

Any advice / experience appreciated!

Top answer
1 of 20
64
I'm at about 100k page views/month - about 50 optimized static images, optimizing images that users upload (not a ton using this feature, hence 653 source images), middleware running on my authenticated routes (nextjs-auth0), fetching dynamic data on several pages and pay a whopping $17 for Speed Insights plus $20 for a single Pro seat. Honestly, I'm about to remove Speed Insights and sit at $20/mo. Not expensive until you're doing a TON of traffic, which at that point would make sense to optimize costs and host yourself. Until then, I've saved so much $$ in hours of my time saved.
2 of 20
41
Two things that keep the cost of Vercel + Next down: Really really learn how caching works in Next and what Vercel features interact with it. There are many complaints about NextJS caching being confusing, which is not completely untrue but it's immediately obvious that many of these complaints come from people who haven't properly read the docs even once. Aside from performace, good caching practice is how you keep the cost down by letting one expensive render serve multipe user requests. Have a business model that gets you money when you get users. If your completely unmonetized app gets really popular on a 5 dollar VPS, the thing will just crash. If you're on serverless, vercel will simply scale you to the equivalent of hundereds of 5 dollar VPS's and send you the bill. This is the thing that causes the drama posts where people get sent 4-5 figure bills, but autoscaling is literally the selling point of serverless. Making sure your caching is well configured will help a lot if you have a big spike of traffic, but you can always configure spend limits, embed ads, or simply charge users for your app. End of the day I'm not going to fault people for going at the 5 dollar VPS life if you enjoy spending your time there, but if your goal is to grow a business make money off of people using your apps, going with serverless will probably cost maringally more money but far less time - and labour/time cost is the number one constraint on almost all tech businesses. Don't spend a dollar of your time to save a dime in your wallet.
🌐
Reddit
reddit.com › r/nextjs › vercel pricing
r/nextjs on Reddit: Vercel Pricing
August 17, 2024 -

Has anyone else experienced a significant price increase with the new pricing model? Mine jumped 5x after the adjustment. I'm looking for advice on how to reduce these costs.

I currently have around 3,000 users per day, and I'm starting to wonder if I'm overpaying for the server resources needed to support this traffic. Does anyone have an estimate of the typical server resource costs for 3,000 daily users? I'm not sure if what I'm paying is reasonable.

Any suggestions or insights would be greatly appreciated!

🌐
Reddit
reddit.com › r/nextjs › when does vercel get expensive?
r/nextjs on Reddit: When does Vercel get expensive?
October 7, 2024 -

I have read all the horror stories about people getting unexpected invoices from Vercel, with their cost increasing 10x. I have also read about people getting DDOSed and Vercel passing on the bill.

But I also read often that people say Vercel is great and "cheap" until you get more traffic, and then it gets expensive really fast. What kind of traffic/load are we talking about here?

I am about to launch a Next.js app, but I am a bit worried about doing it on Vercel because of all the talks about how expensive it can get. I would never be able to pay hundreds of dollars because of spikes in traffic to the site. How can I know if Vercel is for me or not? When does it get expensive?

My app fetches data from public APIs, stores it in a Postgres DB, crunches all the data and stores it again, and presents this data to the front end. I do roughly 75k API calls monthly. No images or other heavy-duty files Only text and numbers.

Is this a lot and will it get expensive?

Top answer
1 of 15
45
You can enable spend management on Vercel to set a specific money amount as hard limit for your bill.
2 of 15
40
Vercel isn't really that expensive if you know what you are doing. You can set spending limits, attack challenge mode, firewall now has a REST api, rate limiting, caching, and make sure your app is optimized. Don't fight the framework and don't host large static files on Vercel, use it to serve HTML and JSON. Be careful what you put in your public directory. Also, we now have "serverless servers" . The name is a meme, but this gives us in-function concurrency for serverless functions which could significantly reduce cost depending on what your app is doing. If you want to go more in-depth on how to keep costs low on Vercel, Theo just went over that on stream last night: https://www.youtube.com/watch?v=n2_42jmNAOg With that said, if all your app will ever need is a single VPS then that is a great option as well. I have Next apps hosted on digital ocean droplets and railway. It's been great and deploying Next to a VPS is just as easy as any other react framework, but if you need multiple containers then caching can be a headache. It's still possible to setup but at that point I would probabaly go with Remix or even better, tanstack-start when it's released. If you want to host on another serverless platform then it really becomes a pain, but open-next and SST help make things easier. Apparantly, Next and open-next might work together to improve this. https://opennext.js.org/
🌐
Reddit
reddit.com › r/nextjs › how much are you paying for vercel‘s enterprise plan?
r/nextjs on Reddit: How much are you paying for Vercel‘s enterprise plan?
April 19, 2024 -

My startup is now on the Pro plan (4 developers) and we are paying roughly $100 per month but we need secure compute and a few more features that are only available on the enterprise plan.

Vercel recently launched a new pricing model. Before they told us the enterprise plans starts at ~45k USD per year. We are now chatting with them and the latest offer was around 22k per year for 4 developer seats, which would still be a steep increase on hosting costs for us.

The startup is still a small SaaS startup. We don’t have much traffic or usage costs at the moment.

I‘m looking for benchmarks. Is anyone also on an enterprise plan here and how much are you paying? How much is Vercel open for negotiations here?

AWS offers me 100k in credits for 2 years via a startup program, but obviously I need to migrate and put effort into building an own VPC there plus manage it. Nevertheless I think Vercel should offer a similar program for early stage startups to help us ramp up and stay.

🌐
Reddit
reddit.com › r/nextjs › vercel new pricing plan
r/nextjs on Reddit: Vercel New Pricing plan
September 10, 2025 -

With this transition, around 7% of teams with diverse usage across Vercel products will likely see their bills go up, the majority of which will see only a modest increase.

I wonder how much of that 7% accounted to a sizable percentage of the total revenue.

I will have to look at it with more detail but when I read phrases like "A flexible spending model" and "Pro now uses a simpler credit-based usage model". The budget alerts, "You shouldn’t have to monitor your costs every day to avoid surprises, or worry about runaway bills on Vercel, ever." sounds like something that should have been implemented ages ago. Especially after all the horror stories I've seen through the years on here.

It just came out today so I wonder how it will work out in the end.

Reminds me of another product I used that got a "new" monthly plan that basically knee capped my usage and then had to upgrade to their significantly more expensive plan. Needless to say, Im migrating out of that.

🌐
Reddit
reddit.com › r/vercel › new “improved pricing” from message-based to usage-based
r/vercel on Reddit: New “improved pricing” from message-based to usage-based
May 14, 2025 -

Got an email from v0 today about their new “improved pricing” which went into effect today. It’s only “improved” for vercel, not us. I don’t like when companies nickel and dime their customers. I guess they’re not making enough money from $20+/month/user.

And it’s not like you can zero or one shot everything. I’ve fought with it back and forth for 10+ times trying to get it to fix something small it messed up. That’s going to chew up a bunch of tokens. Chat history, source files, vercel knowledge, etc chew up tokens too. Also these tokens you have to buy now expire if you don’t use them fast enough. And the included usage does not roll over month-to-month. Cool. Basically what they’re saying is if you’ve been going back and forth and have a bunch of revisions or whatever in your project, that will draw down your tokens much faster. This is ridiculous.

Here’s the link for it: https://vercel.com/blog/improved-v0-pricing

And the email is below in quotes.

“v0 is moving from message-based billing to usage-based billing with tokens. Starting with your next billing cycle, your usage will be measured in input and output tokens, and pricing will be more transparent, displayed in dollars. You can opt-in now from your v0 settings.

With token-based billing, costs now scale with what you generate. Small requests with short answers use fewer tokens. Large, complex requests use more.

No action required—you’ll continue with your current message limits until your next billing cycle. Then, we’ll automatically move you to the new usage-based model.

Need more usage? You’ll be able to purchase on-demand credits anytime.”

🌐
Reddit
reddit.com › r/nextjs › vercel pro pricing is fubar
r/nextjs on Reddit: Vercel Pro pricing is fubar
February 4, 2024 -

Let's say none of the other features of Hobby vs Pro matter (bandwidth, edge functions, etc). Just database compute time.

Hobby includes 60 hours of compute time. Pro includes 100 hours of compute time. From the docs:

"Compute time is calculated as the amount of time, in hours, that your database is active multiplied by the number of CPUs that your database has available. Databases for users on Hobby plans have 0.25 logical CPUs; databases for users on Pro plans have 1 CPU. Databases are active when they are receiving requests, and for a period of 5 minutes after the last request is received."

My queries are on a single table and are super simple and fast... so really it is the "5 minutes after" part that is burning me.

For Hobby you multiply the compute time by 0.25, so you really are getting 240 hours of compute time? And it is free, instead of $20 per month?

I have 175 hits per day, so 175 simple, single-table SELECT queries per day, and that is coming in as 16 hours of compute time on Pro. So I guess that'd be 4 hours on Hobby. So Hobby would run out of bandwidth after 15 days. Pro will run out of included bandwidth in 6 days, then it's gonna cost me another $40 a month for added Compute time...

I'll just use the Hobby Vercel and move the database to HostGator and pay $3 a month... or am I missing something?

Find elsewhere
🌐
Reddit
reddit.com › r/nextjs › vercel enterprise pricing – huge jump
r/nextjs on Reddit: Vercel Enterprise Pricing – Huge Jump
April 8, 2025 -

Our startup is currently on the Pro plan with 3 developers, paying around $70/month. We only need one feature from the Enterprise plan: the ability to upload our own SSL certificates.

After speaking with a Vercel sales rep, we were told the Enterprise plan starts at $20,000–$25,000 per year, billed annually. That’s a huge leap — especially since we only need one specific feature.

Honestly, I’d totally understand if the price went up to something like $200 - $300/month, but jumping straight to $20k+ per year is just too much for our startup.

Has anyone found a way to work around this within Vercel? Or switched to a provider that supports custom SSL at a more reasonable price?

🌐
Reddit
reddit.com › r/webdev › vercel is updating their pricing, thoughts?
r/webdev on Reddit: Vercel is updating their pricing, thoughts?
April 4, 2024 - Vercel has been relatively expensive for a long time. People pay for convenience of one click hosting their next.js project instead of doing the work to set up a significantly cheaper platform. It matters less at low usage rates but the price scales really bad if your site gets a lot of hits.
🌐
Reddit
reddit.com › r/vercel › why v0's pricing change is a masterclass in how not to handle developer communities
r/vercel on Reddit: Why V0's Pricing Change Is a Masterclass in How NOT to Handle Developer Communities
June 6, 2025 -

TL;DR: Vercel's switch from unlimited prompts to restrictive credits breaks fundamental developer tool economics and risks massive churn. Here's why this matters beyond just "price goes up."

The Real Problem Isn't the Price

Look, I get it. Companies need to make money. But this isn't about developers being cheap - it's about fundamentally misunderstanding how developer tools work.

V0 was sold on "vibe coding" - fast, iterative prototyping. Now they're charging per iteration. That's like Netflix charging per pause. You've made the core value proposition expensive to use.

The iteration penalty is brutal:

  • Fix a bug? That's 3-4 prompts

  • Refine the design? Another 5 prompts

  • Debug AI output errors? More prompts

  • Users report $20 credits vanishing after 10 messages, half spent fixing V0's own mistakes

You're literally charging customers to fix your AI's errors while marketing it as "improved pricing."

How Developer Tool Adoption Actually Works

Here's what Vercel seems to not understand about B2B developer tools:

The Adoption Chain:

  1. Power users try it first (influencer adoption)

  2. They recommend it to their teams (community validation)

  3. CTOs evaluate based on proven usage (enterprise evaluation)

  4. It becomes organizational standard (mass adoption)

Vercel just poisoned steps 1 and 2. Those "complainers" aren't just customers - they're your market makers.

Enterprise Impact Chain:

  • Power user gets burned → tells their network → CTO hears "Vercel burned our team" → Vercel gets disqualified from enterprise deals

  • One vocal unhappy customer = 10+ lost enterprise deals you'll never know about

  • Each enterprise account = $100K-$500K+ annual value

The Competitive Disaster

Competitors are having a field day:

Cursor: $20/month, unlimited completions, IDE integration, no iteration penalties

Lovable: 5x more credits at same price point

Claude/ChatGPT: $20/month unlimited coding help without nickel-and-diming

DeepSeek: $1.10 per million tokens vs V0's $7.50-$37.50 (free on Windsurf)

Windsurf: Has built-in memory management, also a preview tool with element selector, ways to deploy, has Figma implementation, and 4 100% free working models, same or better than v0.dev . Not even a fair competition.

What competitors are doing right now:

  1. Social listening tools monitoring V0 sentiment

  2. Targeted campaigns: "Tired of being charged for AI mistakes? Try unlimited X"

  3. Sales teams calling unhappy V0 customers within 48 hours

  4. Future case studies: "How we helped 500 developers migrate from V0"

Historical Context: We've Seen This Before

Unity's Runtime Fee (2023): Unity faced massive backlash when introducing per-install fees for game developers. The response included developer threats to migrate to competitors like Unreal or Godot, and Unity ultimately reversed the decision under new leadership, acknowledging they "cannot pursue this mission in conflict with our community." The controversy led to CEO John Riccitiello's departure and damaged trust with Unity's development community.

Docker's 80% Price Hike (2024): Docker increased Pro plan pricing by 80% (from $5 to $9/month) and Team plans by 67% (from $9 to $15/month) while bundling additional services. Developer Jeff Geerling publicly stated he was "willing to switch" due to the steep increase, highlighting alternatives like GitHub, GitLab, and Podman Desktop. Docker justified increases by bundling services, but this only provides value if customers actually use the bundled features.

The Pattern: Developer communities have long memories. Break trust over pricing, lose mindshare for years.

The Network Effect Reversal

B2B tools live on network effects. Happy users create viral growth.

Before: "Check out V0, it's amazing for prototyping" After: "Avoid V0, they'll bait-and-switch you"

Each advocate who flips becomes a negative multiplier. One angry power user influences 10-50 other developers. Vercel weaponized their own community against themselves.

The Retention Delusion

"Most people are still subscribed" misses the point. You're looking at lagging indicators:

  • Annual customers can't leave immediately (billing cycles)

  • Teams need time to evaluate alternatives (migration friction)

  • Existing projects create temporary lock-in (sunk cost)

  • Enterprise changes require committee approval (decision process)

Reality: Retention metrics crater in 90-180 days when contracts renew and migrations complete.

Revenue Math That Should Terrify Leadership

Conservative projection (50% churn over 3 months):

  • Lost users: 50,000 from 100,000 base

  • Monthly revenue loss: $1M

  • Annual impact: $12M+ in recurring revenue

Hidden costs:

  • Customer acquisition cost doubles when reputation turns toxic

  • Enterprise sales cycles extend 6+ months with negative sentiment

  • Expansion revenue dies as existing customers freeze upgrades

  • Referral pipeline disappears

Board Meeting Reality

Picture explaining this to your board:

  • "We increased prices and lost half our users"

  • "Our community is actively recommending competitors"

  • "We turned brand advocates into vocal detractors"

  • "Revenue impact: $??M+ annually"

  • "Customer acquisition cost just doubled because our reputation is toxic"

  • "Support tickets increased 400% from billing confusion"

  • "Our Net Promoter Score went from +40 to -60 in two months"

  • "Competitors are using our pricing change in their marketing campaigns"

  • "Enterprise prospects are asking if we'll pull the same stunt on them"

  • "TechCrunch is running a story titled 'How Vercel Killed V0 With Greed'"

How This Should Have Been Done

Gradual transition:

  • 3-6-month advance notice

  • Grandfather existing projects for 3-6 months

  • Free migration tools and consultation

  • Transparent usage calculators

Communication:

  • Prominent website announcement (not buried in settings)

  • Direct email explaining rationale

  • Open community discussion

  • Regular transition updates

Value-first approach:

  • Lead with product improvements that justify pricing

  • Fix AI accuracy before charging more for errors

  • Demonstrate clear ROI for users

What Happens Next

Immediate (30 days):

  • Migration acceleration as users test alternatives (already happening in masses)

  • Community sentiment poisoning - Just look around in the forums and reddit

  • Enterprise prospects delaying decisions - coming up

Medium-term (3-6 months):

  • Massive churn as contracts expire - already in process, now unavoidable

  • Competitive recruitment campaigns - coming up soon

  • Tech media coverage of the controversy - coming up soon, now unavoidable

Long-term (6+ months):

  • Lost market position in AI development tools - coming up soon without action

  • Damaged enterprise sales from a reputation hit - Already happened because the first 2 layers are affected

  • Expensive trust rebuilding efforts - Wouldn't eevn bother at this point, just throw it in garbage. Brand trust is gone

The Strategic Question

This isn't just a pricing change. It's a strategic choice: short-term revenue extraction vs. long-term market position.

Developer tools live or die on community trust. Unity learned this the hard way. Docker is managing it carefully. Heroku lost developers and never fully recovered.

The choice: Address community concerns now while goodwill can be salvaged, or accept the long-term consequences of prioritizing quarterly numbers over sustainable growth.

For Vercel Leadership

Your community built V0's success. They're not just complaining about price - they're telling you that you've broken the fundamental value proposition that made them advocates.

Listen to them. Unity did, eventually. The question is whether you'll course-correct before or after the damage becomes irreversible.

The developer tool market rewards companies that understand community dynamics. Right now, you're teaching the market that Vercel doesn't.

Recommendations

Immediate Actions:

  1. Transparent analysis of community feedback

  2. Consider reversal or modification (following Unity's example)

  3. Grandfather protection for existing projects

  4. Clear communication acknowledging implementation issues

Strategic Alternatives:

  1. Tiered transition over 3-6+ months

  2. Fix accuracy issues before charging more

  3. Hybrid model combining flat fee with reasonable usage caps

  4. Co-design pricing with power users

🌐
Reddit
reddit.com › r/nextjs › vercel pricing - 20m requests/month
r/nextjs on Reddit: Vercel Pricing - 20M requests/month
February 7, 2024 -

Hello everyone,

I'm conducting a cost analysis for hosting a new front-end architecture using Next.js on Vercel.Our current setup uses Spring + JSP.

We average around 20 million requests per month across various websites, with each request using about 2MB of bandwidth, assuming a worst-case scenario without caching and without images.Based on these figures, we're looking at an additional cost of approximately $15K per month for excess bandwidth (after the included 1TB, with $40 charged for every additional 100GB).

If anyone has experience with similar calculations, could you share how you've estimated costs for:

  • Serverless Function Execution

  • Edge Functions and Middleware

Am I overlooking any other potential costs?

EDIT:
Our competitors are in the same range of bandwidth.
This was measured with Chrome Dev Tools
Detail of ~2MB bandwidth:

Thank you in advance for your insights!

🌐
Reddit
reddit.com › r/nextjs › improved infrastructure pricing on vercel
r/nextjs on Reddit: Improved infrastructure pricing on Vercel
April 4, 2024 - They started to charge A LOT for things they used to not change (and that are cheap) Not sure how your price woudn`t change ... $20 to $118 here, also a gaming tool web app. It's quite impressive that you kept your site under Vercel's limits ...
🌐
Reddit
reddit.com › r/vercel › vercel really dropped the ball with the new v0.dev pricing
r/vercel on Reddit: Vercel really dropped the ball with the new v0.dev pricing
May 14, 2025 -

Hey folks,
I've been a paying v0.dev user for about 3 months now, and honestly, I’ve enjoyed using it — flaws and all. But I just got the email about their new pricing model and… I feel like I just got slapped in the face.

Unless I’m totally misunderstanding it, they’re switching from a message-based system to a token-based one. That sounds like a pretty big downgrade, especially considering how often v0 makes mistakes.

Let’s be real — fixing one mistake can take 3–4 prompts, and now each of those will cost me more tokens? That just doesn’t sit right with me. It feels like I’m getting penalized for the product’s shortcomings.

I’ve canceled my renewal for now. Just not sure it’s worth the money anymore if this is the direction they’re going.

Anyone else feeling this way?

🌐
Reddit
reddit.com › r/vercel › v0 pricing concerns on current plan.
r/vercel on Reddit: v0 Pricing concerns on current plan.
May 23, 2025 -

What even is my bill right now? I'm so lost and finding my token usage on v0 is a nightmare.

I'm on a "Premium Plan" $20/month. With a very clear "Usage-Based Pricing" at the top of the page. I've NEVER paid over $20 a month.

The past week I've made an EXTREMELY LARGE amount of requests and I've not once been informed I'm over my usage limit or to add more credits. But now I'm questioning it-- am I going to be blindsided by a huge bill?

Where can I even find my usage? Where can I find my current prices? Why was I not told I am at my limit? I never configured it to automatically bill me with tokens used.

Or alternatively, does my premium plan genuinely just cover this many requests?

I have so many questions and I'm confused and slightly furious?

🌐
Reddit
reddit.com › r/nextjs › is vercel storage pricing ridiculous or is it me?
r/nextjs on Reddit: Is Vercel Storage Pricing ridiculous or is it me?
May 2, 2023 -

Vercel just announced Vercel Storage (Blob Storage, VK, and Postgres)

I was very excited when I heard this, because I'm currently using Firebase, and not too happy about monthly costs. I have a website that uses quite a lot of data (private messages, notifications, forums, live trackers, comments, online users, ...). Most things I solve with smart caching, but a large portion of data needs to be fresh, like the live trackers, messages, and notifications.

The next day I saw the pricing models of these storage offerings. (note, I already have a Pro team).

For Postgres

$0.10/h of computation (100h free), computation time is the time the database is active (on each request for a 5 min window) times the number of CPUs (1 for PRO).

For me, this means the database is active 100% of the time -> 744h - 100h -> $64,4/mo for only keeping the database active.

$0.20/GB of data transfer -> rough estimate for my site is 500GB/mo -> $100/mo

$0.10/GB write data -> can't say how much this would be, but I do about 1M write operations per month.

And then, we get the actual storage price at $0.30/GB!

Am I missing something or is this just outrageous? I'm a huge fan of the Vercel platform, but this feels wrong.

🌐
Reddit
reddit.com › r/nextjs › vercel - how to avoid high cost $$$
r/nextjs on Reddit: Vercel - How to Avoid High Cost $$$
January 6, 2025 -

Im starting a micro Saas and I have a huge concern about the Vercel's cost.

I know the free tier will be more than enough to start but as I could see the price can get high easily and fast.

Im not sure if it makes sense but Im planing to:

  • use the static export

  • not call the /actions for the user's dashboard fetch data. Instead Im thinking to run the query on the client side using react-query + regular promises (fetch) or axios.

But... does that really worth the effort?

Besides that... is there anything else (maybe even more important) that can be done to avoid any high cost ?

  • Im also open to use another host - like aws, or change it to react and use S3.