Infrastructure you can inspect, fork, and govern.
FirstContact keeps core matching, policy, and workflow logic visible. Providers are adapters; your deployment owns its data and operating decisions.
Repository map
app/— public experience, workspace, and provider-facing routesconvex/— durable multi-tenant data and workflow statelib/— portable domain, matching, and policy logicdocs/— architecture, compliance, security, deployment, and roadmaptests/— policy and matching invariants
Run it
bun install
cp .env.example .env.local
bun run devThe application is useful in clearly labeled preview mode without provider credentials. See the README and contributor guide on GitHub for the full setup and verification contract.