Skip to content

Releases: fiberplane/advent-calendar-2025

Part 1: Static Assets Blueprint

01 Dec 15:31

Choose a tag to compare

Part 1: Static Assets Blueprint

The foundation of our Advent Calendar! This release covers:

What's Included

  • Cloudflare Workers setup with Static Assets binding
  • Beautiful hand-drawn design (created with v0)
  • CSS styling
  • Modal structure (ready for interactivity)

Key Files

  • wrangler.jsonc - Cloudflare Workers configuration
  • public/ - All static assets
  • README.md - Complete documentation

Watch the Tutorial

https://youtu.be/iCNOyiM3SPA

Try It Yourself

git clone https://github.com/fiberplane/advent-calendar-2025.git
git checkout v1.0-part-1
npm install
npm run dev

Coming Next

Part 2 will add interactive JavaScript functionality!