Overview of the Waku Minimal API
mainThe Minimal API is the lowest-level public surface in Waku, designed for library authors, custom runtimes, and advanced users requiring direct control over routing, request dispatch, and build output.
Note: If you are building a standard application, use waku/router instead. The Minimal API does not provide filesystem routing, automatic route-to-component mapping, or page conventions like layout.tsx or page.tsx.