Show HN: Sightmap – Runtime context for agents using your web app Sightmap, an open YAML format and CLI stewarded by Fullstory's Subtext team, provides runtime context for AI agents by maintaining a shared memory of a web app's views, components, and API requests. The project includes a specification, a Go reference implementation, and agent skills for tools like Claude Code and Cursor, enabling agents to curate and read the same map against a live browser. Sightmap is an open YAML format and CLI that maintain a shared memory of a web app for AI agents. A .sightmap/ directory in your repo names the app's views , components , and API requests ; any definition can carry a memory list — freeform notes about quirks, invariants, and shortcuts the source code doesn't record. Agents curate the map against the running app with the sightmap CLI, definitions link back to their source files, and every agent that works on the app reads the same map. → sightmap.org — overview and landing page → — full documentation → docs.sightmap.org https://docs.sightmap.org — the canonical specification → /sightmap/sightmap/blob/main/spec spec/ — the reference implementation Go library + /sightmap/sightmap/blob/main/go go/ sightmap CLI This is the home of the open Sightmap project. It holds the spec, the reference implementation, and both websites in one place: | Path | What it is | |---|---| spec/ | normative specification — spec/v1/ schema + JSON Schema, the SEP process spec/seps/ , and language-agnostic conformance fixtures. Source of truth. go/ Go implementation — the sightmap CLI live browser capture, annotated snapshots, coverage plus a go get -able library for the component model and selector matching. Published to npm as . https://www.npmjs.com/package/@sightmap/sightmap @sightmap/sightmap skills/ agent skills — sightmap-authoring and sightmap-browser . This is the canonical, standalone skills directory; the CLI embeds a committed copy under go/skills/ regenerated via go generate . docs/ docs.sightmap.org https://docs.sightmap.org Mintlify . web/ sightmap.org https://sightmap.org React + Vite .Each area has its own README with build and contribution details. The sightmap CLI is published to npm. Install it globally: npm install -g @sightmap/sightmap sightmap version Or run it without installing: npx @sightmap/sightmap