Going Pure Go
We removed React, Vite, and the third-party template engine, leaving a backend that depends only on the Go standard library plus a SQL driver. The result is a single static binary that still renders real HTML pages and serves JSON APIs. This post walks through what we cut, why each piece was optional, and how the app still returns a fully styled page from pure Go.