State Without a Landlord: Durable Workflows Without a Single OwnerA durable workflow survives crashes, deploys, and sleep("7d"). It can do that because the running process never holds the state. The journal does. Every step's input and output are recorded, and on reSep 22, 2026·16 min read
Run Nitro applications on Watt with @platformatic/nitroNitro is a server toolkit used by many JavaScript applications. You can use it on its own for APIs or full-stack servers, or combine it with Vite to get a familiar frontend workflow with a Nitro serveJul 28, 2026·9 min read
Stop Pinning Everything: Quantifying Upgrade Risk in Durable WorkflowsAll durable execution engines give the same versioning advice: pin your runs. Temporal pins runs to worker builds. Vercel's Workflow SDK pins each run to the deployment that started it. Azure Durable Jul 21, 2026·12 min read
Run Durable Eve Agents on Kubernetes with PlatformaticEve organizes AI agents in a simple way: use Markdown for instructions and skills, TypeScript for tools, and separate files for channels, schedules, and subagents. Behind this setup, Eve relies on theJul 16, 2026·11 min read
Stop Request Stampedes at the Gateway with Platformatic DeduplicationPicture an online store launching a new product and sending out a mailing list campaign. Thousands of users click the same link at once. The product page, built with a Node.js app like Next.js, needs Jun 30, 2026·11 min read
AWS ECS auto-scaler is broken (don’t worry, we’ve fixed it) How Platformatic ICC Outperforms AWS ECS Target Tracking and Step ScalingJun 4, 2026·25 min read
Destino: Doom in Your Terminal, Powered by Node.js FFIDestino lets you play Doom right in your terminal using Node.js. It might sound like a joke, and that’s how it began. At the Node Collaborator Summit in London, Paolo made the classic DOOM comment. MaMay 19, 2026·10 min read