RepoPilot

frappe/crm

Fully featured, open source CRM

Healthy

Strong maintenance signals

ConcernsDependency

copyleft license (AGPL-3.0) — review compatibility

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

HealthyDeploy as-is

No blocking repository-level signals were found; deployment review is still required.

  • AGPL-3.0 is copyleft — check downstream compatibility
  • Last commit 1d ago
  • 9 active contributors
  • Distributed ownership (top contributor 35% of recent commits)
  • AGPL-3.0 licensed
  • CI configured
  • Tests present

What would improve this?

  • Use as dependency Concerns to Mixed if: relicense under MIT/Apache-2.0 (rare for established libs)

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: frappe/crm

Generated by RepoPilot · document generated 2026-09-16 · concise human review Evidence snapshot · analyzed 2026-09-16T16:30:13.370Z · commit 37497a073333

Verdict

Healthy — Strong maintenance signals

  • Last commit 1d ago
  • 9 active contributors
  • Distributed ownership (top contributor 35% of recent commits)
  • AGPL-3.0 licensed
  • 2 more receipts on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

What it is

Frappe CRM is an open-source Customer Relationship Management (CRM) platform built on the Frappe framework, featuring a Vue.js frontend and Python backend. It provides unlimited-user, affordable CRM functionality with Kanban boards, custom views, lead/deal management, activities tracking, and domain enrichment capabilities—designed as a simpler, more customizable alternative to enterprise CRM systems. Monorepo structure with Python backend in crm/ (API routes in crm/api/, domain enrichment logic in crm/domain_enrichment/, doctypes in crm/domain_enrichment/doctype/) and Vue.js frontend in a sibling directory built with Vite. Shared build output goes to crm/www/crm.html and…

Start here

Open these first:

  • crm/__init__.py — Package initialization for the Frappe CRM module; defines core module structure and entry point.
  • crm/api/__init__.py — Central API module routing all HTTP endpoints; critical for understanding request flow and backward compatibility.
  • crm/fcrm/doctype/crm_deal/crm_deal.py — Core Deal doctype implementation; foundation for the primary CRM entity managing sales pipeline.
  • crm/domain_enrichment/pipeline.py — Data enrichment pipeline orchestrator; central to the domain enrichment feature that augments contact/deal data.
  • crm/fcrm/doctype/crm_contacts/crm_contacts.py — Contact doctype definition; handles prospect/customer data model and relationships.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

Verify the repository's primary README and manifest files for exact setup instructions before executing. Based on package.json, the frontend likely requires npm install or yarn install (Node >=20.19.0 or >=22.12.0)…

Daily commands:

Frontend: yarn dev starts Vite dev server (inferred from package.json scripts); yarn build produces optimized build with HTML entry copy. Backend: Frappe startup commands not visible in provided data—consult Frappe…

…shortened for this brief.

Key cautions & unknowns

  • AGPL-3.0 is copyleft — check downstream compatibility
  • Node engine constraint (>=20.19.0 or >=22.12.0 only) may surprise developers on older LTS versions. The build copies HTML output from crm/public/frontend/index.html to crm/www/crm.html—both paths must exist after…
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Healthy" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Healthy
[![RepoPilot: Healthy](https://repopilot.app/api/badge/frappe/crm)](https://repopilot.app/r/frappe/crm)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/frappe/crm on X, Slack, or LinkedIn.

Ask AI about frappe/crm

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question

Featured in lists

Curated shortlists that include this repo.

Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/frappe/crm"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>