SFabDocs
Getting Started

Deploy with your agent

Hand your AI agent one prompt and let it stand up your own SFab factory.

You don't have to deploy SFab by hand. If you use an AI coding agent (Claude Code, Cursor, or similar) it can read this repo and drive the deploy for you, asking you only for the things it genuinely can't do itself (account logins and API keys).

What you'll need

  • A Cloudflare account on the Workers Paid plan: the factory's agent sandboxes run on Cloudflare Containers
  • A GitHub account: the factory works through a GitHub App it will help you create
  • An LLM API key (e.g. Anthropic): the agents that do the building run on your keys

The prompt

Paste this into your agent, started from an empty folder:

Clone https://github.com/sfab-oss/sfab and deploy the SFab platform to my own
Cloudflare account. Follow the installation guide in the repo at
apps/docs/content/docs/getting-started/installation.mdx, step by step. Walk me
through only the steps that need me personally (logins, creating the GitHub
App, API keys) and do everything else yourself. When you're done, give me the
URL of my running factory and confirm I can sign in.

Your agent will handle the clone, install, configuration, and deploy, and will prompt you at each step that needs your credentials.

Doing it by hand

Prefer to run it yourself? Start with the installation guide. Everything the agent does, you can do manually.