Man, I love Next ... but I also love Vite ... and I hate the Next team, because they focus on fancy new features for 0.1% of their users, at the complete expense of the other 99.9% of the Next community (who they basically ignore). This gives someone like me everything we want. Better performance is something the Next community has been begging for for years: the Next team ignored them, but not the Cloudflare team. M…
What is it you love about Next that isn’t tied to Vercel and isn’t available elsewhere? I love Next too but I find the value is inextricably linked to Vercel. I can’t imagine choosing to use Next if I’m not choosing it for Vercel’s fancy stuff.
How we rebuilt Next.js with AI in one week
121–130 of 252 posts
Re: How we rebuilt Next.js with AI in one week
#122[dead]
This one's a bit more clever in that it's not entirely new -- it's from 2016.
Here's some examples from 6 days ago:
https://news.ycombinator.com/threads?id=fdefitte&next=470679...
Comment 1: 2026-02-18T23:45:12 1771458312 https://news.ycombinator.com/item?id=47067991
Comment 2: 2026-02-18T23:45:32 1771458332 https://news.ycombinator.com/item?id=47067994
20 seconds between its comments.
--
or another example:
Comment 1: 2026-02-18T20:06:49 1771445209 https://news.ycombinator.com/item?id=47065649
Comment 2: 2026-02-18T20:07:12 1771445232 https://news.ycombinator.com/item?id=47065653
23 seconds between its comments.
Re: How we rebuilt Next.js with AI in one week
#123Earlier quoted context omitted.
Next is the worst framework I’ve ever used next to rails. It’s pure overhead for most apps.
Rails 8 is surprisingly good nowadays. It absolutely still has its share of problems (e.g. Bundler being slow, the frontend story being crappy without Inertia, lack of types which is a biggie, memory) but it is still a fantastic framework imo.
Re: How we rebuilt Next.js with AI in one week
#124Man, I love Next ... but I also love Vite ... and I hate the Next team, because they focus on fancy new features for 0.1% of their users, at the complete expense of the other 99.9% of the Next community (who they basically ignore). This gives someone like me everything we want. Better performance is something the Next community has been begging for for years: the Next team ignored them, but not the Cloudflare team. M…
at my job we have some 7+ year old nextjs apps that don't receive new features but still do their jobs perfectly fine, and they keep changing random shit around for no reason, we've had to waste time on multiple refactors already for major nextjs version bumps once the older ones are no longer supported
Re: How we rebuilt Next.js with AI in one week
#125Google Gemini, at the time, created an SSG solution which I had spent the next 3-4 months fixing bugs for. Consequently, I had to understand the whole SSG build step and all the wrong design decisions the AI made that resulted in the site getting a horrible core web vitals score. In the end, I just put the site behind a white “div” that disappear when the page finally loads. SSR is way more complex than it sounds.
This project (along with the quantum post) is quite concerning. It’s not clear why Cloudflare has decided to take this direction. If you want to know why LLMs are completely unable to produce something even close to NextJS, a better solution would have been to ask the LLM to fix the opennext adapter rather than building a new framework from scratch.
Re: How we rebuilt Next.js with AI in one week
#126Earlier quoted context omitted.
at my job we have some 7+ year old nextjs apps that don't receive new features but still do their jobs perfectly fine, and they keep changing random shit around for no reason, we've had to waste time on multiple refactors already for major nextjs version bumps once the older ones are no longer supported
Is there any front end framework that doesn't do this? I dropped out of the front end years ago, and it seems to just get worse every year with a profusion of confusion. Doesn't anyone yearn for back when we didn't have to build the front end at all?? Just emit some HTML and serve up some JS files from the backend, and everything just flows from there? Someone go make an AI rewrite of Apache+Mod-PHP and sell it to zo…
Re: How we rebuilt Next.js with AI in one week
#127Re: How we rebuilt Next.js with AI in one week
#128Man, I love Next ... but I also love Vite ... and I hate the Next team, because they focus on fancy new features for 0.1% of their users, at the complete expense of the other 99.9% of the Next community (who they basically ignore). This gives someone like me everything we want. Better performance is something the Next community has been begging for for years: the Next team ignored them, but not the Cloudflare team. M…
Next is the worst framework I’ve ever used next to rails. It’s pure overhead for most apps.
Re: How we rebuilt Next.js with AI in one week
#129Hi next.js devs, we like to acknowledge the effort you put for writing good tests so we were able to rip it off. You know claude already has next's entire source code in it's training data?
Re: How we rebuilt Next.js with AI in one week
#130Earlier quoted context omitted.
Rails 8 is surprisingly good nowadays. It absolutely still has its share of problems (e.g. Bundler being slow, the frontend story being crappy without Inertia, lack of types which is a biggie, memory) but it is still a fantastic framework imo.
Somebody should port uv to Ruby :/