Next.js for Agents: Vercel's eve Treats Your Bots Like Folders

Next.js for Agents: Vercel's eve Treats Your Bots Like Folders

Building a production AI agent in 2026 has mostly meant gluing together a queue, a sandbox, a secrets manager, and a prayer. Vercel looked at that pile of duct tape and asked: what if an agent were just a directory of files? Reader, they shipped it.

An Agent Is Now a Directory

At its Ship 2026 conference in London on June 17, Vercel unveiled eve, an open-source, TypeScript-native agent framework that the company described on stage as 'Next.js for agents.' The core conceit is delightfully simple: every agent is a directory of files that compiles down to a durable, production-ready service running on Vercel Functions — no separate hosting to wrangle.

Durability, sandboxed compute, tools, skills, integrations, and human-in-the-loop approvals all come built in rather than assembled by hand. The framework arrives alongside Vercel Connect and Vercel Passport, both in public beta, which swap long-lived credentials for scoped, short-lived tokens with full audit trails — Vercel's attempt to drag 'shadow AI' into the light. Vercel Services is slated to follow on July 1.

Why Boring Infrastructure Is the Real Headline

The flashy demos in agent-land usually involve a bot booking a flight or refactoring a repo. The unglamorous truth is that the hard part was never the reasoning — it was deployment, durability, and not leaking your API keys to a process you spun up at 2 a.m. By making an agent a deployable unit as familiar as a web app, eve targets exactly the part everyone quietly dreads.

The framing matters too. 'Next.js for agents' is a deliberate land-grab: Vercel wants the default mental model for shipping agents to be its model, the same way Next.js quietly became how a generation thinks about React apps. Own the abstraction, own the ecosystem.

And the timing is not subtle. Vercel says agents leapt from under 3 percent of all deployments to more than half in roughly six months — a curve steep enough to explain why the company is racing to plant a flag before anyone else does.

The agent gold rush finally has a shovel that does not require a PhD in DevOps. Whether eve becomes the standard or merely the well-marketed first mover, treating agents as plain old directories is a genuinely good idea — and those have a way of sticking.

Source: The New Stack