Skip to content
Cloudflare Docs

External resources

The ExternalResources component pulls from a central list of apps and videos.

import { ExternalResources } from "~/components";
  • Hackathon Helper: A series of starters for Hackathons. Get building quicker! Python, Streamlit, Workers, and Pages starters for all your AI needs!
  • NBA Finals Polling and Predictor: This stateful polling application uses Cloudflare Workers AI, Cloudflare Pages, Cloudflare Durable Objects, and Hono to keep track of users' votes for different basketball teams and generates personal predictions for the series.
  • Floor is Llava: This is an example repo to explore using the AI Vision model Llava hosted on Cloudflare Workers AI. This is a SvelteKit app hosted on Pages.
  • Whatever-ify: Turn yourself into...whatever. Take a photo, get a description, generate a scene and character, then generate an image based on that calendar.
  • Vanilla JavaScript Chat Application using Cloudflare Workers AI: A web based chat interface built on Cloudflare Pages that allows for exploring Text Generation models on Cloudflare Workers AI. Design is built using tailwind.
import { ExternalResources } from "~/components";
## Demo apps
<ExternalResources type="apps" tags={["AI"]} products={["Pages"]} />
## Videos
<ExternalResources type="videos" tags={["AI"]} />

required

type: "apps" | "videos"

The type of resources to show, apps or videos.

type: string[]

Filter resources down to those where the tags property contains any of these strings.

To see a list of the available tags, and which pages are associated with them, refer to this list.

type: string[]

Filter resources down to those where the products property contains any of these strings.

type: boolean

default: true

Filter resources down to those with cloudflare: true.