Minimalist PWA for voluntary silence. Show a phrase, tap it, fill the screen — readable from across the room.
Pure black. White text. No fluff.
- Edit
public/phrases.md— categories are## Headings, phrases are- list items - Tap a phrase → fullscreen flashcard with fit-to-screen text
- Tap anywhere or ✕ to dismiss
# Enter dev shell (requires Nix)
nix develop
# Install & run
just install
just dev# Nix build → static site in result/
nix buildFork this repo, edit public/phrases.md, deploy. See example/ for a Cloudflare Pages deployment setup.
- Vite + React
- Tailwind CSS v4
- PWA (vite-plugin-pwa) — offline-capable, installable
- Nix flake with
buildNpmPackage