Free & open source · Every layer swappable

Give your product a real agent

The model call is the easy part. The year of plumbing around it is not: durable sessions, interrupts, retries, chat UI, tools, skills, safe execution. Catamorphic ships all of it. Mount it on your backend, plug in your agent setup, and your users have a copilot that does real work.

// the plumbing

Everything around the agent, already built

The same session engine and chat machinery that power Catamorphic Desktop, exposed as packages you compose.

Drop-in chat surfaces

shadcn-style components you own the source of (agent-chat, chat-timeline, sessions-list) on headless hooks (useAgentChat, useAgentSessions) when you'd rather build your own.

Sessions that survive anything

Turns persist server-side with honest state: an interrupted turn settles as interrupted, activity indicators always converge, transient failures auto-retry with backoff, and a lost in-memory session re-anchors from the transcript.

Any harness, swappable per turn

A registry of named agents over pluggable harnesses: the AI SDK loop on any model, Claude Code, or Codex. Adding or switching an agent needs no server restart and no rewrite of your chat surface.

Your skills, your tools

Stage skills into the agent's working context so it knows your product's domain, and hand it typed tools for the actions you allow. The agent you plug in is yours; Catamorphic is the socket.

Real work, safely executed

The agent doesn't just answer, it produces: workflows, apps, and file changes, written in a sandbox and proposed as drafts before anything lands. Not a FAQ bot with your logo on it.

Humans stay in the loop

Structured questions when the agent is genuinely blocked, message queueing mid-turn, interrupts that actually cancel, and per-tenant identity on every request. The conversation behaves like a product, not a demo.

// how it goes in

An afternoon, not a roadmap quarter

Three pieces, all replaceable: the backend engine, the chat surface, and the agent you plug into it.

1

Mount the engine

Boot createCatamorphic on your Postgres, register the Fastify plugin, bind identity from your auth. Sessions, runs, and projects come with it.

2

Drop in the chat

Install the chat components from the registry (or compose the hooks into your own design system). Streaming, history, and error recovery are already wired.

3

Plug in your agent

Pick a harness, choose the model, stage your skills, register your tools. Everything the agent may do is something you handed it.

4

Your users take it from there

They describe what they want; the agent asks when it must, builds workflows and apps when asked, and its sessions survive deploys, restarts, and bad networks.

The agent is the front door

Workflows are what it builds. Apps are what it ships. The copilot is how your users meet both. One engine, embedded in your product, every layer yours to swap.