TNS
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
NEW! Try Stackie AI
AI / AI Agents / Developer tools

Vercel launches eve, an open-source framework that treats agents as directories

Jun 17th, 2026 12:59pm by
Featued image for: Vercel launches eve, an open-source framework that treats agents as directories

Vercel on Wednesday launched eve, a new open-source framework for building AI agents that treats each agent as a directory of files and bundles the infrastructure needed to run it in production.

The company describes eve as “Next.js for agents,” referring to the popular web framework Vercel created and maintains.

Eve launched at Vercel’s Ship conference in London, together with a set of related products under the Agent Stack moniker.

Credit: Vercel.

An agent is a directory

One of the parallels with Next.js that Vercel stresses is that Eve defines an agent is similat to the way Next.js defines a web app.

A single directory holds all of the individual files that define what the agent does. One file sets the model the agent runs on, with Vercel’s AI Gateway handling provider fallbacks. Another holds the system prompt, written in Markdown. The agent’s tools, meanwhile, are individual TypeScript files, where the filename becomes the tool’s name, and nothing has to be registered separately. And like every other agent framework, eve uses skill.md files, as well as MCP servers to connect to other tools.

Credit: Vercel.

Eve then compiles this directory into a running agent.

Every conversation runs as a durable workflow, built on Vercel’s open-source Workflow SDK, that checkpoints each step so a session can pause, survive a crash, and resume where it left off.

On the security side, each agent gets its own sandbox for the code it writes to ensure it remains isolated from the application. It’s also worth noting that every tool can be set to require human approval before it runs.

When appropriate, agents can hand off work to subagents, connect to outside services through MCP servers or OpenAPI documents, and reach users through built-in channels for Slack, Discord, Microsoft Teams, Telegram, Twilio, GitHub, and Linear.

To allow developers and IT teams to keep tabs on what is happening, every run produces an OpenTelemetry trace that appears in a new Agent Runs view in Vercel’s observability dashboard, with the ability to export the data to specialized services like Datadog and Honeycomb.

Running and deploying agents

Developers start an agent locally with a single command and talk to it through a terminal interface. Deploying uses the same vercel deploy command as any other project, and a session that is mid-task when a new version ships finishes on the version it started on.

Eve is available in public preview and is licensed under Apache 2.0 on GitHub.

Credit: Vercel.

How Vercel uses it

Vercel itself says it runs more than 100 agents internally on eve, including a data-analysis agent that employees query in Slack tens of thousands of times a month and a routing agent that directs questions to whichever agent can answer them.

Agents are already a major source of Vercel’s own traffic. The company says agents now trigger around 29 percent of deployments on its platform, up from less than 3 percent a year ago, and it expects that share to reach half.

The competition

Eve enters a market that filled up quickly over the past year. Its closest TypeScript-native rival is Mastra, a Y Combinator-backed framework that reached version 1.0 in January and is built to run on any platform, in contrast to eve’s default to Vercel. LangChain’s LangGraph, the most established agent framework, is Python-first and centers on the same durable execution eve offers. Inngest’s AgentKit is another TypeScript option with built-in durability.

The large cloud providers are coming at the same workloads from the infrastructure side. Cloudflare builds agents on its Workers platform and Durable Objects, while Amazon’s Bedrock AgentCore, Google’s Vertex AI Agent Engine, and Microsoft’s Agent Framework offer managed runtimes that run agents from any framework. OpenAI’s AgentKit, released last year, ties its tooling to OpenAI’s own models.

Vercel says support for other platforms is coming. For now, though, eve runs only on Vercel.

Group Created with Sketch.
TNS owner Insight Partners is an investor in: OpenAI, Honeycomb.
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.