I made embeddable library designed for creating web applications without a build step #4168
vseplet
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Congrats on the soft launch! Looks very clean indeed, 🤩 I will consider it for a simple prelaunch site or about page. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I built Morph, an experimental fullstack HTML-first library for Deno, Node, and Bun
Everything returns HTML, not JSON. No React, no Vite — just plain HTML with server-side rendering.
Using Hono.
No build steps, no preprocessors, no complex configs — everything runs from a single file.
Perfect for Telegram Web Apps, internal tools, simple admin panels, dashboards, or anywhere a full-blown SPA feels like overkill.
Important: I built this entirely for myself — to solve my own problems. I hate complex frontend. I hate writing it. And I don’t want to waste time on it. But maybe it’ll help you too.
Beta Was this translation helpful? Give feedback.
All reactions