Server development
Modify or extend the Go server itself: the render request's path through every layer, the CDP browser pool, the template store and hot reload, the internal callback server, the concrete extension points (providers, engines, helpers, loaders, factory modes), and the build/test/CI and commit conventions. Start with Architecture.
Related sections
- The exact HTTP routes, CLI flags, and status contracts the code implements — Reference.
- What template authors produce and expect — the user-facing contract you are implementing — Template authoring.
- The runtime knobs these internals expose — Operations.