Live demo · workers.bhantest.xyz

One Worker. Every capability.

A live, clickable tour of Cloudflare Workers — from the traditional edge primitives to the 2026 platform & AI features. Every card below makes a real request.

Traditional Workers

🌍

Geolocation

Every request carries a cf object — country, city, datacenter, ASN.


    
✂️

HTMLRewriter

Streaming HTML transformation — inject & rewrite content at the edge.


    
🗄️

Workers KV

Global low-latency key-value store.


    
🛢️

D1 — SQL

Serverless SQLite database, queried straight from the Worker.


    
📦

R2 — Object Storage

S3-compatible storage, zero egress fees.


    
🔢

Durable Objects — Counter

Strongly-consistent global counter — one object instance worldwide.


    

Cache API

Programmatic edge caching — watch HIT vs MISS.


    

Cron Triggers

Scheduled execution — this Worker runs every 2 minutes.


    
💬

Durable Objects — WebSocket Chat

Real-time fan-out over WebSockets. Open this page in two tabs.

Workers AI

🤖

Text Generation

Run Llama 3.1 on Cloudflare's GPU network.


    
🧬

Embeddings

Turn text into a 768-dim vector with bge-base.


    
🔎

Vectorize RAG

Retrieval-Augmented Generation: embed → vector search → grounded answer.


    

2026 Platform Features

🧩

Dynamic Workers NEW

Programmatically deploy isolated Workers into a dispatch namespace (Workers for Platforms), then invoke them on demand.


    
🏝️

Sandbox NEW

An isolated container — real shell, filesystem, processes — for AI agents to run code safely.