{
  "id": "chat-ledger",
  "name": "Viber / WhatsApp Business Ledger",
  "status": "build-ready",
  "buyer": "Distributor, wholesaler, home business, or service owner selling through chat",
  "offer": {
    "promise": "Turn messy chat orders into customers, open balances, invoices, delivery status, and follow-up tasks.",
    "price_hint": "8,000,000 MMK setup",
    "first_proof": "Clean table of recent orders, who owes money, and which customers need follow-up today.",
    "next_step": "Next: we extract one owner ledger from sample chats before building a repeatable flow."
  },
  "intake_schema": {
    "required": [
      "name",
      "email",
      "company",
      "goal",
      "sample_sources"
    ],
    "setup_inputs": [
      "Chat export or screenshots",
      "Product list",
      "Payment rules",
      "Delivery areas",
      "Customer names"
    ],
    "sample_sources": [
      "ten order screenshots",
      "product list",
      "delivery rules",
      "payment proof examples"
    ],
    "approval_required_before": [
      "sending messages",
      "writing to source systems",
      "charging payments",
      "editing live business records"
    ]
  },
  "first_run_workflow": [
    "Extract orders",
    "Match customers",
    "Detect unpaid balances",
    "Build delivery queue",
    "Draft follow-up messages for approval"
  ],
  "outputs": [
    "customer order ledger",
    "open balance list",
    "delivery queue",
    "approval-only follow-up drafts"
  ],
  "acceptance_tests": [
    "Produces: Clean table of recent orders, who owes money, and which customers need follow-up today.",
    "Uses only approved sample sources on the first run.",
    "Shows source trace for every important number, record, or recommendation.",
    "Keeps every external action in approval-only mode until the owner signs off."
  ],
  "deployment_mode": {
    "first_run": "read-only proof",
    "production": "cloud scheduled or owner-triggered workflow",
    "human_gate": "owner approval before send/write/payment actions"
  },
  "contact_url": "/contact/?template=chat-ledger"
}
