Daily Pick

Daily Pick is a collection of lightweight web experiences and supporting automation designed to make remote stand‑ups, retrospectives, and team rituals more engaging. The site is generated with Eleventy, deployed on Cloudflare Workers, and ships several multiplayer-friendly mini games.

Quick Start

Project Structure

apps/                 # Standalone mini-game front-ends copied straight to dist/apps/*
  ballgame/
  gravity-drift/
  letters/
  mimic-master/
  planning-poker/
  speedway/
  trap/
  wheel/
assets/               # Shared static assets (favicons, CSS, JS, OG images)
content/blog/         # Eleventy content: layouts, data, prompt template, Markdown posts
dist/                 # Eleventy build output (generated)
packages/
  shared/             # Shared Worker utilities and Durable Object implementations
  worker/             # Cloudflare Worker entrypoint and routing
public/               # Passthrough static files (e.g., sitemap template)
wrangler.toml         # Cloudflare deployment configuration

Blog Content Workflow

Cloudflare Worker

Planning Poker Hub

Capacity Planner Dice

Conventions

Deployment Notes

Brainstorming & Future Concepts

Here are some potential new games and tools being considered for Daily Pick, aligned with the goal of making team rituals more engaging and fair.

These ideas aim to address specific team needs (psychological safety, morale checks, icebreakers) while fitting into the existing fun, lightweight, and multiplayer-friendly architecture of the project.