Small Apps

Handy little tools you can actually use β€” and then take apart.

Word Counter

Paste any text and get live word, character, and sentence counts plus an estimated reading time.

A tiny app that’s all about one idea: reacting to every keystroke with an input event. The counting is done with two regular expressions β€” a nice, gentle introduction to what regex is for.

πŸ‘€ Peek at the code code/word-counter/index.html
index.html
Loading code…
πŸ‘€ Peek at the prompt code/word-counter/PROMPT.md
PROMPT.md
Loading code…
Screenshot of Word Counter

Pomodoro Timer

One focus timer, three personalities β€” pick a style below and the live demo, code, and prompt all switch with it.

The same idea vibe coded three ways: Classic is the friendly 25/5 focus-and-break timer with a Web Audio chime, Workshop is a 20-minute countdown with a circular progress ring built for projecting during activities, and NeoFocus is a full Matrix digital-rain terminal with editable glowing digits. Compare the three prompts to see how the same core request steers into wildly different vibes.

Pick a style:
πŸ‘€ Peek at the code code/pomodoro/index.html
index.html
Loading code…
πŸ‘€ Peek at the prompt code/pomodoro/PROMPT.md
PROMPT.md
Loading code…
Screenshot of Pomodoro Timer

Your Next App Goes Here

More small apps are on the way β€” habit trackers, converters, list makers, and whatever gets vibed into existence next.

🚧 Coming soon