For the complete Sightbox documentation index, see llms.txt
For the complete Sightbox documentation index, see llms.txt

Product

The System

Beacon is four parts that work together: a knowledge graph that holds truth, a pipeline that generates surfaces, a frontend that humans read, and a loop that validates everything stays correct.

The Knowledge Graph

Structured, versioned store of canonical truth. Notion-shaped front end. Content graph back end. Initial entities: Organization, Offering, Persona, Comparison, Case study, FAQ, Story/POV, Document, Person.

The Output Pipeline

Generators that turn the graph into surfaces. Idempotent. Regeneratable. Statically cacheable.

The Frontend

Marketing site reads from the same graph. Edits to the site go through the graph. Prevents drift between what the site says and what agent surfaces say.

The Validation Loop

Scheduled runs of agent-readiness scanning. Diff against last run. Flag regressions and new gaps. Suggest specific graph edits that would close them.