A live visualization of the codebase structure. These diagrams are generated by the compiler performing static analysis on the Go AST during the build process.
The application server responsible for handling HTTP requests, middleware pipelines,
and database interactions. It initializes via NewServer and routes traffic through the handler
layer.
The build pipeline that compiles the site content. It runs parallel tasks for assets, WASM compilation, and font optimization before rendering the final HTML and generating these diagrams.