𝕏 Backends on Vercel – Guillermo highlights improvements in function runtime, cost control, Python support, and AI‑ready features like Sandbox and AI Gateway. All part of the mission to make Vercel just as strong for backends as it’s known to be for frontends. // Guillermo Rauch 
                         
                         
                        ⚡️ Sponsor 
                        Build international Next.js apps with confidence – Master the art of holistic internationalization, from the fundamentals to advanced patterns, all through a real-world project. Now 25% off for subscribers of Next.js Weekly! // next-intl & Crowdin 
                         
                         
                        📙 Articles, Tutorials
                        
                        Comparing Page Transition Strategies in Next.js – A detailed side-by-side test of six navigation methods in Next.js, from old-style full-page reloads to modern setups using Speculation Rules and CSS View Transitions. // Alessandro Grosselle 
                         
                        ►This is good, actually – Theo thinks directives like “use workflow” are a clever way to handle complex serverless problems with less fuss, pushing back on critics like Tanner Linsley, who say they’re confusing and not standard (linked further down). // Theo 
                         
                        
                         
                        📦 Projects / Packages / Tools 
                        shadcn Registry Directory – shadcn dropped a list of code registries you can browse and pull code or components from. If you're a registry maintainer and want to add yours to the directory, just fill out the following  issue. // shadcn 
                         
                        next-lens – next-lens brings a “Laravel artisan” experience to your terminal. It scans your app structure, detects route handlers, and displays clear, color-coded tables of your pages and APIs. // Yiwei Ho 
                         
                        next-seo v7.0.0 – A plugin that makes managing your SEO easier in Next.js projects. This new version is a full rewrite with major API changes. All structured data components were rebuilt to fully follow Google’s latest schema standards. Migration guides are available, but most setups will need a full refactor. // Gary Meehan 
                         
                        aws-workflow – AWS adapter for the Workflow Devkit that was introduced at Vercel Ship AI last week. Check out the  tweet if you want to see a demo. // Karthik Kalyanaraman 
                         
                        
                         
                        ⚡️ Sponsor 
                        
                         
                        🌈 Related
                        Understanding Directives – Explains the thinking behind Workflow DevKit’s directive system. It describes how the team experimented with different API designs before deciding that plain JavaScript directives were the clearest and safest way to mark workflow and step functions. // Pranay Prakash 
                         
                        React vs. Backbone in 2025 – This opinion-piece compares the code of a simple password strength test app built with React and Backbone, and finds that after 15 years of progress, both do the same job with similar amounts of code. The author argues that modern abstractions aren’t always simpler, and maybe we’ve traded genuine clarity for the illusion of simplicity. // panphora 
                         
                        Directives and the Platform Boundary – Explains that new directives like use client and use server make framework features look like real JavaScript. This makes it harder for developers and tools to know what’s part of the language and what’s not. The author suggests using normal APIs with imports instead to make ownership clear and keep the platform boundary clean. // Tanner Linsley 
                         
                       |