Fastify, JSX, HTMX starter for server-rendered TypeScript apps
Server-side-rendered starter combining Fastify, TypeScript, JSX templates, and HTMX to build small web apps with progressive enhancement. Suited for single-page-like sites or micro apps where HTML is rendered on the server and the client uses minimal TypeScript (not React) with HTMX for interactions; useful when keeping API keys and caching on the backend.
0