@rauchg: http://Eve.dev is more fundamental than any other framework we’ve built. It’s the genesis of your company. When you hav…
Summary
Guillermo Rauch announces Eve.dev, a framework for building durable agents inspired by Next.js, featuring durability, sandboxing, human-in-the-loop, and easy integration with existing Next.js apps.
View Cached Full Text
Cached at: 07/27/26, 01:53 PM
https://t.co/O7y9dmUqk5 is more fundamental than any other framework we’ve built.
It’s the genesis of your company. When you have a new idea, don’t think: “I’ll go to an agent and ad-hoc prompt.”
Think: how can I build the factory that will start, maintain and grow my idea
eve
Source: https://eve.dev/
The framework for building agents
Like Next.js for agents. Build durable agents with one folder.
$npx eve@latest init my-agent
Works natively with Next.js
Wrap your config withwithEve()and the agent mounts into your existing app. Same dev server, same deploy.useEveAgent()finds its routes on its own, so there’s no CORS to configure and no URL env vars to keep in sync.
Built on open-source SDKs, yours to self-host
Swap any backend and self-host the whole runtime, with zero managed-infrastructure dependencies.
You can deploy anywhere. Postgres-backed durability, Docker sandbox, Ansible deploy, zero managed services.See the example
Everything you need for production agents
Durability, sandboxing, human-in-the-loop, and evals are built into the framework. Focus on building your agent.
- Workflows survive crashes and restarts. Every step is checkpointed. Agents park when waiting, resume on the next message.
- Agents run code in isolated sandboxes. File system access, bash execution, and code, all fully isolated.
- One agent codebase deploys to web chat, Slack, API, cron, CLI, and custom apps.
- Tools that need confirmation trigger approval gates. Sessions park until resolved, then resume seamlessly.
- Delegate specialized work to child agents with their own prompts, tools, and sandbox.
- Define test suites with scoring rubrics. Run evals on every deployment and on a schedule.
Guillermo Rauch (@rauchg): The (software) factory is the product. Your product is only as good as the agents you set up to autonomously maintain it.
This is what @elonmusk figured out about Tesla, and it’s now true for the software world.
Similar Articles
@rauchg: The filesystem is beautiful. Want your http://eve.dev agent to have GitHub powers? Define 𝚝𝚘𝚘𝚕𝚜/𝚐𝚒𝚝𝚑𝚞𝚋.𝚝𝚜 …
Vercel's Guillermo Rauch announces Eve, a framework for building durable AI agents with GitHub integration, featuring sandboxing, human-in-the-loop, and open-source self-hosting.
@omarsar0: Eve does feel like the "Next.js for agents" as @rauchg puts it. You got to check it out!
Eve, a new agentic framework from Vercel, is being compared to 'Next.js for agents' for its file-based approach to tools, skills, and evals, enabling rapid agent building with TypeScript.
@rauchg: “The others make the easy part easier. Vercel makes the hard part easy” – direct quote today from tech lead for AI agen…
Guillermo Rauch announces eve, a durable AI agent framework from Vercel Labs that runs natively with React and Next.js, featuring built-in sandboxing, human-in-the-loop, and evaluation capabilities.
@rauchg: Open source agentic CRM built on http://eve.dev and @nextjs. Model-agnostic, self-hostable or serverlessly-deployed, mu…
Guillermo Rauch announces an open-source agentic CRM built on the eve agent framework and Next.js. It is model-agnostic, self-hostable, multi-channel, and headless, with durable agents, sandboxing, human-in-the-loop, and eval support.
@rauchg: Agentic self-improvement. Give your agent the ability to introspect its past runs, spot inefficiencies, errors, redunda…
Eve is a framework for building durable, production-ready AI agents with built-in observability, introspection, and self-improvement capabilities, designed to work seamlessly with Next.js and Vercel deployments.