<?xml version="1.0" encoding="UTF-8"?>
<!--
  prism-freight.com sitemap.

  ONE URL, on purpose. src/App.tsx routes every tool ("/array", "/spectrum", "/capture",
  "/trace", "/atlas", "/beacon", "/construct", "/rater", "/templates", "/admin") through an
  auth wall, and "/pricing" only exists when Stripe is configured. "/" is the single public
  surface: signed-out visitors get the marketing page, signed-in users get the hub
  (src/pages/Root/Root.tsx). Listing an auth-gated route here would submit a sign-in wall
  for indexing. Add a URL to this file when — and only when — a route becomes publicly
  readable without a session.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://prism-freight.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
