A simple chat application built with HTMx, JavaScript, and the PocketBase API, styled using Tailwind CSS. I was initially just testing to see if i could make a simple chat app using only htmx to sned requests directly to and from pocketbase. this would mean my whole project would be one html file...
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
daisyUI adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.