Back home
OPEN SOURCE / MIT

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.

View the repository ↗

Repository map

  • app/ — public experience, workspace, and provider-facing routes
  • convex/ — durable multi-tenant data and workflow state
  • lib/ — portable domain, matching, and policy logic
  • docs/ — architecture, compliance, security, deployment, and roadmap
  • tests/ — policy and matching invariants

Run it

bun install
cp .env.example .env.local
bun run dev

The 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.