This is a simple chat app that uses htmx to send and receive messages. This one html file is all there is to it.
The chat messages are sent and received using htmx and stored in a Pocketbase collection. The chat messages are rendered using Nunjucks templates.