Can Xano output HTML to a HTMX powered frontend?

I'd like to use HTML, CSS and a library called HTMX for my frontend, while using Xano for my backend.

HTMX is basically a way of sprinkling some interactivity / reactivity into your frontend without having to use a JavaScript frontend framework like React or Vue. It gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML (using attributes).

HTMX expects to get HTML (not JSON) from the backend. Can Xano return HTML to the frontend...or can it only return JSON to the frontend?
Connect Xano to...
4 replies