00%
blog.info()

Application Architecture

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 Runtime Server

The application server responsible for handling HTTP requests, middleware pipelines, and database interactions. It initializes via NewServer and routes traffic through the handler layer.

Server Architecture Diagram

The Static Builder

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.

Builder Architecture Diagram