# Cloudflare Experiments ## Docs - [Adding New Experiments](https://cloudflare-experiments.com/adding-experiments.md): Step-by-step guide to creating and adding new experiments to Cloudflare Experiments - [Code and Structure Standards](https://cloudflare-experiments.com/code-standards.md): Coding standards and repository structure for Cloudflare Experiments - [Contributing Guide](https://cloudflare-experiments.com/contributing.md): Learn how to contribute to Cloudflare Experiments - from bug fixes to new experiments - [AI Bot Visibility Checker](https://cloudflare-experiments.com/experiments/ai-bot-visibility.md): Check if a URL is configured to allow or block AI crawlers like GPTBot, ClaudeBot, and others - [AI Website Summary](https://cloudflare-experiments.com/experiments/ai-website-summary.md): Summarize any webpage using Workers AI on the edge - [AI Website Tag Generator](https://cloudflare-experiments.com/experiments/ai-website-tag-generator.md): Generate topic tags for any website using Workers AI on the edge - [Cloud AI Proxy](https://cloudflare-experiments.com/experiments/cloud-ai-proxy.md): Call Workers AI with any model and prompt from a single public endpoint - [Dependency Analyzer](https://cloudflare-experiments.com/experiments/dependency-analyzer.md): Analyze all external resources and dependencies loaded by a webpage - [Edge Redirect Simulator](https://cloudflare-experiments.com/experiments/edge-redirect-simulator.md): Show redirect chains for any URL from Cloudflare's edge—each hop and status code - [GitHub Repo Explainer](https://cloudflare-experiments.com/experiments/github-repo-explainer.md): Generate AI-powered explanations of any GitHub repository using Workers AI - [Is It Down?](https://cloudflare-experiments.com/experiments/is-it-down.md): Check if a website is reachable from Cloudflare's edge network - [Link Shortener](https://cloudflare-experiments.com/experiments/link-shortener.md): URL shortener using Cloudflare D1 and KV - shorten links and redirect with edge caching - [R2 Storage API](https://cloudflare-experiments.com/experiments/r2-storage.md): Upload and serve files with Cloudflare R2 storage - private and public buckets with list, get, put, and delete operations - [Screenshot API](https://cloudflare-experiments.com/experiments/screenshot-api.md): Capture screenshots of any website from the edge using Cloudflare Browser Rendering - [URL DNS Lookup](https://cloudflare-experiments.com/experiments/url-dns-lookup.md): Get DNS records for the hostname of any URL using Cloudflare's DNS over HTTPS - [Website DevTools Inspector](https://cloudflare-experiments.com/experiments/website-devtools-inspector.md): Inspect any website like browser DevTools - analyze headers, cookies, scripts, assets, and metadata - [Website Metadata Extractor](https://cloudflare-experiments.com/experiments/website-metadata-extractor.md): Extract metadata from any webpage including title, description, Open Graph tags, and canonical URL - [Website to API](https://cloudflare-experiments.com/experiments/website-to-api.md): Turn any webpage into structured JSON with title, headings, links, and images - [Website to llms.txt](https://cloudflare-experiments.com/experiments/website-to-llms-txt.md): Convert any webpage into llms.txt format for LLM consumption - [Where Am I?](https://cloudflare-experiments.com/experiments/whereami.md): Get request metadata from Cloudflare's edge including geolocation, colo, and more - [Introduction](https://cloudflare-experiments.com/introduction.md): A curated collection of experiments demonstrating practical developer tools built on the Cloudflare edge platform - [Philosophy](https://cloudflare-experiments.com/philosophy.md): Design principles and goals behind Cloudflare Experiments - [Quickstart](https://cloudflare-experiments.com/quickstart.md): Deploy your first Cloudflare experiment in under 60 seconds - [Architecture & Design Patterns](https://cloudflare-experiments.com/reference/architecture.md): Common architecture patterns, tech stack, and design decisions across experiments - [Cloudflare Features](https://cloudflare-experiments.com/reference/cloudflare-features.md): Overview of Cloudflare platform features used across experiments - [Deployment Guide](https://cloudflare-experiments.com/reference/deployment.md): Deploy experiments to Cloudflare Workers using click-to-deploy or manual methods