We just shipped Didit Copilot, an AI agent embedded in the Didit identity-verification console. It queries your data through an MCP server, drives the UI through WebMCP tools, and falls back to inferring the DOM. Here is the full architecture — gui-agent, Mastra, and the lessons — so you can build the same for your product.
How contributing import attributes support to Meriyah enabled Brisa's entire prerender pipeline; and why understanding ASTs matters for framework authors.
A 6-month n=1 experiment applying athletic training principles to software development. Intermittent hypoxia, structured rest, and a few other physiological interventions that produced measurable differences.
From maintaining open source libraries to building an AI-powered tools OS with Rust and WebAssembly. How Kitmul went from a testing ground to 300+ browser-based tools.
Today, I am incredibly happy to announce that Next-translate version 3.0.0 is officially out! This release is focused on Modernity and Stability, including Turbopack support and compatibility with Next.js 15+ async params.
How Brisa's HTML Streaming feature can help you avoid the CDN trap and improve your app’s performance. We’ll also compare Brisa with other popular tools like HTMX and React to highlight the benefits of using Brisa for server-side rendering.
Server Actions emerged as an idea to reduce client code and simplifying the interactions that require communication with the server. It is an excellent solution that allows developers to write less code. However, there are several challenges associated with its implementation in other frameworks, which should not be overlooked.
Explore HTML Streaming Over the Wire! We explain the Diff DOM algorithm with streaming to make only the necessary modifications, insertions, and deletions between a DOM node and an HTML stream reader.
Explore HTML Streaming and its benefits covering topics from initial loading to advanced cases like navigation, RPCs, and DOM diffing algorithms during streaming
In this blog post, we explore how to use Next.js 13's app directory and consume i18n translations for both server and client components in an easy way. With this approach, you can reduce the size of your bundles and maintain the code clean.
Teaful is a new npm package where you can manage your stores with less than 1kb without the need of boilerplate: reducers, actions, selectors, connect, etc. And without unnecessary rerenders! It subscribes only to the changes of the used properties.
Next-translate is an i18n library to keep the translations as simple as possible in a Next.js environment. Today we announce the release of version 1.0.