Simple yet usefull polling with Go & HTMX. Features: Create, close and view polls without having to manage user accounts or permissions. Option to limit amount of votes per person by comparing IP addresses. View live poll results withotu nasty refreshing, using htmx's hx-trigger attributes. Easily share automatically generated poll links. No Frameworks or Javascript: just a Go backend with GORM to interact with an SQLite DB and HTMX in the front-end