An open-source, agentic-first CRM where a durable research agent runs on its own schedule and writes observations to a Postgres-backed CRM, rather than bolting AI chat onto a traditional database UI.

Stars

266

7-day growth

No data

Forks

28

Open issues

0

License

MIT

Last updated

2026-08-01

AI repository intelligence
FR-AI / ANALYSIS

Why it is worth attention

It inverts the usual CRM/AI pattern: the agent is the product and the CRM is its notes, with no guessing about people, an API deliberately free of intelligence, and a sandbox with no network or database credentials.

Who it is for

  • Developers building AI-native or agentic SaaS applications
  • Small teams or startups wanting an internal single-tenant CRM with autonomous lead research
  • Open-source contributors interested in durable agents, eve, and evidence-based AI workflows
  • Sales operations or engineers who want Google Workspace-integrated pipeline tracking

Use cases

  • Automatically researching and enriching contacts and companies from email threads, calendars, and optional external APIs
  • Building and updating a sales pipeline with agent-run rechecks and scheduled follow-ups
  • Deploying an internal CRM where reps can see the agent's reasoning and ask it questions
  • Running a self-scheduling research loop that continues even when no browser is open

Strengths

  • Durable agent architecture: sessions survive redeploys, work resumes, and tasks lease rows with FOR UPDATE SKIP LOCKED
  • Evidence-based data handling: no confidence scores, no guessed facts; strong evidence writes, weak evidence becomes human suggestions
  • Runs with zero external API keys; every outside source is optional and the agent plans around what is configured
  • Security-conscious design: the sandbox has deny-all egress and never receives DATABASE_URL

Considerations

  • Single-tenant and internal by design, with no organizations and Google-only sign-in
  • Requires Bun, Docker, Postgres, and a Vercel-oriented deployment model
  • The API layer intentionally contains no intelligence, so some automation expectations need rethinking

README quick start

Quick start

Related repositories

Similar projects matched by category, topics, and programming language.

Jakubantalik
Featured
Jakubantalik GitHub avatar

thinking-orbs

A React component library that renders six hand-tuned animated thought orb loading indicators on a plain 2D canvas, with two purpose-tuned sizes and automatic theme detection for AI and agent UIs.

AI & Machine LearningAI Agents
1,191
makecindy
Featured
makecindy GitHub avatar

cindy

Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.

AI & Machine LearningLarge Language Models
958
mereyabdenbekuly-ctrl
Featured
mereyabdenbekuly-ctrl GitHub avatar

clodex-ide

Clodex is an open-source, local-first agentic IDE that combines persistent AI tasks, code, terminal, browser, Git, models, memory, and governed execution in one Electron workspace, currently in technical preview.

AI & Machine LearningAI Agents
859