I experimented a bit with #htmx and #hyperscript lately and I must say, I am hooked.
And the book https://hypermedia.systems/ is definitely worth a read. #htmx #hypermedia
Hypermedia Systems

The revolutionary ideas that empowered the Web. A simpler approach to building applications on the Web and beyond with htmx and Hyperview. Enhancing web applications without using SPA frameworks.

@angelo I'd be interested in hearing more about what you find attractive.

Based on chapter 1, I found that it reinforces an architecture where the user has very little control over the app and data is tightly controlled by the server.

I prefer https://mavo.io/ as an approach to web applications.

Mavo: A new, approachable way to create Web applications

@josephguillaume #mavo seems to be a very neat tool for small apps. I guess one could add a #Solid Pod as a backend quite easily.

@angelo Ruben did write a Solid backend a while ago but it needs to be updated to the new auth. https://github.com/RubenVerborgh/mavo-solid

The get and put implementations also just treat the content as plain text, so I don't think interoperability with RDF stored on Solid has been explored yet.

GitHub - RubenVerborgh/mavo-solid: A Solid storage backend for Mavo

A Solid storage backend for Mavo. Contribute to RubenVerborgh/mavo-solid development by creating an account on GitHub.

GitHub