<?xml version="1.0" encoding="UTF-8"?>
<!-- 
  HookBytes Sitemap
  
  This sitemap contains all important pages and sections for the HookBytes Laravel webhook gateway.
  HookBytes is an open source, self-hosted webhook management solution providing reliable 
  ingestion, retries, replays, and observability for developers.
  
  Key Features Covered:
  - Homepage: Main landing page with hero section and overview
  - Features: Detailed feature descriptions and benefits  
  - How It Works: Step-by-step process explanation
  - GitHub Repository: Source code and documentation
  - Quickstart Guide: Getting started documentation
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
  
  <!-- Main homepage - Laravel webhook gateway landing page with hero section, features overview -->
  <url>
    <loc>https://hookbytes.com/</loc>
    <lastmod>2025-01-10</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- Features section - Detailed webhook management capabilities and benefits -->
  <url>
    <loc>https://hookbytes.com/#features</loc>
    <lastmod>2025-01-10</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- How It Works section - Step-by-step webhook processing explanation -->
  <url>
    <loc>https://hookbytes.com/#how-it-works</loc>
    <lastmod>2025-01-10</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- GitHub repository - Open source code, issues, and community -->
  <url>
    <loc>https://github.com/noibilism/hookbytes</loc>
    <lastmod>2025-01-10</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  
  <!-- Quickstart documentation - Installation and setup guide -->
  <url>
    <loc>https://github.com/noibilism/hookbytes#quickstart</loc>
    <lastmod>2025-01-10</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  
</urlset>