Web
The Web (web/) project is an Astro application that houses the public-facing marketing material, landing pages, and potentially additional public web assets for ItsBagelBot.
Architecture
Section titled “Architecture”- Technology: Built using Astro for static site generation (SSG) and fast page loads, along with
Bunas the package manager and runtime. - Separation of Concerns: Kept intentionally separate from the Console (which requires active server-side rendering and NATS integration). The web project is purely for static content, SEO, and presenting the bot to new users.
- Documentation: The documentation itself (which you are reading now) is built with Astro’s Starlight template in the
docs/folder, closely mirroring the technical foundation of the mainweb/site.
