htmz icon
htmz icon

htmz

 Like

htmz is a minimalist HTML microframework that gives you the power to create modular web user interfaces with the familiar simplicity of plain HTML.

htmz screenshot 1

License model

  • FreeOpen Source

Platforms

  • Self-Hosted
  • HTML
  No rating
0likes
0comments
0news articles

Features

Suggest and vote on features

Properties

  1.  Lightweight

Features

  1.  No registration required
  2.  Ad-free

 Tags

htmz News & Activities

Highlights All activities

Recent activities

No activities found.

htmz information

  • Developed by

    Lean Rada
  • Licensing

    Open Source and Free product.
  • Written in

  • Alternatives

    1 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  1,912 Stars
  •  48 Forks
  •  3 Open Issues
  •   Updated Jun 4, 2025 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about htmz, and it has gotten 0 likes

htmz was added to AlternativeTo by Paul on Feb 20, 2024 and this page was last updated Feb 20, 2024.
No comments or reviews, maybe you want to be first?
Post comment/review

What is htmz?

htmz is a minimalist HTML microframework that gives you the power to create modular web user interfaces with the familiar simplicity of plain HTML.

- Plain: Use straight up HTML. No supersets. No hz- ng- hx- v- w- x-; no special attributes. No DSLs. No <custom-elements>. Just vanilla HTML. - Lightweight: 166 bytes in total. Zero dependencies. Zero JS bundles to load. Not even a backend is required. Just an inline HTML snippet. - Nofilter: No preventDefaults. No hidden layers. Real DOM, real interactions. No VDOM, no click listeners. No AJAX, no fetch. No reinventing browsers.

In a nutshell, htmz lets you swap page fragments using vanilla HTML code. Imagine clicking a link, but instead of reloading the whole page, it only updates the relevant portion of the page. htmz is an experiment inspired by htmx, Comet, ‘HTML As The Engine Of Application State’, and other similar web application architectures.

Official Links