No description
  • JavaScript 88.5%
  • TypeScript 7.6%
  • HTML 2.9%
  • Shell 1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-27 12:25:56 +02:00
docs/superpowers Add WC 2026 knockout tracker implementation plan 2026-06-27 11:24:25 +02:00
workers/wc2026-proxy feat: wire ESPN endpoints and KV accumulation in Worker 2026-06-27 11:46:24 +02:00
world-cup-2026 feat: add knockout tracker footer link to group stage tool 2026-06-27 12:19:41 +02:00
world-cup-2026-ko feat: group list view by date with round pill on each row 2026-06-27 12:25:56 +02:00
.gitignore Initial commit: public tools monorepo with world-cup-2026 2026-06-12 09:47:34 +02:00
build.sh feat: scaffold world-cup-2026-ko Vite app 2026-06-27 11:49:54 +02:00
CLAUDE.md Initial commit: public tools monorepo with world-cup-2026 2026-06-12 09:47:34 +02:00
index.html feat: scaffold world-cup-2026-ko Vite app 2026-06-27 11:49:54 +02:00
package.json Initial commit: public tools monorepo with world-cup-2026 2026-06-12 09:47:34 +02:00
README.md Initial commit: public tools monorepo with world-cup-2026 2026-06-12 09:47:34 +02:00
wrangler.toml Initial commit: public tools monorepo with world-cup-2026 2026-06-12 09:47:34 +02:00

Public tools directory

A catch-all repo for vibe-coded tools that can be public. These are the ones that contain no confidential information and are fine for anyone to see. (Private tools live in the sibling tools-private repo, behind Cloudflare Access.)

Projects

  • world-cup-2026 — FIFA World Cup 2026 group stage schedule, with my-teams highlighting and filters by team, group, and venue. React, Vite.

Deployment

All projects are built into a single static site and deployed to Cloudflare Pages at tools.really.lol. The site is public — no Cloudflare Access.

bun run build    # builds all subprojects into dist/

Each project is served at its own path: tools.really.lol/<project-name>/.

Cloudflare config:

  • Build command: bash build.sh
  • Output directory: dist
  • Auth: none (public)