4-card stack grid
golaunch/home.htmlBackend
Go + Echo
Lightweight HTTP server with template rendering, static file serving, and SPA mounting. All assets embedded via go:embed.
Frontend
React + Vite
TypeScript SPA with hot module replacement in dev. Production build is embedded into the Go binary — no Node runtime needed.
Styling
Tailwind v4
Utility-first CSS with a custom dark theme. Scans Go templates and React source at build time. Zero runtime CSS overhead.
Deploy
Single binary
Multi-stage Docker build produces a minimal distroless image. One binary, one container, zero runtime dependencies.