Go ahead. Steal my vibe code. 😎

Working apps, games, websites, and teaching tools β€” each one with its full source code, a live demo, and helper files. Copy it, remix it, learn from it. That's the whole point.

🧰 Small Apps see all β†’

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

πŸ•ΉοΈ Games & Fun see all β†’

Memory Match

A 4Γ—4 emoji matching game with satisfying card flips, a move counter, and one-line customization.

Change one list of eight emoji and you’ve made a whole new game β€” animals for the kids, sight words for the classroom, food for game night. The 3D flip animation and the β€œwait before flipping back” logic are the parts most worth stealing.

πŸ‘€ Peek at the code code/memory-match/index.html
index.html
Loading code…
πŸ‘€ Peek at the prompt code/memory-match/PROMPT.md
PROMPT.md
Loading code…
Screenshot of Memory Match

🌐 Websites see all β†’

One-Page Portfolio

A complete personal site β€” sticky nav, hero, project cards, skill badges, and a contact section β€” ready to make yours.

Meet Alex, the placeholder human. Replace their name, projects, and links with your own and you have a real portfolio in minutes. Good things to steal: the sticky blurred nav bar, smooth-scrolling section links, and the responsive card grid that reflows on phones.

πŸ‘€ Peek at the code code/portfolio-page/index.html
index.html
Loading code…
πŸ‘€ Peek at the prompt code/portfolio-page/PROMPT.md
PROMPT.md
Loading code…
Screenshot of One-Page Portfolio

πŸŽ“ Online Education see all β†’

Mini Crossword

A real, playable crossword engine β€” define your words, positions, and clues, and it builds the numbered grid for you.

Click a clue to jump to its word, type to auto-advance, then hit Check to see how you did (with Reveal for mercy). The engine numbers the grid automatically using standard crossword rules β€” you just list the words, where they start, and their clues. Sketch your crossing words on paper first!

πŸ‘€ Peek at the code code/crossword/index.html
index.html
Loading code…
πŸ‘€ Peek at the prompt code/crossword/PROMPT.md
PROMPT.md
Loading code…
Screenshot of Mini Crossword