Articles by Tag #cloudflare

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

I Built a Production RAG System for $5/month (Most Alternatives Cost $100-200+)

TL;DR I deployed a semantic search system on Cloudflare's edge that costs $5-10/month...

Learn More 51 22Dec 24 '25

I Built an AI Chatbot Wrong (And What I Learned About Cloudflare's AI Search)

Last week, I spent over two hours helping a client build an AI-powered chatbot for their wellness...

Learn More 19 3Nov 26 '25

Why Edge Computing Forced Me to Write Better Code (And Why That's the Future)

Two articles hit my feed this week that got me thinking: Simon Willison's piece on delivering proven...

Learn More 26 12Dec 19 '25

Cloudflare Bot Fight Mode Breaks Zapier OAuth (And How to Fix It)

After solving all the code issues with Zapier OAuth, I hit one more wall: Cloudflare's Bot Fight Mode. Here's the fix.

Learn More 7 0Feb 17

Cloudflare Tunnel for Home Assistant

I continue to take care of my Home Assistant. This week, I replaced my original setup with Cloudflare...

Learn More 21 3May 15 '25

When the Internet Held Its Breath: The Day Cloudflare Took Down 20% of the Web

It started the way most digital disasters do—quietly, almost innocently. At 6:20 AM Eastern Time on...

Learn More 83 2Nov 19 '25

I Almost Used LangGraph for Social Media Automation (Here's Why I Built an MCP Server Instead)

How choosing protocol over framework saved me $54/month and shipped in one day I just posted my...

Learn More 1 1Dec 12 '25

Building an MCP Server on Cloudflare Workers with Semantic Search

Most MCP (Model Context Protocol) tutorials show you how to build local servers that connect to...

Learn More 4 2Dec 3 '25

My $5/month RAG System Just Got Eyes: Adding Multimodal Search Without Breaking the Bank

Last month, I showed you how my V2 beat $200 enterprise RAG systems with hybrid search and reranking....

Learn More 18 12Jan 25

Hosting a Minecraft Server on Cloudflare Containers

Introduction This project runs a Minecraft server on stateless Cloudflare Containers. ...

Learn More 7 4Oct 30 '25

The Foundation Update: From Theory to Working Federation

TL;DR: Last week I shipped The Foundation with clipboard capture and security theater. Today it's a...

Learn More 19 12Feb 18

How to Deploy a SvelteKit App to Cloudflare Containers

What Is Cloudflare Containers, the “Dream Service” Cloudflare Containers is a container...

Learn More 1 0Jan 4

Why We Migrated from Next.js to Vite and Hono

In late 2025, we migrated Pluslide entirely away from Next.js. Our new stack? Vite + React for the...

Learn More 2 1Dec 31 '25

How I Built 500+ SEO-Optimized Pages with Next.js 14 and Edge Runtime

A practical guide to programmatic SEO with Next.js App Router, hybrid rendering, and Cloudflare...

Learn More 1 0Feb 20

From Cloudflare Zero-trust to Tailscale

I have spent some time last year implementing Cloudflare Tunnels on my Home Assistant and my Synology...

Learn More 6 0Jan 15

My $5/month RAG System Now Beats $200 Solutions - Hybrid Search, Reranking & Dashboard

Last month, I shared how I built a production RAG system for $5/month. The response was incredible ...

Learn More 8 4Jan 13

Using OG Image Outside of Node

The future of JavaScript on the server is NOT just NodeJS. We have Bun, Deno, and Cloudflare. I've...

Learn More 4 2Nov 29 '25

Cloudflare Went Down - Here's What Really Happened Today

Today wasn’t normal for the internet. One moment everything was fine. Next moment, half the apps we...

Learn More 8 1Nov 18 '25

Building an AI-Powered FAQ System with Cloudflare Workers AI and Vectorize

Building an AI-Powered FAQ System with Cloudflare Workers AI and Vectorize I recently...

Learn More 1 0Nov 11 '25

Turn your local machine into a web server with Cloudflare Tunnel

📋 Table of Contents What is Cloudflare Tunnel? Why Use Cloudflare...

Learn More 3 0Dec 5 '25

CloudFlare D1 DevOps from .NET: Test Seeding, Data Sync, and Backups

TL;DR: The Cloudflare.NET SDK lets you manage D1 databases from C# for DevOps workflows: seed test...

Learn More 1 0Dec 25 '25

20% of internet down: Why X, ChatGPT, and Cloudflare were Down

Date: November 18, 2025 Status: Ongoing / Recovering If you cannot refresh your X (Twitter) feed or...

Learn More 9 0Nov 18 '25

Wrangler “write EOF” on Windows: The Actual Fix

This article is for developers using Cloudflare Wrangler or Astro with Cloudflare adapter on Windows...

Learn More 1 0Dec 17 '25

Automate Your Astro Blog with GitHub Actions

While Cloudflare's default Git integration is brilliantly simple, as we covered in our first guide,...

Learn More 1 0Nov 12 '25

Why Claude's Custom Connector Failed on Cloudflare (and How I Fixed It)

A debugging story about Cloudflare's AI Bot blocking feature breaking Claude's custom connector while ChatGPT worked fine.

Learn More 1 0Dec 18 '25

Architecting "Agentic" systems at the edge: an analysis of the Cloudflare platform

Introduction: The End of Lonely Inference, Eh? 2025 marks a massive breakaway in...

Learn More 4 0Dec 9 '25

Caching API Responses at the Edge with Cloudflare Cache Rules

Your API is getting hammered. Same endpoints, same responses, thousands of requests. Your origin...

Learn More 0 0Jan 5

Building Cryptographically Enforced Time-Locked Vaults on Cloudflare's Edge

How I built TimeSeal using split-key cryptography, edge computing, and zero-trust architecture to create mathematically unbreakable time locks

Learn More 0 0Dec 27 '25

How run_worker_first, SPA Routing, and _headers Work in Cloudflare Workers

I'm working now on an application to deploy as a cloudflare worker. It's a jamstack which uses some...

Learn More 0 0Oct 19 '25

Beyond the Context Window: Building a Stateful 'Memory' MCP Server on Cloudflare Workers

LLMs are brilliant but amnesiac. Learn the theory behind stateful AI agents and build a persistent memory server using the Model Context Protocol (MCP) and Cloudflare KV.

Learn More 0 2Nov 30 '25