Cloudflare Developers - Videos
Back to ChannelAgents Hackathon Welcome Video
Are you at an AI Agent hackathon and are looking to get started really quick? Come build on Cloudflare, we have excellent starters that you can use to get you going right away. One quick deploy ho...
Secure Cloudflare Workers for Your Team | GitHub SSO & OTP Login
Tired of leaving your internal tools and Cloudflare Workers exposed? In this video, I'll show you how to lock them down for your team using the power of Cloudflare Zero Trust. All without writing a...
Dishaster - Vibe Code a Physics based Video Game about Robots doing Dishes | AI Avenue Tutorials
Wanna vibe code a video game? You can just do things! On the Doing episode of AI Avenue ( https://youtu.be/_ZtgIRFgPdU ) we talk about how hard it is for Robots to do the dishes, so Craig thought ...
Build a Movie Marketing Simulator AI Agent | AI Ave Ep 3 Tutorial
Yorick the talking hand from AI Avenue ( https://youtu.be/XfFtUmEta7s ) has gone and built a (completely ethical) tutorial app that uses generative AI to help produce marketing copy, poster, and ev...
Dry Run 🎙️ Episode 10: Happy Belated Birthday Internet!
Your localhosts, Craig Dennis and Sunil Pai reconnect after a break, celebrating Cloudflare's 15 years of innovation and discussing various topics including the importance of innovation weeks, the ...
Host Your Own Vibe Coding Platform!
Cloudflare just open-sourced VibeSDK — a one-click, AI “vibe coding” platform that generates, previews, and deploys apps from plain-English prompts. In this video I walk through why it matters and ...
Build an AI Chat app with configurable personality from scratch | AI Ave Ep 3
This tutorial is part of a series from AI Avenue ( https://aiavenue.show ). We are going to craft a brand new chat app as seen in Episode 3: https://youtu.be/0GcVU3R5_qE 👉 App: https://chatty.aiav...
Use AI to explore existing codebases | AI Avenue Tutorials Ep 3
Eventually you are going to come across a codebase that you don't understand the underlying technology. This tutorial is part of a series for AI Avenue and this follows Episode 3: https://youtu.be...
Top 3 New Node.js APIs on Cloudflare Workers
Cloudflare Workers just got a huge upgrade with newly supported Node.js APIs! In this video, we’ll cover the top features now available and what they unlock for developers. Whether you’re building ...
RIP REST & GraphQL 🪦
Get started with Cap'n Web herehttps://blog.cloudflare.com/capnweb-javascript-rpc-library/ Create an account on Cloudflare today for free: https://dash.cloudflare.com/sign-up #cloudflare #cloudfl...
Use the Agents SDK to listen to concert posters
Craig created an app that lets him take a photo of a concert poster, have OpenAI GPT-5 extract the bands information, research the bands and venue, and then create a trackable Spotify playlist. He...
Read concert posters using Structured Outputs and OCR | Tutorial | AI Ave Ep 2
This tutorial is part of the AI Avenue Series and follows what is discussed in AI Avenue Episode 2 Vision: https://youtu.be/xp4Z_ZqP4Ck 📓 Teacher's notes: https://github.com/craigsdennis/aiave-not...
AI Voice: Let's talk about ........... latency | AI Avenue Episode One
Latency is a common problem. With the want to create realistic AI Voice applications, recent advancements have tackled the problem head on. Come learn more on Episode One Voice of AI Avenue: https...
Building the Same App with Codex CLI and Claude Code
OpenAI Codex CLI is a coding agent you can run locally from your terminal. It can read, modify, and run code directly on your machine. In this video, Gift compares Codex CLI with Claude Code to bui...
Talk To The Hand | Deploy A Conversational Voice AI Agent | AI Avenue Tutorials | Ep 1 Voice
Deploy an @elevenlabsio Conversational AI Agent on Workers. Speak out loud to AI. This tutorial follows the Voice episode of AI Avenue where Yorick, the robot hand gets a new Voice: https://youtu....
AI Avenue Tutorials Introduction
Welcome to AI Avenue tutorials! Every episode of https://aiavenue.show has working apps that you can explore. 🧑🏫 Teacher notes can be found at: https://github.com/craigsdennis/aiave-notes Chapt...
How to create your own AI wrapper
AI APIs are becoming increasingly more powerful. In this video Craig wraps the @elevenlabsio Dubbing API to create a powerful translator that you should experience for yourself: https://speak-easi...
Stop Using VPNs, DDNS & Port Forwarding: Cloudflare Tunnels Are Better!
Learn how to set up Cloudflare Tunnels to securely expose your local services to the internet without opening ports, setting up VPNs or compromising security. In this step-by-step guide, we’ll cove...
Build Realtime Voice Agents - ft OpenAI, Stripe, Twilio & Resend
Learn how to build a real-time voice agent powered by OpenAI, Stripe, Twilio, and Resend in this hands-on walkthrough. We’ll cover what the project is, show a live demo of the agent in action, expl...
Zero to SaaS: Bindings and Durable Object - Pt. 2
In this five-part tutorial series, you’ll ship Web2Kindle—a browser extension and serverless backend that sends web articles to your Kindle in seconds—using Cloudflare Workers, KV, R2, Durable Obje...
Edit Images with Nano Banana (Gemini 2.5 Flash) in Workers
Learn how to edit an input image with a prompt using Google's new Gemini 2.5 Flash Image Generation model (aka Nano Banana) in Cloudflare Workers. Then, save the generated image to Cloudflare R2, z...
Generate images with new Workers AI models
In this video, Harshil, tries out the new Leonardo.Ai models on Workers AI to generate images. Create an account on Cloudflare today for free: https://dash.cloudflare.com/sign-up GitHub Repo: htt...
Book a Tennis Court via Authenticated MCP Server
Book a public tennis🎾 court via authenticated remote MCP (Model Context Protocol) server with browser automation using Cloudflare Browser Rendering and Stytch so only you can book a court in your n...
Diffusion Models--Walk with me!
Ever wondered how DALL-E, Midjourney, and Stable Diffusion actually generate those incredible images? It's all about diffusion models—and the process is way cooler than you think. Picture this: St...
Build with the new Gemini Image Generation model and Cloudflare Workers
In this video, Harshil Agrawal, explores the new Gemini Image Generation Model (gemini-2.5-flash-image-preview "nano banana"). He walks through the code of using the model in a HONC application, de...
How I Built an AI Photo Booth
Learn how to build an AI Photo Booth complete with filters, sharing, interactive accessories, drawing, and more! - hosted on Cloudflare Workers - Real-time face detection using MediaPipe to detec...
Foundation Models--Walk with me!
What if instead of training a separate LLM for every task, you could train one giant model on basically everything, and then adapt it? That's foundation models! Ex: GPT-4 writes code and analyzes ...
Zero to SaaS: Caching & Deployment - Pt. 6
In this five-part tutorial series, you’ll ship Web2Kindle—a browser extension and serverless backend that sends web articles to your Kindle in seconds—using Cloudflare Workers, KV, R2, Durable Obje...
Chat with the Taylor Swift New Heights Podcast with AutoRAG
Don't have 2 hours to listen to the recent Taylor Swift New Heights podcast? Save time and learn how to build a Retrieval Augmented Generation (RAG) app on Cloudflare Workers so you can ask questio...
Zero to SaaS: Email Workflows on Workers - Pt. 5
In this five-part tutorial series, you’ll ship Web2Kindle—a browser extension and serverless backend that sends web articles to your Kindle in seconds—using Cloudflare Workers, KV, R2, Durable Obje...
Walk with me--openai oss models!
OpenAI just launched their open source models! Walk with me and let's talk about them, why this is big news, and how you can run them on Cloudflare. Create an account on Cloudflare today for free:...
Zero to SaaS: Build fullstack apps on Workers - Pt. 4
In this five-part tutorial series, you’ll ship Web2Kindle—a browser extension and serverless backend that sends web articles to your Kindle in seconds—using Cloudflare Workers, KV, R2, Durable Obje...
Build Secure AI Agents with Auth0 and Workers
Join our live stream to learn how to build and securely deploy AI agents with Auth0 and Cloudflare Workers. Resources & Links: https://github.com/auth0-lab/cloudflare-agents-starter https://auth0....
Learn OpenAI Responses API through hands-on demos
OpenAI Responses API is very powerful and the next evolution in how we build AI Applications. Let's work through various demos showing off it's functionality. Repo: https://github.com/craigsdenni...
Upload Large Files to R2 Object Storage using Actors
R2 is a zero egress fee S3 compatible object storage solution. It is ideal for large AI training datasets. If you've ever tried to allow your users to upload large datasets via a web browser, you k...
Dry Run 🎙️ Episode 9: Vibez
In this episode, Craig Dennis, Sunil Pai, and Naresh discuss the evolution of AI coding agents, the concept of vibe coding, and the emergence of barefoot developers. They explore the challenges and...
Zero to SaaS: Build fullstack apps on Workers - Pt. 3
In this five-part tutorial series, you’ll ship Web2Kindle—a browser extension and serverless backend that sends web articles to your Kindle in seconds—using Cloudflare Workers, KV, R2, Durable Obje...
Zero to SaaS: Build fullstack apps on Workers - Pt. 1
In this five-part tutorial series, you’ll ship Web2Kindle—a browser extension and serverless backend that sends web articles to your Kindle in seconds—using Cloudflare Workers, KV, R2, Durable Obje...
Dry Run 🎙️ Episode 8: You've Got Mail
In this episode of Dry Run, Craig, Sunil, and Kate discuss the growth of the agents team at Cloudflare, recent feature releases, and the integration of email capabilities into their agents. They ce...
Dry Run 🎙️ Episode 7: Containers, Sandboxes, and the RealtimeKit
Summary In this episode of Dry Run, hosts Craig Dennis and Sunil Pai discuss their recent travels, including Sunil's trip to India and Craig's family vacation in Vietnam. They delve into the launc...
Dry Run: Episode 7
Containers, Sandboxes, and Realtime Kit
What are Transformer Models in AI? Walk with me! #programming #ai
A transformer is a neural network architecture that's revolutionized natural language processing (NLP) by excelling at understanding and generating human-like text through pattern analysis, leading...
Why Cloudflare for Agents?--Walk with me!
Walk with me--why should developers use Cloudflare for agents? #cloudflare #developer #ai #artificialintelligence #programming #coding
Browser Automation with Playwright MCP and Cloudflare Browser Rendering
Automate any website interaction with AI using Playwright MCP and Cloudflare Browser Rendering. This is perfect for developers looking to automate web scraping, testing, and data extraction workflo...
What is an AI Agent?--Walk with me! #aiagents
Walk with me--what are AI agents? #cloudflare #developer #agents #aiagents #llms #ai
How to Block AI Scrapers? Crawl/Walk with me! #coding
Walk (or crawl) with me! Learn how Cloudflare can now help you charge AI bots to access your website's content and block them from scraping it via a managed robots.txt file with their AI Audit prod...
How I Fixed Hacker News with Browser Rendering, Workers AI, + Email Automation
Stop manually checking Hacker News - let AI do it for you and deliver it to your inbox! Tired of constantly refreshing Hacker News to stay updated? I built the ultimate solution: a Cloudflare Work...