Open-source CRM built for high-ticket B2B sales teams. Lead management, deal pipelines, automated follow-ups, and account relationship tracking — fully self-hostable with React, Node.js, MongoDB, and Docker.
Stars
112
Forks
46
Watchers
112
Open Issues
8
Overall repository health assessment
No package.json found
This might not be a Node.js project
40
commits
10
commits
6
commits
4
commits
4
commits
2
commits
Fix all 56 backend models: replace node-uuid and bcrypt-nodejs with modern equivalents
98e5b13View on GitHubFix MongoDB connection: use MONGODB_URI env var and auto-register models on useDb
bfedaf2View on GitHubFix backend URL (port 8010) and guard Interceptor against undefined response
005acc9View on GitHubfix: update uuid imports to modern API (uuid v9 dropped sub-path exports)
6a907abView on GitHubfix: remove Stripe dependency from signup and login flows
f2338aeView on GitHubfix: add organizationName step to signup — resolve 422 from backend
03474d8View on GitHubfix: resolve signup flow stuck at password/confirm-password step
06bd89fView on GitHubdocs: add master task checklist for engineering and OSS improvements
7f2e841View on GitHubFix frontend to run on Node 24 with modern tooling (#19)
ab09e12View on GitHubAdded docker-compose file to run mongo, minio and redis for local development
a5aee75View on GitHub