This project is a minimal AI chat application built with Golang, HTMX, Cloudflare Workers AI, and Tailwind CSS.
To get started, you need to set up your environment variables. Copy the .env.example
file to a new file named .env
and fill in the necessary values.
cp .env.example .env
# Using the Air live reload tool
air
# Or using the standard Go run command
go run main.go