Skip to content

Deployment & Operations

Foundry deploys to three managed platforms. There is no Docker Compose self-host path in v1 — all deployment assumes a BYO-cloud footprint across Vercel, Convex Cloud, and Cloudflare.

Vercel → Next.js frontend (SSR, Edge Middleware, OAuth callbacks)
Convex Cloud → Backend (81 tables, server functions, AI actions, webhooks)
Cloudflare → Agent Worker (AI analysis) + Sandbox Worker (code execution)

Before deploying, ensure you have:

  • Cloudflare account with Workers Paid plan (needed for Durable Objects and Containers)
  • Vercel account (Pro recommended for production)
  • Convex Cloud deployment provisioned via bunx convex deploy
  • Clerk production instance with organizations enabled
  • GitHub App configured with webhook URL and OAuth credentials
  • Atlassian OAuth app (optional, for Jira/Confluence integration)
  • wrangler CLI authenticated: wrangler login
  • Anthropic API key with sufficient credits