Reading up on Next.js
28 deep · digging since dec 13, 25
- Bun 1.4 | Bun Blog
Bun 1.4 rewrites the runtime in Rust, adds built-in headless browser automation, image and markdown APIs, boosts Node.js compatibility, and reduces CPU and memory usage.
- One line of JavaScript disabled server rendering on 190 pages
A single window.innerWidth read during server render threw an error, causing Next.js to fall back to client-side rendering and produce soft 404s on ~190 pages.
- BCMS - Headless CMS for developers and their clients
BCMS is a headless CMS enabling AI agents, clients, and developers to manage content via UI, API, or agents, with TypeScript generation, widget support, and integrations for Next.js, Nuxt, and more.
- ShieldFont
ShieldFont is a web font that swaps key words in HTML so humans see original text while AI scrapers receive altered, meaning‑distorted content to deter unauthorized training.
- Contagious Interview malware in SVG images: DPRK campaign — Elastic Security Labs
Elastic Security Labs uncovered a DPRK-linked campaign hiding malware in SVG flag images via steganography in fake developer coding challenges.
- GitHub - DavidHDev/canvas-ui: A library of creative canvas components. Real HTML with WebGL effects running over it. React, Vue, Svelte, vanilla.
Canvas UI provides a framework‑agnostic library of creative canvas components that use experimental html‑in‑canvas for live DOM‑based WebGL effects, falling back to WebGL overlays.
- TanStack vs Next.js vs React Router vs Astro vs Vue vs Angular vs Expo vs svelte vs vite vs React - NPM Download Stats & Trends
The page offers an interactive npm package comparison tool that displays download statistics and trends for TanStack, Next.js, React Router, Astro, Vue, Angular, Expo, Svelte, Vite, and React.
- TanStack Start: A Mental Model for Next.js Developers
TanStack Start takes a router-first, explicit-server-boundary philosophy that inverts Next.js's implicit server-default model, trading convenience for predictability.
- Introducing eve - Vercel
Vercel launches Eve, an open-source agent framework with durable execution, sandboxed compute, and built-in approvals for production-ready agents.
- Hire Web Developers
SuperBuilt offers developer-led talent matching and training services to place pre-vetted, culturally aligned web developers into agencies and startups, with a 30-day guarantee.
- Just a moment...
Google Antigravity AI agents and a custom Skill Pack autonomously reverse-engineer legacy Express/Mongoose monoliths into modern Next.js architectures using TDD, verification, and agentic design patterns.
- How React streams UI out of order and still manages to keep order
React achieves out-of-order streaming by sending resolved components as hidden divs with script tags that swap them into suspense boundaries, bypassing sequential HTML parsing.
- Let’s talk about LLMs
LLMs do not provide a revolutionary productivity gain in software development because the essential difficulty lies in specification, design, and testing, not code generation speed.
- GitHub - vercel-labs/openreview: An open-source, self-hosted AI code review bot powered by Vercel.
Vercel Labs released OpenReview, an open-source, self-hosted AI code review bot that deploys to Vercel and uses Claude to provide on-demand PR reviews with inline suggestions and automated fixes.
- Open Source in the age of AI
AI is enabling rapid cloning of open source codebases, as demonstrated by Cloudflare rebuilding Next.js in a week, challenging the value of software licenses and the premise of open source.
- Tests Are The New Moat
As AI clones open source work easily, tests, API contracts, and surface area become the new commercial moat, clashing with open documentation incentives.
- How we rebuilt Next.js with AI in one week
Cloudflare rebuilt Next.js on Vite in one week using AI, achieving faster builds and smaller bundles, but HN commenters are deeply skeptical about edge cases and long-term support.
- LiftKit – UI where "everything derives from the golden ratio"
LiftKit is an open-source UI framework that derives all design proportions from the golden ratio to create harmonious layouts.
- I built Pinpoint: a daily mini-game for discovering your city
A developer built Pinpoint, a daily place-guessing game using Next.js, Supabase, and LLMs for riddle generation and place automation.
- How to build a Frontend for LangChain Deep Agents with CopilotKit! | Blog
CopilotKit builds a real-time frontend for LangChain Deep Agents by streaming agent state to a Next.js UI via the AG-UI protocol and CopilotKit middleware.
- How Good Is AI at Coding React (Really)? - by Addy Osmani
AI coding benchmarks for React show ~40% success on isolated tasks but ~25% on multi-step integrations due to a complexity cliff, requiring strong context engineering and developer oversight.
- We removed 80% of our agent’s tools - Vercel
Vercel replaced a complex multi-tool text-to-SQL agent with a simpler file system agent using bash commands, achieving 3.5x faster execution and 100% success rate.
- Coding Agents & Complexity Budgets
Lee Robinson migrated cursor.com from a CMS to raw code using AI coding agents in three days for $260, arguing that AI reduces the cost of complexity.
Takes
YOU, struggling with $83 MRR: rewrote it all in Next.js, SSR at the edge, prefetch on hover, 100 lighthouse score, 40ms TTFB from Bali to SF META employee, paid $500k / year 👇
@tibo_maker
We've decided to open-source the CRM we built for ourselves at Comp AI. It's agentic-first, which we mean literally: durable research agents. MIT license. Built using next, eve, and context.
@lewiscarhart
Open source agentic CRM built on http://eve.dev and @nextjs. Model-agnostic, self-hostable or serverlessly-deployed, multi-channel, and headless. This is the way.
@rauchg
Fable just found a 15-30% memory efficiency improvement in Turbopack / Next.js, nearly autonomously. @tobi asked me today: what have been your “holy s***” moments with AI? My answer was: it’s every single week. And it’s accelerating. In fact, “WTFs/day” might just be my favorite metric for AI progress. It’s one thing to read benchmarks or stories online. It’s another to watch these machines pull engineering feats every day. 3 days ago? Sol helped us find novel vulnerabilities in some of the most audited code in the world. Today? Fable helps us ship this large optimization of a very complex Rust codebase. I just saw some results of work we’ve done to shrink binaries by 10-20x. List goes on.
@rauchg
Introducing eve, an agent framework. 𝚊𝚐𝚎𝚗𝚝/ 𝚊𝚐𝚎𝚗𝚝.𝚝𝚜 𝚒𝚗𝚜𝚝𝚛𝚞𝚌𝚝𝚒𝚘𝚗𝚜.𝚖𝚍 𝚝𝚘𝚘𝚕𝚜/ 𝚜𝚔𝚒𝚕𝚕𝚜/ 𝚜𝚊𝚗𝚍𝚋𝚘𝚡/ 𝚜𝚌𝚑𝚎𝚍𝚞𝚕𝚎𝚜/ Like Next.js, for agents. https://vercel.com/blog/introducing-eve
@vercel