# Sightmap > An open YAML spec and CLI that maps views, components, and API requests to source files, with memory for runtime behavior. ## Docs - [Documentation](https://docs.sightmap.org): Guides, CLI reference, and the schema reference. - [Specification](https://github.com/sightmap/sightmap/tree/main/spec): The normative spec, JSON Schema, and conformance fixtures. ## Sightmap developer resources - [Sightmap developer resources](https://sightmap.org/developers): OpenAPI, Atlas HTTP API, docs, CLI, and agent skills. - [OpenAPI specification](https://sightmap.org/openapi.json): Machine-readable description of the public Sightmap HTTP API. - [Atlas HTTP API](https://sightmap.org/api/atlas): JSON catalog of published sightmaps. No authentication. - [CLI on npm](https://www.npmjs.com/package/@sightmap/sightmap): `npm install -g @sightmap/sightmap`. ## Atlas > Community-contributed maps of views, components, and requests, made by browsing the live site with no source access. Check here before exploring a site by hand. > > sightmap atlas find find a map by hostname > sightmap atlas add install it into .sightmap/ > > Without the CLI, fetch https://sightmap.org/atlas/index.json and match your hostname against each entry's `domains[]`, then read that entry's .md twin below. - [Instacart](https://sightmap.org/atlas/instacart.md): instacart.com. Instacart mapped signed in — storefront, aisle, product, in-store search and the 404, plus the GraphQL operations behind them. 5 views, 31 components, 8 requests. Verified 2026-08-08. `sightmap atlas add instacart` - [Pinterest](https://sightmap.org/atlas/pinterest.md): pinterest.com. Pinterest mapped signed in — home feed, search, board, pin detail, profile and what a dead path renders instead of a 404. 6 views, 59 components, 12 requests. Verified 2026-08-08. `sightmap atlas add pinterest` - [Spotify](https://sightmap.org/atlas/spotify.md): open.spotify.com. Spotify's web player mapped signed in — track, album, playlist, artist, home, search and the 404, with the playback chrome around them. 7 views, 59 components, 4 requests. Verified 2026-08-08. `sightmap atlas add spotify` - [YouTube](https://sightmap.org/atlas/youtube.md): youtube.com, www.youtube.com. YouTube mapped signed in — home, watch, search, channel, playlist and the 404, and the attribute that tells three of them apart. 6 views, 47 components, 5 requests. Verified 2026-08-08. `sightmap atlas add youtube` - [Zillow](https://sightmap.org/atlas/zillow.md): zillow.com, www.zillow.com. Zillow mapped signed in — landing page, search, listing detail, saved homes and the 404, and their three incompatible card conventions. 5 views, 59 components, 4 requests. Verified 2026-08-08. `sightmap atlas add zillow` - [Airbnb](https://sightmap.org/atlas/airbnb.md): airbnb.com. Stay search with its live map, listing pages built from named sections, city landing pages, and a model 404. 5 views, 53 components, 16 requests. Verified 2026-08-08. `sightmap atlas add airbnb` - [Amazon](https://sightmap.org/atlas/amazon.md): amazon.com. US marketplace — search, product detail, best-seller charts, and a text-free 404, mapped signed-out. 5 views, 47 components, 12 requests. Verified 2026-08-06. `sightmap atlas add amazon` - [Apple](https://sightmap.org/atlas/apple.md): apple.com. Editorial product pages and the configure-and-buy store, two systems sharing one header, plus a 404 that changes language with the URL. 5 views, 54 components, 10 requests. Verified 2026-08-07. `sightmap atlas add apple` - [eBay](https://sightmap.org/atlas/ebay.md): ebay.com. Marketplace search, category browse, item detail, and the live-shopping hub, mapped as a signed-out shopper. 6 views, 70 components, 9 requests. Verified 2026-08-06. `sightmap atlas add ebay` - [GitHub](https://sightmap.org/atlas/github.md): github.com. Public repository hosting — org, repo, file, issue, pull request, and release views, mapped signed-out across two frontends. 8 views, 46 components, 23 requests. Verified 2026-08-08. `sightmap atlas add github` - [IKEA](https://sightmap.org/atlas/ikea.md): ikea.com. US storefront — search, category browse, product detail, and the CMS-driven landing page, mapped signed-out. 5 views, 59 components, 11 requests. Verified 2026-08-08. `sightmap atlas add ikea` - [Nike](https://sightmap.org/atlas/nike.md): nike.com. US storefront — the shared product wall behind both search and category browse, product pages, and a merchandising 404. 5 views, 42 components, 17 requests. Verified 2026-08-08. `sightmap atlas add nike` - [UNIQLO](https://sightmap.org/atlas/uniqlo.md): uniqlo.com. US storefront — category listings, product pages, search, and an error page with a real address. 5 views, 30 components, 17 requests. Verified 2026-08-08. `sightmap atlas add uniqlo` - [Vuori](https://sightmap.org/atlas/vuori.md): vuoriclothing.com. Shopify storefront on Next.js — collections, product pages, search, and a 404 with an empty document title. 5 views, 47 components, 14 requests. Verified 2026-08-06. `sightmap atlas add vuori` ## Blog > Research and release notes from the people building the sightmap spec. - [Sightmap: the runtime map of your app](https://sightmap.org/blog/sightmap): A sightmap gives every view, component, and API request in your app a semantic name, so your agent sees meaning instead of DOM noise and carries forward the instructions for how to operate your app.