# Cloudflare Experiments ## Docs - [Adding New Experiments](https://mintlify.wiki/shrinathsnayak/cloudflare-experiments/adding-experiments.md): Step-by-step guide to creating and adding new experiments to Cloudflare Experiments - [Code and Structure Standards](https://mintlify.wiki/shrinathsnayak/cloudflare-experiments/code-standards.md): Coding standards and repository structure for Cloudflare Experiments - [Contributing Guide](https://mintlify.wiki/shrinathsnayak/cloudflare-experiments/contributing.md): Learn how to contribute to Cloudflare Experiments - from bug fixes to new experiments - [AI Bot Visibility Checker](https://mintlify.wiki/shrinathsnayak/cloudflare-experiments/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://mintlify.wiki/shrinathsnayak/cloudflare-experiments/experiments/ai-website-summary.md): Summarize any webpage using Workers AI on the edge - [Dependency Analyzer](https://mintlify.wiki/shrinathsnayak/cloudflare-experiments/experiments/dependency-analyzer.md): Analyze all external resources and dependencies loaded by a webpage - [GitHub Repo Explainer](https://mintlify.wiki/shrinathsnayak/cloudflare-experiments/experiments/github-repo-explainer.md): Generate AI-powered explanations of any GitHub repository using Workers AI - [Is It Down?](https://mintlify.wiki/shrinathsnayak/cloudflare-experiments/experiments/is-it-down.md): Check if a website is reachable from Cloudflare's edge network - [Link Shortener](https://mintlify.wiki/shrinathsnayak/cloudflare-experiments/experiments/link-shortener.md): URL shortener using Cloudflare D1 and KV - shorten links and redirect with edge caching - [R2 Storage API](https://mintlify.wiki/shrinathsnayak/cloudflare-experiments/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://mintlify.wiki/shrinathsnayak/cloudflare-experiments/experiments/screenshot-api.md): Capture screenshots of any website from the edge using Cloudflare Browser Rendering - [URL DNS Lookup](https://mintlify.wiki/shrinathsnayak/cloudflare-experiments/experiments/url-dns-lookup.md): Get DNS records for the hostname of any URL using Cloudflare's DNS over HTTPS - [Website DevTools Inspector](https://mintlify.wiki/shrinathsnayak/cloudflare-experiments/experiments/website-devtools-inspector.md): Inspect any website like browser DevTools - analyze headers, cookies, scripts, assets, and metadata - [Website Metadata Extractor](https://mintlify.wiki/shrinathsnayak/cloudflare-experiments/experiments/website-metadata-extractor.md): Extract metadata from any webpage including title, description, Open Graph tags, and canonical URL - [Website to API](https://mintlify.wiki/shrinathsnayak/cloudflare-experiments/experiments/website-to-api.md): Turn any webpage into structured JSON with title, headings, links, and images - [Website to llms.txt](https://mintlify.wiki/shrinathsnayak/cloudflare-experiments/experiments/website-to-llms-txt.md): Convert any webpage into llms.txt format for LLM consumption - [Where Am I?](https://mintlify.wiki/shrinathsnayak/cloudflare-experiments/experiments/whereami.md): Get request metadata from Cloudflare's edge including geolocation, colo, and more - [Introduction](https://mintlify.wiki/shrinathsnayak/cloudflare-experiments/introduction.md): A curated collection of experiments demonstrating practical developer tools built on the Cloudflare edge platform - [Philosophy](https://mintlify.wiki/shrinathsnayak/cloudflare-experiments/philosophy.md): Design principles and goals behind Cloudflare Experiments - [Quickstart](https://mintlify.wiki/shrinathsnayak/cloudflare-experiments/quickstart.md): Deploy your first Cloudflare experiment in under 60 seconds - [Architecture & Design Patterns](https://mintlify.wiki/shrinathsnayak/cloudflare-experiments/reference/architecture.md): Common architecture patterns, tech stack, and design decisions across experiments - [Cloudflare Features](https://mintlify.wiki/shrinathsnayak/cloudflare-experiments/reference/cloudflare-features.md): Overview of Cloudflare platform features used across experiments - [Deployment Guide](https://mintlify.wiki/shrinathsnayak/cloudflare-experiments/reference/deployment.md): Deploy experiments to Cloudflare Workers using click-to-deploy or manual methods