Real-world examples demonstrating how to use Kita Html to build server-rendered applications with JSX.
Kita Html is a super-fast JSX runtime that generates HTML strings directly, without a virtual DOM. Perfect for server-side rendering, static site generation, HTMX applications, and streaming HTML with Suspense.
Each example directory contains its own package.json. To run an example:
cd examples/<example-name>
pnpm install
pnpm devCheck each example's directory for specific details and implementation patterns.
Learn more about the packages used in these examples:
- @kitajs/html - Core JSX runtime, async components, Suspense
- @kitajs/ts-html-plugin - XSS detection and prevention
- @kitajs/fastify-html-plugin - Fastify integration