Firewatch TechnologyFIREWATCH//HQENGAGEMENT HUB — R&D STATUS
Firewatch R&D · Project Status

HQ — mission control for shipping a DAL in a week.

A working data abstraction layer is only half the job — someone still has to take a business from "our data is everywhere" to a live, governed model with apps on top. HQ is that platform for our engineers in the field (and eventually a smart, untrained operator): pain-point discovery, source onboarding, no-code model building, one-click private-cloud provisioning, generated deliverables — wrapped in guardrails that make every step safe to hand to a junior. Ranger is the engine; HQ is the hub that deploys and operates it. This page tracks the build, slice by slice.

HQ (CODENAME: LOOKOUT) IS A WORKING NAME · UNDER ACTIVE DEVELOPMENT · UPDATED 2026-07-16

SLICES W-0 → W1 SHIPPED
Scaffold → runbooks → launchpad
HQ RUNS ON RANGER
Its own domain, modeled as a DAL
NEXT: SOURCE HUB
W2 — probe · profile · PII triage
GUARDRAILS AS DATA
Promises enforced, not remembered

Build timeline — where we are

Eight slices, each with a hard exit gate — the same discipline as Ranger's build. One story runs through them: Bristlecone Outfitters, a fictional Colorado gear retailer, taken from a Monday interview to a Friday demo by Sam — a sharp but junior operator who has never opened a terminal. Every slice makes another piece of that week push-button. Click any block for the full technical deep-dive.

The scenario
CLICK ANY BLOCK FOR THE DEEP DIVE

Open decisions gating later slices: where HQ's services run (ADR drafted) · LLM gateway & transcription supply chain (gate W4) · the guardrail file format (lands with W2) · pricing shape (before the first HQ-run pilot).

One hub, one engine — how HQ and Ranger fit

HQ is the hub

Everything an engagement needs, in one place: runbooks that drive the week, a source hub that connects and profiles customer systems, a model studio that proposes and publishes the DAL, a launchpad that provisions private deployments, and an app composer that generates the Friday demo. HQ's own domain — engagements, steps, verifications, artifacts — is itself a DAL running on an internal Ranger deployment: we operate our own product with our own product.

Ranger is the engine

The data abstraction layer platform HQ deploys and operates: the public OSDK wire contract, event-sourced writes, database-enforced isolation, and one gapped cloud deployment per customer. Its build has its own status page — phases 0–4 shipped, first production stamp live on AWS, hardening drills in progress.

The contract between them

HQ consumes only Ranger's published artifacts — the wire API, the management API, typed api-types, the model-as-code format, the deployment module, and guardrail data. Never its internals: the ban is enforced by CI, the Ranger version is pinned in ranger.lock.json, and a cross-repo compatibility suite proves the pairing green on every merge.