{
  "$comment": "Product facts as JSON so an agent never has to read the marketing page. Prices in minor units.",
  "updated": "2026-07-26",
  "merchant": {
    "name": "TalkShell",
    "url": "https://talkshell.app",
    "auth": "https://talkshell.app/auth.md"
  },
  "products": [
    {
      "id": "talkshell-source",
      "sku": "TS-SRC-1",
      "name": "TalkShell source",
      "description": "Source for both halves of TalkShell: a SwiftUI iPhone app and a stdlib-only Python Mac server that drive Claude Code by voice. The buyer's own coding agent installs it.",
      "url": "https://talkshell.app/",
      "image": "https://talkshell.app/og.png",
      "category": "developer tools > source code",
      "price": {
        "amount": 2900,
        "currency": "usd",
        "display": "$29",
        "recurring": false,
        "tax": "handled by the merchant of record at checkout",
        "launch_price": true,
        "launch_price_until": "2026-08-09",
        "standard_amount": 5900,
        "standard_display": "$59",
        "note": "$29 is the launch price until 2026-08-09, then $59. One payment either way."
      },
      "availability": "in_stock",
      "digital": true,
      "checkout": "https://talkshell.app/buy",
      "fulfilment": {
        "type": "digital",
        "method": "signed download link, valid 30 days",
        "delivery": "instant: the download link appears on the success page and is emailed"
      },
      "licence": {
        "type": "proprietary",
        "summary": "one developer, no redistribution",
        "url": "https://talkshell.app/license"
      },
      "refund": {
        "window_days": 14,
        "process": "email"
      },
      "contents": [
        {
          "part": "iPhone app",
          "language": "swift",
          "files": 26,
          "lines": 17687,
          "dependencies": 0
        },
        {
          "part": "Mac server",
          "language": "python",
          "files": 1,
          "lines": 7520,
          "dependencies": 0,
          "note": "standard library only"
        }
      ],
      "requires": [
        "a Mac running Claude Code",
        "Xcode to build and sign the app",
        "an iPhone on iOS 26, or lower the deployment target",
        "the buyer's own Claude Code subscription",
        "an Apple Developer account at $99/year for an install that does not expire after 7 days"
      ],
      "excludes": [
        "an App Store build",
        "a support contract",
        "a hosted relay for access away from home"
      ],
      "checkout_direct": "https://buy.stripe.com/bJeeVc2Nm03saZF1CsbfO00",
      "checkout_processor": "stripe"
    }
  ]
}
