An experiment in server-side rendering in Go.
- Make dynamic server-side rendering easy and fast, leveraging existing Go/web tooling where applicable.
- Bring a component-based approach to views.
- Leverage TailwindCSS using JIT compiler for
- Robust CLI for generating components, JIT CSS, hot-reload, etc.
IMPORTANT: This project is still very much in the experimental phase. Everything is subject to change. The current focus is dialing in the desired workflows. Once the desired workflows are achieved, the code will be optimized, tested, and cleaned up.
TBD