Agents in Production: Reliable Orchestration and Security Enforcement on KubernetesApr 16, 2026·12 min read
Ahead of Time Scaling: How Platformatic ICC Predicts and ProvisionsMost Kubernetes autoscalers work the same way: they check a metric, compare it to a threshold, and then add pods. The issue is that by the time the metric crosses the threshold, the application is alrApr 30, 2026·26 min read
SSR Framework Benchmarks v2: What We Got Wrong, and the Real NumbersTL;DR We ran our SSR framework benchmarks again after finding out that compression was not applied the same way across all frameworks. In the original tests, TanStack did not have compression enabled.Mar 24, 2026·7 min read
Durable Workflows Beyond Vercel: Version-Safe Orchestration for KubernetesWorkflow DevKit lets you write durable, long-running workflows directly in your Next.js and Node.js apps. You define steps with ’use step’, and the SDK handles persistence, retries, and replay automatMar 19, 2026·7 min read
React SSR Framework Showdown: TanStack Start, React Router, and Next.js Under LoadPerformance benchmarks capture a moment, not a final judgment. Results depend on a specific workload, scale, and constraints; they do not rank frameworks by value. Next.js stands out for its widespreaMar 17, 2026·14 min read
Why Node.js needs a virtual file systemNode.js has always been about I/O. Streams, buffers, sockets, files. The runtime was built from day one to move data between the network and the filesystem as fast as possible. But there’s a gap that Mar 16, 2026·10 min read
Scale Next.js Image Optimization with a Dedicated Platformatic ApplicationImage optimization with Next.js is a popular feature, but one that quietly causes instability (in the form of latency spikes) for your frontend. This is because image resizing and encoding are very CMar 10, 2026·9 min read
We brought Skew Protection to your KubernetesWe're excited to share a new experimental feature for Platformatic: Skew Protection in the Intelligent Command Center (ICC). This brings Vercel-style deployment safety to Kubernetes, letting you deploMar 5, 2026·11 min read