Skip to main content

Architecture

Foundry uses pnpm workspaces + Turborepo to manage a monorepo with multiple apps and packages.

Directory Structure

Data Flow

Both the web app and server connect directly to Supabase. There is no inter-service communication by default.

Key Decisions