← Back

Architecture

This consultation is a reference deployment of the Open Listening Block: a small collection app in front, a moderation service (:/ mod) in the middle, and a theme-analysis pipeline behind it. Each piece is a separate service with its own store, talking over open APIs.

you ── speak · type · chat · WhatsApp · call
        │
        ▼
  survey app (this site) ── own store
        │  POST /api/v1/ingest
        ▼
  :/ mod ── moderation: flag spam & manipulation,
        │            redact personal details
        │  compliant records only
        ▼
  analysis ── theme map: rubric + emergent themes,
              versioned snapshot runs

Principles