SFabDocs
Architecture

AI-native apps

Every app the factory builds ships with its own agent, wired into its data.

Every app you fabricate ships with its own agent, wired into its data and built to the same standard as everything else. It is not a chatbot bolted on later.

Shipped vs. landing

The agent runtime described here (Cloudflare Agents SDK + Think, durable, on the edge) is what powers the factory's own agents today: the project agent, the chat agent, the review agent. Wiring that same runtime into every fabricated app is part of the fabrication pipeline being built around the template.

The agent watches what happens in the app and acts on the business rules you give it:

  • Monitors: it sees the app's events and data as they happen. This is business-level watching, a different altitude from the factory's own continuous monitoring of the software itself.
  • Decides: it makes the routine calls your rules already cover.
  • Acts: it executes inside the app, with the same typed access as the rest of the code.
  • Escalates: the calls that need a human reach you, with context.

It builds around what your business actually does: the business context lives in the repo, versioned like everything else, and the agent reads the same ground truth the factory builds against.

Built on the Cloudflare Agents SDK + Think: durable, and on the edge.