https://github.com/amanvarshney01/go-htmx-cloudflare-workers-ai
Minimal AI chat application built with Golang, HTMX, Cloudflare Workers AI, and Tailwind CSS.
https://github.com/amanvarshney01/go-htmx-cloudflare-workers-ai
cloudflare-workers-ai echo go golang htmx tailwindcss
Last synced: about 1 month ago
JSON representation
Minimal AI chat application built with Golang, HTMX, Cloudflare Workers AI, and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/amanvarshney01/go-htmx-cloudflare-workers-ai
- Owner: AmanVarshney01
- Created: 2024-05-11T07:11:47.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-15T15:22:13.000Z (12 months ago)
- Last Synced: 2025-01-29T18:15:37.111Z (3 months ago)
- Topics: cloudflare-workers-ai, echo, go, golang, htmx, tailwindcss
- Language: Go
- Homepage:
- Size: 21.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Go HTMX Cloudflare Workers AI
This project is a minimal AI chat application built with Golang, HTMX, Cloudflare Workers AI, and Tailwind CSS.
## Setup
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.
```bash
cp .env.example .env# Using the Air live reload tool
air# Or using the standard Go run command
go run main.go
```
