{
  "$comment": "Data source for the bitboiler.io project cards. Fleet-editable (GREEN lane): keep blurbs/status true to reality; schema: id, name, tagline, blurb, url?, repo?, status(live|building|lab|external), tags[].",
  "updated": "2026-07-29",
  "projects": [
    {
      "id": "crigdesigner",
      "name": "CrigDesigner",
      "tagline": "3D gear & loadout designer",
      "blurb": "Dress a 3D mannequin with layered tactical and hiking gear, manage what's packed where, and share loadouts with a link. Cloudflare Workers + Three.js.",
      "url": "https://crigdesigner.bitboiler.io",
      "status": "live",
      "tags": ["three.js", "react", "workers", "d1"]
    },
    {
      "id": "vendimap",
      "name": "VendiMap",
      "tagline": "The crowd-sourced vending machine map",
      "blurb": "Find, add, photograph and verify vending machines worldwide — with community moderation and automated OpenStreetMap imports.",
      "url": "https://vendimap.com",
      "status": "live",
      "tags": ["maps", "react", "workers", "r2", "osm"]
    },
    {
      "id": "batchrouter",
      "name": "BatchRouter",
      "tagline": "LLM batch-routing platform",
      "blurb": "A platform for cost-efficient batched LLM workloads — developed and operated almost entirely by an autonomous AI engineering fleet.",
      "status": "building",
      "tags": ["ai", "workers", "platform"]
    },
    {
      "id": "lab",
      "name": "The Lab",
      "tagline": "Experiments & alpha ideas",
      "blurb": "Early prototypes that may graduate to their own card — currently: agentic-os, an agentic operating-model proof of concept.",
      "status": "lab",
      "tags": ["prototypes"]
    }
  ]
}
