Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Kita Html Examples

Real-world examples demonstrating how to use Kita Html to build server-rendered applications with JSX.

What is Kita Html?

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.

Running Examples

Each example directory contains its own package.json. To run an example:

cd examples/<example-name>
pnpm install
pnpm dev

Check each example's directory for specific details and implementation patterns.

Documentation

Learn more about the packages used in these examples:

Getting Help