SMRTR ProgrammingJun 21, 2026Daily.dev

Next.js for agents

SMRTR summary

Vercel launched 'eve', an open-source agent framework that mirrors Next.js but uses the file system to define agent infrastructure — durable runtimes, sandboxed code execution, OAuth connections, cron jobs, and evals. Cloudflare fired back with their own agent framework called 'Flue'. Also notable: TypeScript 7.0 RC is out with 10x performance gains, and nub is a Bun-inspired all-in-one Node.js toolkit.

SMRTR provides this summary for quick context. The original article belongs to Daily.dev.

Read the original article
SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

Related Stories

Browse Programming
ProgrammingAug 23, 2026

Rust Glancer

Rust-analyzer's memory bloat stems from treating all 6,666 dependencies equally — a tiered, IntelliJ-style backend could fix that.