@rauchg: Open source agentic CRM built on http://eve.dev and @nextjs. Model-agnostic, self-hostable or serverlessly-deployed, mu…

X AI KOLs Following Products

Summary

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.

Open source agentic CRM built on https://t.co/99eEa13mZ3 and @nextjs. Model-agnostic, self-hostable or serverlessly-deployed, multi-channel, and headless. This is the way.
Original Article
View Cached Full Text

Cached at: 08/03/26, 01:46 PM

Open source agentic CRM built on https://t.co/99eEa13mZ3 and @nextjs.

Model-agnostic, self-hostable or serverlessly-deployed, multi-channel, and headless.

This is the way.


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.

Lewis ⚡ soc2/acc (@lewiscarhart): We’ve decided to open-source the CRM we built for ourselves at Comp AI.

It’s agentic-first, which we mean literally: durable research agents.

MIT license. Built using next, eve, and context.

Similar Articles