<?xml version="1.0" encoding="UTF-8"?>
<!-- Two entries. The app is still a single crawlable URL — routing is
     hash-based, so no model has a URL of its own — but /gallery/ is real
     static content worth indexing on its own terms, and it is generated by
     tools/gallery/build.mjs rather than hand-written.
     CANONICAL HOST — see CLAUDE.md before changing the host below. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://graphdraft.com/</loc>
    <lastmod>2026-08-25</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://graphdraft.com/gallery/</loc>
    <lastmod>2026-09-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
