frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Embeddable fullstack web library without a build step

https://jsr.io/@vseplet/morph
2•vseplet•2h 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