| Path | Description |
|---|---|
/ |
Home — glitchy boot sequence, projects, about |
/apps |
Apps showcase — Mochi, ClipboardSanitizer, Focus, FolderWardrobe, RESQ |
/undrdr |
UNDRDR — under the radar GitHub repos, curated weekly |
/blog |
Blog index |
/blog/three-tools-that-run-my-life |
Pieces, Maestri, Hermes |
/blog/5-github-tools-that-ship |
Pearcleaner, scarf, CodexMonitor, fazm, vibetunnel |
- React 19 + Vite 6 + TypeScript
- Tailwind CSS 4 — styling + theme system
- Motion (Framer Motion) — animations + transitions
- Lenis — smooth scrolling
Three color themes cycle on click: purple (indigo), cyan, amber. Persisted in localStorage.
npm install
npm run devOpen http://localhost:3000.
npm run buildStatic output in dist/. Deployed on Vercel.
The UNDRDR page fetches from /assets/data/undrdr.json. Archive weeks are in /assets/data/undrdr-week-{N}-{YEAR}.json. A history index lives at /assets/data/undrdr-history.json.
Data is generated by the undrdr_generator script and updated via cron.