A while back I tried to reproduce a Vercel enterprise invoice using logs generated by an external service. After multiple round-trips with their support team I concluded it is actually impossible to verify what was billed even remotely reflected actual usage. It's essentially an AWS reseller in the form of a random number generator attached to some horrific contemporary JS, that the brand is so popular speaks more to the state of the industry than it does the suitability of their product
And I also want point out Vercel Enterprise, start from 3000$/m and I can get more things, and also cheaper, better with Cloudflare. A lot vercel features are just not really useful. (Yes, I'm talking about Next.JS)
This is really interesting, kudos to the creator! My only note is that Vercel is probably paying less than you and me, in which case the spread is a bit greater than the "vs. retail" comparison.<p>As I type this the responses are mostly negative, so to balance that I'd like to point out that (1) integration is often undervalued, and (2) nothing prevents developers from using the other services directly, or even creating and managing their own databases, object storage, etc.
The appeal of a no-ops workflow for basic frontend apps is there. We’ve got a bunch of static docs sites built with vuepress and docusaurus that are a great fit for this. Not that we can’t whip up a CDN with terraform and a CI/CD pipeline with preview environments, but my team would rather spend its energy on our core product.<p>However we’ve been badly burned by vercel, netlify and render.com switching their pricing models to user based instead of infrastructure based pricing. We’re migrating to AWS amplify right now, which also happens to be wonderfully integrated into our wider IT landscape with an AWS landing zone, automated internal chargeback etc. It’s 90% the same for our use case and charges only for infra at standard AWS rates.<p>At this point I’m starting to wonder why it isn’t more popular.
This is why I'm bear-ish on Next.JS as a framework. Vercel has some super cool features for Next.Js that are easy to integrate into your app, but is that de-incentivizing Next.JS to implement them in an open way?<p>Vercel is a hyper for-profit and closed platform, is that blocking innovation on Next.JS as an "open-source" framework?
Serious question: do big companies actually use Vercel? I never worked at a big/very big company but I don't see how these prices would scale for them
I don't quite understand the convenience, R2 and the other services are already quite easy to use. I wrote a simple wrapper that exposes the same API: <a href="https://github.com/stillmatic/storage-wrapper/blob/main/storage-wrapper/index.js#L35">https://github.com/stillmatic/storage-wrapper/blob/main/stor...</a><p>The wrapper is pretty straightforward, I can see how it's a teensy bit simpler to have Vercel manage things for you, but it's not really much easier...
Vercel raised $300m+ at the top of the market and paid over the odds to hire a ton of JS ecosystem luminaries. Those investors are going want to see a return, not just an eyewatering wage bill. Anyone building on top of their ecosystem is going to get fleeced, they have no other route to possibly justifing their valuation or ever providing a passable return on that capital. Everyone else should be preparing their plan b for what happens if they impode and Next.js, Turborepo etc development fractures or grinds to a halt.
This is a good chart. But I’d argue using Vercel is entirely justified for many indie devs or startups. I bet most won’t get to the point where the extra cost of using Vercel really hurts. If someone is lucky to get there, they can just switch to using Upstash / Neon if they feel the benefits of Vercel’s extra layer don’t outweigh the added costs.
What's the feasibility of replicating Vercel's services and architecture?<p>Without supply side limitations, resellers generally become reduced to commodities over time. This is especially likely with high margin markups, which seems to be the case with Vercel.<p>Is the integration of Next.js on Vercel really that superior to other platforms?
You should look at Backblaze B2 instead of Cloudflare, it's even cheaper <a href="https://www.backblaze.com/b2/cloud-storage-pricing.html" rel="nofollow">https://www.backblaze.com/b2/cloud-storage-pricing.html</a>
Lee Robinson (VP, Dev Exp @ Vercel) just tweeted: <a href="https://twitter.com/leeerob/status/1653636931291602953" rel="nofollow">https://twitter.com/leeerob/status/1653636931291602953</a>
Well, if nothing else, at least Vercel's new integrations have put new things on my map of free things to use in side-projects (I had never heard of Upstash before now) :))
nextjs is sick and I've always been vercel-hesitant. this is probably an app-specific dilemma that should be solved with spreadsheets to compare costs based on your very specific needs.
This is a bit of a copy/paste from a comment I made in another thread like three weeks ago[1]:<p>#######<p>I'm very much starting to distrust these huge companies with infinite product/feature lists and generic marketing-lingo websites.<p>"Vercel is the platform for frontend developers, providing the speed and reliability innovators need to create at the moment of inspiration."<p>Seriously?<p>I want serverless providers that tell me the 4-5 products they offer (Compute, maybe a KV store, maybe a database, maybe some pubsub, maybe a queue?), give me the pricing, and leave me the Hell alone.<p>I don't want to feel locked into a system promising end-to-end whatever, ones that heavily push a certain framework, and most importantly ones that look like the homepage was designed by a team of sales people instead of a team of engineers.<p>It's the difference between the Cloudflare Workers website and the Vercel website: Vercel looks like the new-age big-brother con artist, while Workers looks like a utility.<p>Sorry, what were we talking about? A runaway bill?<p>#######<p>This kind of stuff is exactly why I don't trust Vercel. They're selling some """experience""" on top of utilities. This works for Apple in the non-technical space, but for developer tools? Absolutely no chance.<p>I wasn't going to use Vercel before, but I'm certainly not going to now.<p>[1] <a href="https://news.ycombinator.com/item?id=35508910" rel="nofollow">https://news.ycombinator.com/item?id=35508910</a>
A whole industry has sprung around charging front end developers for basic server management tasks. They will quite literally pay for anything that means they don't have to SSH into Ubuntu server. The irony is they are taking on a ton of overhead with multiple services instead of learning how to set up Nginx and sudo apt install Postgres.