Morph

Zero-build SSR library for TypeScript. Combines tagged template literals with HTMX for partial page updates. No bundler required.

What is Morph?

Morph lets you build web apps with server-rendered components that update dynamically via HTMX. Write components using the html template tag, style them with styled, and register them as partials for HTMX to fetch.

AI/LLM Documentation

Using Claude, Cursor, or Copilot? We have AGENTS.md — structured documentation for AI assistants with patterns, examples, and API reference.

Counter

Click to increment. State is passed via query params.

0

Live Timer

Updates every second using hx-trigger="every 1s".

7:08:45 AM

Auto-updates every second

Toggle

Show/hide content. State managed on the server.

Live Search

Results update as you type with 300ms debounce.

Counter — Click counter with URL state
Timer — Real-time clock with polling
Toggle — Show/hide with server state
Search — Live search with debounce