Back to browse
GitHub Repository

Specification, tooling, and documentation for the .sightmap spec.

24 starsGo

Sightmap – Runtime context for agents using your web app

by jurassix·Jul 29, 2026·4 points·0 comments

AI Analysis

●●SolidBig BrainNiche Gem

Smart spec for giving agents persistent context about UI components and API quirks.

Strengths
  • YAML format lets developers document UI quirks that source code doesn't reveal.
  • CLI performs live browser capture to validate component selectors automatically.
  • Decouples agent memory from the application codebase for easier maintenance.
Weaknesses
  • Requires manual maintenance of the YAML map as the UI evolves over time.
  • Adoption depends on AI tool vendors integrating this specific spec natively.
Category
Target Audience

Teams building AI agents that interact with complex web applications

Similar To

Playwright · Storybook · MCP

Post Description

We wrote more about sightmaps on our blog: https://sightmap.org/blog/sightmap/

Checkout the full schema: https://github.com/sightmap/sightmap/blob/main/spec/v1/schem...

Similar Projects