{
  "site": {
    "name": "PVA Bazaar",
    "url": "https://pvabazaar.org",
    "type": "spa",
    "framework": "react-vite",
    "router": "hash"
  },
  "machineReadable": {
    "llms": "https://pvabazaar.org/llms.txt",
    "sitemap": "https://pvabazaar.org/sitemap.xml",
    "status": "https://pvabazaar.org/status.html"
  },
  "sections": [
    {
      "name": "Home",
      "path": "/",
      "url": "https://pvabazaar.org/",
      "description": "Full site landing hub and navigation overview."
    },
    {
      "name": "Archive Library",
      "path": "#/library",
      "url": "https://pvabazaar.org/#/library",
      "description": "Archive entries and long-form content library."
    },
    {
      "name": "Marketplace",
      "path": "#/marketplace",
      "url": "https://pvabazaar.org/#/marketplace",
      "description": "Artifacts, listings, and commerce pages."
    },
    {
      "name": "Showroom",
      "path": "#/showroom",
      "url": "https://pvabazaar.org/#/showroom",
      "description": "Curated display surfaces and item showcases."
    },
    {
      "name": "Civilization Library",
      "path": "#/civilization-library",
      "url": "https://pvabazaar.org/#/civilization-library",
      "description": "Knowledge and civilization-focused content hub."
    },
    {
      "name": "Popular Conference",
      "path": "#/conference",
      "url": "https://pvabazaar.org/#/conference",
      "description": "Public governance proposal workflow and wallet-verified conference pages."
    },
    {
      "name": "Forum",
      "path": "#/forum",
      "url": "https://pvabazaar.org/#/forum",
      "description": "Civic governance forum with proposal board, support, and voting."
    },
    {
      "name": "Governance Conference",
      "path": "#/governance/conference",
      "url": "https://pvabazaar.org/#/governance/conference",
      "description": "Governance agenda and conference session overview."
    },
    {
      "name": "Governance Treasury",
      "path": "#/governance/treasury",
      "url": "https://pvabazaar.org/#/governance/treasury",
      "description": "Governance treasury and ledger transparency page."
    },
    {
      "name": "Career Quiz",
      "path": "#/career-quiz",
      "url": "https://pvabazaar.org/#/career-quiz",
      "description": "Career guidance and self-assessment flow."
    },
    {
      "name": "About",
      "path": "#/about",
      "url": "https://pvabazaar.org/#/about",
      "description": "Project and site overview."
    },
    {
      "name": "Creator Portal",
      "path": "#/creator",
      "url": "https://pvabazaar.org/#/creator",
      "description": "Creator sign-up and portal entry point."
    },
    {
      "name": "Download App",
      "path": "#/download-app",
      "url": "https://pvabazaar.org/#/download-app",
      "description": "Mobile install and quick-access app page."
    }
  ],
  "guidanceForFetchers": [
    "If the root page appears as a loading shell, parse llms.txt and readable-site.json.",
    "Use hash route URLs exactly as listed for section intent.",
    "Use sitemap.xml for static standalone pages under /writings and status routes.",
    "Prefer the sections array for route discovery because it lists the public SPA pages in one place."
  ],
  "updatedAt": "2026-04-12T00:00:00Z"
}
