Reading up on Next.js
17 deep · digging since dec 13, 25
- 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.