Hacker News new | ask | show | jobs
Show HN: Embeddable fullstack web library without a build step (jsr.io)
2 points by vseplet 176 days ago
What is Morph?

Morph is a zero-build fullstack library for creating web interfaces with server-side rendering. Built on HTMX and Hono, it works with Deno, Bun, and Node.js

Perfect for: Admin panels, dashboards, Telegram Web Apps, internal tools, and small projects where you don't want to maintain a separate frontend

Why Morph?

No build step — just write TypeScript and run Server-side rendering — components render on the server with full access to your backend

HTMX-powered — update parts of the page without writing JavaScript

Embed anywhere — add a web UI to any existing Deno/Bun/Node project

Minimal footprint — no project structure requirements, no config files