Htmx is part of the GitHub Accelerator

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • intercooler-js

    Making AJAX as easy as anchor tags

  • :) hyperscript came after htmx

    htmx is version 2 of intercoolerjs:

    https://intercoolerjs.org

    which had a proto-scripting language in it, the `ic-action` attribute:

    https://intercoolerjs.org/attributes/ic-action

    i dropped that attribute (along w/ the jQuery dependency) when I created htmx, but I felt there was some merit to the idea of a lightweight scripting language that abstracted away async behavior. Once htmx had stabilized I revisited the idea, remembered my experience w/ HyperTalk as a young programmer, and decided to take a shot at that, but for the browser.

    I'm very happy with how it worked out, although I expect it will always be niche when compared with htmx, which has much broader applicability and isn't as insane looking. :)

  • idiomorph

    A DOM-merging algorithm

  • i certainly hope not

    the 2.0 would drop IE support, remove the older SSE and WebSocket support, and switch a couple of defaults (e.g, using template wrapping for parsing partial content, which handles troublesome elements like table rows better, but isn't available in IE) so it would be a breaking change (not for most folks, but still, breaking for some) which I only like to do w/ major versions.

    we may have one major addition: a morph swap based on idiomorph:

    https://github.com/bigskysoftware/idiomorph/

    i'm on the fence on that one: it is currently available as an extension and maybe doesn't belong in the core, still thinking about it

    so, in comparison with most libraries, 2.0 is going to be very minor

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • gromer

    gromer is a framework and cli to build multipage web apps in golang using htmx and alpinejs.

  • I've enjoyed using htmx and created a simple library in golang to help out. Here is an example app https://github.com/pyrossh/gromer/tree/master/_example

  • astro

    The web framework for content-driven websites. ⭐️ Star to support our work!

  • Congrats on the GitHub program! Very cool.

    I just had a fresh read of the docs and htmx is refreshingly, gloriously simple. So natural, self-documenting, and well thought out. It _does_ feel like a natural extension of html.

    To me, the only "missing" piece of htmx is a component model, but for anyone looking for that, htmx would pair amazingly well with Astro[1] which allows you to define and use html components without the runtime overhead of say Vue or React.

    [1] http://astro.build

  • hyperview

    Server-driven mobile apps with React Native

  • there already is!

    https://hyperview.org/

    Adam Stepinski, the creator of Hypreview, built it after his experience with intercooler.js, the predecessor to htmx. It is a very interesting piece of technology and, through the magic of HATEOAS, allows you to update your mobile app instantly for all your users, without dealing with the mobile store!

    There is an entire section on Hyperview, written by Adam, in part three of our book:

    https://hypermedia.systems/book/contents/

  • star-history

    The missing star history graph of GitHub repos - https://star-history.com

  • yeah, he was the one that really started the madness:

    https://star-history.com/#bigskysoftware/htmx&bigskysoftware...

    his video posted on july 7th

  • htmx

    </> htmx - high power tools for HTML

  • i don't think there are major implications: the web development world is still very react/javascript/JSON-centric

    there is no reason that they can't tweak their services to be more hypermedia friendly if and when this approach becomes more popular

    netlify (which offers free hosting for https://htmx.org, so is a sponsor of the project) is very HTML/hypermedia friendly as far as I can tell, and I don't have enough experience w/ vercel to say much other than a vague sense that they are extremely react-oriented

    no reason that can't change as the market changes though: hypermedia pushes the main value locus of applications back on the server side and so server-side companies should like that

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • datasette

    An open source multi-tool for exploring and publishing data

  • I dropped Accept header support from https://datasette.io/ because it's open source software that I build for other people to use, and I knew that it was very likely one of my users would choose to run it behind Cloudflare (or run it on a vendor like Vercel who might have a partnership with Cloudflare).

  • pebbles

    Actionable Javascript Library for 0-line AJAX interactions

  • I invented this over 10 years ago and called it Pebbles. Got a good number of stars on GitHub. I convinced Memrise to use it in production and it helped them speed up dev a lot.

    https://github.com/jperla/pebbles

    Later when I worked at Facebook I saw that someone later made a similar library internally.

  • electric

    a reactive Clojure dialect for web development that uses a compiler to infer the frontend/backend boundary (by hyperfiddle)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts