IdeaCredIdeaCred

sneg55/pingcrm

61

AI networking co-pilot -- auto-syncs Gmail, Telegram, Twitter. Detects life events, drafts follow-ups. Open-source alternative to Monica/Dex.

What's novel

AI networking co-pilot -- auto-syncs Gmail, Telegram, Twitter. Detects life events, drafts follow-ups. Open-source alternative to Monica/Dex.

Code Analysis

14 files read · 4 rounds

A self-hostable personal networking CRM that auto-syncs contacts and interactions across Gmail, Telegram, Twitter/X, LinkedIn, and WhatsApp, uses LLM-based event detection and AI message drafting to surface who to follow up with and why, and resolves cross-platform identity duplicates using multi-ti

Strengths

Genuinely deep implementation with real algorithms (adaptive identity scoring with Levenshtein, 5-component relationship scoring with extended decay, two-pool follow-up engine with ghost detection and read-receipt filtering), production-grade concurrency safety (Redis locks, advisory locks, race-condition tests), and careful security practices (rate limiting, secret validation, structured logging, CORS scoping).

Weaknesses

The LLM integration (event classification, message composition) is tightly coupled to Anthropic's API with no abstraction layer for alternative providers, and the monolithic service files (15-18kb) could benefit from further decomposition. The Twitter integration relies on a 'bird' CLI tool with cookie-based auth, which is fragile and non-standard.

Score Breakdown

Innovation
6 (25%)
Craft
56 (35%)
Traction
7 (15%)
Scope
61 (25%)

Signal breakdown

Innovation

Not Fork+1
Code Novelty+1
Concept Novelty+2

Craft

Ci+5
Tests+8
Polish+3
Releases+3
Has License+5
Code Quality+27
Readme Quality+15
Recent Activity+7
Structure Quality+5
Commit Consistency+0
Has Dependency Mgmt+5

Traction

Forks+6
Stars+6
Hn Points+0
Watchers+0
Early Traction+0
Devto Reactions+0
Community Contribs+0

Scope

Commits+8
Languages+8
Subsystems+13
Bloat Penalty+0
Completeness+7
Contributors+5
Authored Files+15
Readme Code Match+3
Architecture Depth+7
Implementation Depth+8

Evidence

Commits

216

Contributors

1

Files

374

Active weeks

2

TestsCI/CDREADMELicenseContributing

Repository

Language

Python

Stars

1

Forks

1

License

AGPL-3.0