Presentation Overview


NOTE: This presentation was part of a demonstration of Astro and Cloudflare hosted by Michael Chan on his Twitch channel 'lunchdev' . You can also view the presentation on YouTube .


What We're Going To Build

Today, we'll demonstrate building a simple UPC lookup service that will be based off a real service created for the Community Garden Kitchen of McKinney, TX.

Read more

Astro

Astro is a static site generator (SSG) that generates the HTML, JavaScript, and CSS.

Read more

Cloudflare

Cloudflare also has a suite of tools for enterprises and developers to build robust, automatically scaled, and low cost "serverless" applications.

Read more

Worker Demo

Create a simple worker that responds to requests by returning the name of the current visitor or the names of all previous visitors.

Read more