You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build a full-featured CRM as a QQQ Application QBit (qbit-crm) covering contact/company management, deal pipeline tracking, activity logging, email tracking, product catalog, lead scoring, assignment automation, website form capture, mailing list subscriptions, and reporting.
Architectural Principles
Activity-centric: Unified crm_activity table for all interactions (calls, emails, meetings, notes, tasks)
Pipeline-driven: Configurable pipeline stages with probability weighting, rot/aging, and stage-gating
Perpetual activity log: Immutable crm_audit_log with field-level change tracking and GDPR anonymization support
Full design spec (v2) with complete data model, process definitions, widget specs, and QQQ pattern compliance is in the ClaudeCode repo at QRun-IO/specs/2026-03-28-qbit-crm-design-v2.md.
Overview
Build a full-featured CRM as a QQQ Application QBit (
qbit-crm) covering contact/company management, deal pipeline tracking, activity logging, email tracking, product catalog, lead scoring, assignment automation, website form capture, mailing list subscriptions, and reporting.Architectural Principles
crm_activitytable for all interactions (calls, emails, meetings, notes, tasks)crm_audit_logwith field-level change tracking and GDPR anonymization supportScope
Phased Delivery
Sub-Issues
Design Spec
Full design spec (v2) with complete data model, process definitions, widget specs, and QQQ pattern compliance is in the ClaudeCode repo at
QRun-IO/specs/2026-03-28-qbit-crm-design-v2.md.