My sense of Vercel (mostly from working with NextJS) is that they are more interested in appearing to support an open source framework while making their product as difficult to interoperate with other technologies as possible in an attempt to lock users into their platform and hopefully pay for it.
Hey, I'm on the team at Vercel. What could we do better? Open to your feedback. Our platform integrates with 30+ frameworks ( https://vercel.com/docs/frameworks ), we directly fund the development of Next.js and Svelte, and we sponsor Nuxt, Astro, Solid, and more.
We Need To Talk About Vercel
81–90 of 161 posts
Re: We Need To Talk About Vercel
#82Earlier quoted context omitted.
Hetzner is cheaper unless you are serving a sizable asset with R2. R2 costs per call. That cost is more than most web bundle size assets will be at Hetzner egress pricing.
Didn't know hetzner had a fully managed global caching solution, nice.
Re: We Need To Talk About Vercel
#83If anyone needs a CDN, please use BunnyCDN. I have tried almost every other major CDN and it just blows everything else out of the water. Regarding Vercel, they do have quite poor support so it doesn't feel rock solid and dependable. They are a great start though, but then ideally you should just switch to bare metal on Hetzner or something when you are earning serious money from your business.
Honestly nothing compares to bandwidth free expenses with cloudflare especially with cloudflare R2. Also having different pricing for every region is very annoying.
Re: We Need To Talk About Vercel
#84Does any CDN support stale-while-revalidate? I know Cloudflare doesn't. I thought Vercel did but apparently not.
Vercel does: https://news.ycombinator.com/item?id=35508529
Re: We Need To Talk About Vercel
#85Earlier quoted context omitted.
Which one, the go ahead and "define your own custom loader"? You mean re-implement the image export that is sitting right there in their express server... from scratch? Hah. NextJS won't let you export their optimized images in a static site export because they want _everything_ running through their Express server. Why's that great for them? Because they get to charge you for image bandwidth and image optimization.…
To be fair, you can optimize images yourself, or just not optimize them at all.
The point is that the library artificially limits capability because it benefits a particular vendor model, not the user.
Re: We Need To Talk About Vercel
#86Earlier quoted context omitted.
> they have effectively acquihired React (Zuck's mistake). no moat? I honestly don't even know what are you saying, is it that Vercel hiring the React folks makes Vercel untouchable somehow? I see a complete disconnect between the two things. If anything, the "acquihire" could well lead to those React folks doing a job search because Vercel doesn't have a high switching-away-from cost and keeps dropping the ball PR-w…
There is some merit to it. Maybe not that comment but on Vercel React in general. Even React new docs are promoting NextJs vs something neutral.
Re: We Need To Talk About Vercel
#87If anyone needs a CDN, please use BunnyCDN. I have tried almost every other major CDN and it just blows everything else out of the water. Regarding Vercel, they do have quite poor support so it doesn't feel rock solid and dependable. They are a great start though, but then ideally you should just switch to bare metal on Hetzner or something when you are earning serious money from your business.
Re: We Need To Talk About Vercel
#88Re: We Need To Talk About Vercel
#89What the hell. You have a page with a 150 jobs and a form. You basically don't need anything more than an html editor. We need to talk about how we do software architecture and technology choices today. In the time you played around with CDN stuff you easily could build a company listing, fixed your footer and header links, thinking about a pricing, build an apply-form, fixed/build job notifications, ...
Maybe the author intentionally set things up so they can have a low stakes system to learn about these technologies and improve their knowledge. This post is about Vercel and their poor practices. Let’s stay on topic and actually ask the author why such a complex setup instead of assuming you know and speaking off the cuff with criticism
Re: We Need To Talk About Vercel
#90Vercel is deceitful. The Image/img fiasco really pulled the covers off for vercel for me. I have migrated all my work off of the platform. NextJS’ lint strategically dissuades you from using the img tag in favor of the NextJS Image component. If you make the mistake of heeding this advice and migrating to it, you can’t use static site generation—which means you are stuck using their hosting. Here’s one of the most PR…
Lol, silently* replacing the original request with the company response instead of documenting it in the docs is certainly a move. Nice to have all the thumbs-up and heart reactions on the "sorry we don't do it", for sure. Love the " We'd love to hear your feedback " and then locking the discussion too. Not having the feature is one thing, but why not properly document that and the (by now existing) workarounds? * ye…