An open API service indexing awesome lists of open source software.

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.

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
```
![screenshot](https://github.com/AmanVarshney01/go-htmx-cloudflare-workers-ai/assets/45312299/71854b0b-022a-4d9c-910c-ccc9fa71b344)