Categories
- All Posts 549
- Practical Open Source Projects 478
- Tutorial Articles 22
- Online Utilities 13
- AI news 7
- Tiny Startups Showcase 7
- Claude Code Skills 6
- Prompt Templates 5
- Hugging Face Spaces 3
- OpenClaw Use Cases 3
- LLM Learning Resources 1
- Online AI Image Tools 1
- OpenClaw Master Skills Collection 1
- Rust Training Resources 1
- AI Short Drama Tools 1
- My Favorites 0
Posts tagged with: Cloudflare Workers
Content related to Cloudflare Workers
Run OpenClaw AI Assistant on Cloudflare Workers: A Step‑by‑Step Tutorial
Discover how to turn the open‑source OpenClaw AI assistant into a fully managed, always‑on chatbot running on Cloudflare Workers. This guide walks through prerequisites, secret setup, deployment, optional R2 persistence, authentication with Cloudflare Access, and even browser automation via CDP. By the end you’ll have a production‑ready, multi‑channel AI assistant that’s secure, scalable, and free from the hassle of self‑hosting.
Localflare: A Practical Local Dashboard for Cloudflare Workers
Localflare turns your local Workers development environment into a full‑stack dashboard that lets you browse D1 databases, KV namespaces, R2 buckets, Durable Objects, and queues without modifying code. This tutorial walks through installation, quick start, attach mode for custom dev workflows, and browser troubleshooting, showing how to get a visual studio‑like experience for Cloudflare Workers projects.
Hono: Ultrafast Web Framework for All JavaScript Runtimes
Discover Hono, a small, simple, and ultra-fast web framework built on Web Standards. Learn how Hono's minimalist design and multi-runtime compatibility make it an ideal choice for developers building high-performance applications across various JavaScript environments like Cloudflare Workers, Deno, Bun, and Node.js. This article delves into Hono's key features, including its lightweight footprint, built-in middleware, and exceptional developer experience.