
react
React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.
It demonstrates a novel architecture where an existing server-based agent runtime is repurposed as a library inside a serverless database platform, achieving both durability and low latency.
eve is Vercel's durable AI agent runtime. Out of the box it runs as a long-lived Node server and persists its state through the Workflow SDK's "world" — Postgres + Redis locally, Vercel's managed queues in production.
adam ports the whole thing onto Convex. Not just
the durable state — the execution engine itself. eve build is used as a
compiler; the emitted server bundle is vendored into the Convex deployment and
executed inside Convex "use node" actions. At runtime there is no eve
server. One Convex deployment runs and stores everything:
runner/engine, chat:send)heartbeat.md) mapped to Convex
crons┌──────────────────────────────────────────────────────────────────┐
│ Convex deployment (packages/backend) │
│ │
│ chat:send ─────────► eve channel API ─┐ │
│ (action, "use node") │ enqueue │
│ │ inline fast path ▼ │
│ └─► deliverSessionInline world/queue │
│ (same action) (mutations) │
│ │ ctx.scheduler │
│ ▼ │
│ runner/engine:tick │
│ (action, "use node") │
│ │ imports vendored eve bundle │
│ ▼ │
│ workflow P
adam — Vercel's eve agent runtime with its entire durable world (state, queue, streams, UI) on Convex
Similar projects matched by category, topics, and programming language.

React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.
A GPT‑image powered app that extracts individual garment cutouts from photos, organizes them into a digital wardrobe, and generates modeled outfit previews.
A browser-based first-person shooter built entirely with procedural generation and orchestrated AI agents, featuring 55k lines of Three.js/WebGL2 code and no art assets.