ChatalyzeDocs

Documentation

What is Chatalyze?

Product positioning, who it's for, and hard product boundaries.

Chatalyze is an always-on ops brain forOnlyFans chatting teams. It ingests fan ↔ creator (or chatter) messages through OnlyFansAPI, computes deterministic metrics and risk alerts, optionally runs structured AI labels, and surfaces coaching for managers — without replacing the OF chat client.

One-liner

Real-time analysis of conversations → floor monitor, alerts, scorecards, and revenue recommendations.

Who uses it

RoleNeeds
Agency owner / opsWhich strategies and chatters make money; quality drop alerts
Chat managerLive queue health, coaching briefs, SLA breaches
ChatterPersonal scorecard (what worked on recent chats)
Creator (optional)High-level revenue + fan quality — not full message firehose

What Chatalyze is not

  • Not a mass-DM CRM like Infloww / OnlyMonster (we sit above the inbox).
  • Not an auto-sender — v1 is analysis-only; humans still type in OnlyFans.
  • Not a browser scraper as the primary path — OnlyFansAPI webhooks are primary.
Analysis-onlyWebhooks never wait on LLMs. Intelligence runs via admin batch or on-read compute. SeeAnalysis-only mode.

Core pipeline

OnlyFans account(s)
  → OnlyFansAPI (webhooks + REST)
    → Chatalyze Worker (HMAC verify, idempotent events)
      → ChatSession DO (session windows)
        → D1 read models (rm_*)
          → Dashboard + intelligence APIs

Related