| ▲ | I've been building an HTML-first tool – sharing it in case it helps someone | |
| 2 points by guseyn 14 hours ago | 1 comments | ||
Hi everyone! I’ve been working on a project called EHTML, an HTML-first approach to building dynamic pages using mostly HTML. It lets you handle things like templating, loops, conditions, data loading, reusable components, and nested forms — all without a build step or heavy JavaScript setup. I originally built it to simplify my own workflow for small apps and prototypes, but I figured others who prefer lightweight or no-build approaches might find it useful too. It runs entirely in the browser using native ES modules and custom elements, so there’s no bundler or complex tooling involved. If you enjoy working close to the browser or like experimenting with minimalistic web development, you might find it interesting. Just sharing in case it helps someone or sparks ideas. Cheers! | ||
| ▲ | DamonHD 13 hours ago | parent [-] | |
1) Maybe "Show HN" would be appropriate. 2) Link? | ||