Top Builders

Explore the top contributors showcasing the highest number of app submissions within our community.

Cloudflare Workers AI

Run machine learning models, powered by serverless GPUs, on Cloudflare's global network. Workers AI allows you to run AI models in a serverless way, without having to worry about scaling, maintaining, or paying for unused infrastructure. You can invoke models running on GPUs on Cloudflare's network from your own code — from Workers, Pages, or anywhere via the Cloudflare API.

General
AuthorCloudflare, Inc.
WebsiteCloudflare Workers AI
Documentationhttps://developers.cloudflare.com/workers-ai/
TypeServerless AI Inference Platform
Launch Year2023
GPU Network180+ cities globally

Features

50+ Open-Source Models

  • Text generation (Llama, Mistral, and more)
  • Text embeddings and classification
  • Image generation and classification
  • Automatic speech recognition
  • Translation models
  • Object detection capabilities

Serverless Infrastructure

  • Pay-for-what-you-use pricing model
  • Automatic scaling with demand
  • No infrastructure management required
  • Fast cold start times with V8 isolates

Global Edge Network

  • AI inference close to users for low latency
  • Models available in 180+ cities worldwide
  • Reduced network bottlenecks
  • Consistent performance globally

Developer Platform Integration

  • Seamless integration with Cloudflare Workers
  • Works with Pages for full-stack AI applications
  • REST API for platform-agnostic access
  • Integration with Vectorize (vector database)
  • AI Gateway for monitoring and control

Key Capabilities

  • Edge AI Computing: Run AI models at the network edge for minimal latency
  • Serverless GPU Access: Access powerful GPU infrastructure without provisioning
  • Model Catalog: Curated selection of popular open-source AI models
  • Real-time Inference: Low-latency AI processing for interactive applications
  • Global Deployment: Deploy once, run everywhere on Cloudflare's network
  • Integrated Ecosystem: Works with R2 storage, D1 database, and other Cloudflare services

Use Cases

  • Building AI-powered chatbots and conversational interfaces
  • Real-time content moderation and classification
  • Image and video processing at scale
  • Personalization and recommendation engines
  • Automated translation and localization
  • Voice recognition and text-to-speech applications
  • RAG (Retrieval-Augmented Generation) systems
  • AI-powered API endpoints and microservices

Supported Model Categories

  • Large Language Models: For text generation and chat applications
  • Embedding Models: For semantic search and similarity matching
  • Image Models: For generation, classification, and analysis
  • Speech Models: For transcription and synthesis
  • Vision Models: For object detection and recognition
  • Translation Models: For multilingual content processing

Cloudflare Cloudflare Workers AI AI technology Hackathon projects

Discover innovative solutions crafted with Cloudflare Cloudflare Workers AI AI technology, developed by our community members during our engaging hackathons.

Sendero — Agentic travel ops on Arc

Sendero — Agentic travel ops on Arc

Sendero turns messy travel requests into quotes, bookings, refunds, invoices, and on-chain settlement trails. Agent layer on Vercel Workflows + Fluid Compute (durable, encrypted, resumable). Money layer on Arc. Two revenue legs from day one. Clerk Billing gates SaaS tiers; x402 nanopayments meter every search, policy check, and tool call in micro-USDC, batched and settled on Arc L2 in one userOp that atomically fans funds to vendor + agency commission + Sendero fee + reputation tip. Card rails can't do atomic multi-leg settlement — Arc unlocks it. On-chain core: SenderoGuestEscrow (0x640e15B2B7cBa421c93dA1514f8E6Ba3e11f8515, Arc Testnet, chain 5042002, verified). Peanut-style payment links plus a travel state machine — reserve → commit → confirm → settle — with recipient-bound ECDSA signatures, optional OTP claimCodeHash, upper-bound reservations for fare drift, buyer reclaim on timeout. Sits beside ERC-8183 escrow and ERC-8004 agent identity/reputation. Self-hosted Ponder indexer keeps events in Postgres + GraphQL. Wallets: Circle Modular Wallets (passkey MSCAs for travelers and guests) + Circle Developer-Controlled Wallets (treasury), both on Arc. Circle App Kit powers swap (USDC↔EURC), CCTP bridge, send, and unified balances across testnets. Settlement uses Circle Nanopayments + Gateway to batch thousands of off-chain signatures into one on-chain tx, eliminating per-payment gas. Souvenir NFTs ship via Circle's SCP ERC-1155 template + Gas Station; Webhooks + Event Monitors feed the indexer. Beyond flights and hotels: visa-aware quotes via Sherpa with MRZ-validated PassportVault (pgcrypto AES-256, per-tenant DEK), Gemini OCR with Zod-pinned outputs, Google Maps travel-safety briefs, and an MCP + llms.txt + OpenAPI surface so other agents can book through Sendero by spec.

Goodlady Authenticity Seal X Circle

Goodlady Authenticity Seal X Circle

Goodlady Finance Authenticity Seal is a payment and authenticity infrastructure that integrates Circle’s USDC and web3 capabilities into the Agent Goodlady lending ecosystem. It separates frontend and backend concerns to work around edge-runtime constraints, running a React/Vite frontend on Cloud while delegating all Circle SDK operations to a dedicated Node.js backend. The backend, implemented with Node.js and Express, uses the Circle SDK to create and track payments, generate and manage wallets, perform CCTP cross-chain USDC transfers, and verify webhook signatures for trusted event handling. It exposes these capabilities through API endpoints that the frontend can call via standard fetch requests, allowing the UI to stay lightweight while the backend handles sensitive operations and credentials via environment variables such as CIRCLE_API_KEY, CIRCLE_ENVIRONMENT, and CIRCLE_WEBHOOK_SECRET. Deployment is designed for scalability and security using Google Cloud Run for the backend, providing serverless autoscaling, pay-per-use economics, and a public HTTPS endpoint required for Circle webhook delivery. The integration guides you through setting up the Google Cloud SDK, configuring a project, and wiring environment variables so the Circle SDK can run in both sandbox and production. On the Circle side, a dedicated webhook is configured to point to the Cloud Run URL, subscribing to events like payment.completed and payment.failed, which lets Goodlady record and act on final payment states in a tamper-resistant way. On the frontend, This architecture supports Goodlady’s Authenticity Seal concept by tying verified, signature-checked payment events to the platform’s trust and underwriting logic, enabling a consistent, scalable pattern for web3-native payments, wallet management, and authenticity verification across Goodlady’s credit and lending products.

AlphaDrip

AlphaDrip

AlphaDrip is an x402-monetized trading signal API where every call is a real on-chain USDC settlement on Arc Testnet. No subscriptions, no middlemen, no batching abstractions — just direct per-call payment at $0.003 USDC, settled in sub-second time via EIP-3009 transferWithAuthorization on Arc's USDC contract. The cascade engine connects to Hyperliquid's public WebSocket trade feed, evaluates BTC trade volume against a rolling baseline, and fires liquidation cascade signals when volume spikes >2.5× with directional bias >70%. Each signal is exposed via a paywalled HTTP endpoint that returns 402 Payment Required, advertising Arc Testnet USDC as the accepted asset. Consumers sign an EIP-3009 authorization off-chain (no Gateway deposit required), the producer relays it on-chain as a real USDC transfer, the signal payload is returned with the Arc transaction hash. Every paid call is independently verifiable on the Arc Block Explorer. A recorded 326-second demo session produced 163 paid on-chain settlements, 263 cascade signals fired, $0.483 USDC settled by the consumer, $0.489 USDC earned by the producer (the difference being the producer's gas reimbursement of ~$0.0019 per tx). Net producer margin after gas: 36% — economically viable per-call pricing that's impossible on any other L1. The original architecture targeted Circle Gateway's batched-x402 facilitator. We discovered that endpoint returns "unsupported_network" for Arc Testnet (eip155:5042002) — a real bug we documented and submitted as Circle product feedback. Per the Arc team's explicit Discord guidance ("you can build x402-style logic on Arc, you'll need to implement the logic yourself"), we pivoted to direct EIP-3009 settlement, which works perfectly because Arc's USDC at 0x3600... is a fully EIP-3009-compliant Circle FiatTokenV2. Live demo: https://alphadrip.baserep.xyz Source: https://github.com/Makabeez/alphadrip

Lunar Graph - AI-Powered Fraud Ring Detection

Lunar Graph - AI-Powered Fraud Ring Detection

Deriv's compliance teams face 2,100+ fraud alerts weekly, 95% false positives. Each investigation takes 25+ minutes, creating weeks-long backlogs. Meanwhile, fraud rings go undetected because every individual account passes KYC, AML, and risk checks perfectly. The insight: fraud is invisible individually — it's obvious at the network level. LunarGraph maps every entity (partners, sub-affiliates, clients, trades, payments) into a knowledge graph, then deploys three AI agents in parallel: Graph Anomaly Agent — Detects structural patterns like one partner controlling 20+ accounts through layered sub-affiliates sharing IP addresses and device fingerprints. Temporal Intelligence Agent — Identifies coordinated opposite BUY/SELL trades placed within 30-second windows across linked accounts (mirror trading for commission extraction). Behavioral Trajectory Agent — Compares partner behavior against known fraud signatures to predict emerging schemes 2-3 weeks before activation. The platform connects to the real Deriv WebSocket API. Partners invite affiliates via unique referral links, each generating a tracked trading account with a TradingView-style interface. Every trade feeds into the graph engine for real-time correlation analysis. An AI Copilot synthesizes findings into case reports in 28 seconds via natural language queries. Results: 99.86% alert reduction, 28-second case generation (vs 25min manual), 14-day predictive lead time, $178K+ fraud exposure detected across 3 rings and 73 entities.