Posts tagged with #cloudflare
- $ open A Voice Assistant on My Desk That Talks to My Local LLM (Part 5) ↗
Part 5 of the self-hosting series: a round AMOLED ESP32-S3 on my desk that records my voice, transcribes it, asks my local Qwen, and speaks the answer back. The full pin map, the two audio chips nobody explains, and the clock-register byte that cost me a day of silence.
- $ open Running Your Own LLM Endpoint with Cloudflare Tunnels and Ollama (Part 3) ↗
Part 3 of the local-LLM saga: when a friend's GPU goes offline, I stood up my own Qwen on Ollama, exposed it over a Cloudflare Tunnel locked behind Access, and wired a GrowthBook flag so the blog can flip between his box and mine from the chat header.
- $ open Cloudflare AI Gateway and Turnstile: Fronting a Friend's Local Qwen Endpoint (Part 2) ↗
How this blog's AI features route through a Cloudflare AI Gateway to a friend's locally hosted Qwen model behind LiteLLM, with Turnstile and HMAC session tokens keeping bots off the GPU.
- $ open Platform AI Part 1: Building a Personal AI Chatbot with Claude and Cloudflare ↗
A walkthrough of building a specialized AI assistant for Kubernetes, Docker, and cloud questions using Claude API, React, and Cloudflare Pages Functions with PAT authentication.
- $ open How I Built Ephemeral PR Environments on AKS ↗
Every pull request gets its own isolated environment with HTTPS, automatic cleanup, and zero manual intervention.