AI Tools / AI products & services
Comp AI CRM is an open-source CRM designed for AI agents, developed by Comp AI. The agent runs on its own schedule and work queue, researches contacts and companies, records observed evidence, and sends weak or ambiguous matches to a human instead of writing them directly to the record. It supports durable sessions, scheduled rechecks, research budgets, contact and company records, and an Agent tab for viewing its work and answering questions.
The agent uses file-based tools and Markdown skills on Vercel's eve durable-agent framework. Its work queue leases due tasks with PostgreSQL row locking, while a restricted shell sandbox provides bash, grep, glob, and a workspace without network egress, database credentials, or direct database access. Optional sources include mailbox history, company brand data, LinkedIn, and Perplexity web research; the system is designed to operate without external API keys using data already in the CRM.
The repository is a Bun Turborepo containing a Next.js front end, NestJS API, agent deployment, Prisma/Postgres data layer, Better Auth authentication, and optional Redis and Vercel Blob services. It can be run locally with Bun, Docker, and PostgreSQL, and deployed as separate app, API, and agent services. It is licensed under the MIT License and is single-tenant.
An AI CRM in which an agent researches contacts, records evidence, and sends uncertain matches to a human for review. It supports scheduled research, durable sessions, and a restricted shell sandbox.