Back to Projects
Stars: 0Language: JavaScriptUpdated: 6/30/2026
README
# ๐ฌ Creative Web Projects โ YouTube Channel
Short, lovable, creative web projects. **3โ4 videos per week.**
## Folder structure
Each video lives in a folder named by its **publish date** + a slug:
```
YYYY-MM-DD-slug/
index.html
style.css
script.js
README.md โ video concept, script notes, talking points
```
## Content pillars
| Pillar | Vibe | Example ideas |
|--------|------|---------------|
| ๐ Love / feel-good | "programmer built something sweet for someone" | webpage for girlfriend, anniversary counter, love-letter generator |
| ๐งฉ Tech tutorials | "build this UI piece" | navbar, creative dropdowns, modals, cards, hero sections |
| โก Performance & clean code | "make it fast & readable" | refactors, lazy loading, CSS cleanup, Lighthouse runs |
| โจ Creative / fun | "wow factor" | particle effects, canvas art, micro-interactions |
## Schedule (rolling)
| Publish date | Project | Pillar | Status |
|--------------|---------|--------|--------|
| 2026-07-02 | Lovely webpage for her | ๐ Love | ๐ข Built |
| 2026-07-04 | "Will you go on a date?" (No runs away + countdown) | ๐ Love | ๐ข Built |
| 2026-07-07 | Jank Lab โ transform vs left (you've been animating wrong) | โก Performance | ๐ข Built |
| 2026-07-09 | Debounce vs Throttle โ visualized | ๐งฉ Explainer | ๐ข Built |
| 2026-07-11 | Interactive hero backgrounds (12 mouse-reactive themes) | โจ Creative | ๐ข Built |
| 2026-07-14 | Marvel hero backgrounds (Iron Man ยท Thor ยท Spider-Man ยท Ant-Man) | ๐ฆธ Fan pack | ๐ข Built |
| 2026-07-16 | DC hero backgrounds (Batman ยท Superman ยท Flash ยท Green Lantern) | ๐ฆ Fan pack | ๐ข Built |
| 2026-07-18 | Sci-fi movie backgrounds (Interstellar ยท Inception ยท Blade Runner) | ๐๏ธ Fan pack | ๐ข Built |
| 2026-07-21 | Designer portfolio โ single page (custom cursor, hover previews) | ๐จ Tech/Creative | ๐ข Built |
| 2026-07-23 | Programmer portfolio (live terminal, code editor) | ๐ผ Profession | ๐ข Built |
| 2026-07-25 | Pharmacist portfolio (floating pills, live open/closed) | ๐ผ Profession | ๐ข Built |
| 2026-07-28 | Accountant portfolio (animated growth chart, counters) | ๐ผ Profession | ๐ข Built |
See **[VIRAL-STRATEGY.md](VIRAL-STRATEGY.md)** for what's working and the idea backlog.
## ๐ Themed background packs (one pack = one video)
Each "pack" bundles 3โ4 mouse-reactive `<canvas>` backgrounds around a theme, on the same reusable engine. Great for episodic, comment-driven series ("who's next?").
- **Marvel Pt.1** โ
โ Pt.2 (Hulk, Doctor Strange, Captain America, Black Panther)
- **DC** โ
โ Pt.2 (Wonder Woman, Aquaman, Joker, Cyborg)
- **Sci-Fi movies** โ
โ Tron, Dune, 2001, Tenet, Avatar
- **By vibe** (planned): For Men ยท For Girls ยท For Anime ยท For Creativity
- **Master showcase:** the 12-theme [interactive hero backgrounds](2026-07-11-interactive-hero-backgrounds/)
## ๐ผ Profession portfolio series (one job = one video)
"I designed a website for every profession" โ each profession gets its own visual language.
- **Programmer** โ
โ terminal that types itself, code editor, repo grid
- **Pharmacist** โ
โ floating pill capsules, live Open/Closed status
- **Accountant** โ
โ animated growth chart, $/%/+ counters
- **Next ideas:** Architect ยท Lawyer ยท Chef ยท Photographer ยท Teacher ยท Real-estate agent ยท Barber ยท Fitness coach ยท Dentist ยท Musician
## Tech choices
Plain **HTML + CSS + JS**, no build step โ easy to follow on camera, runs by opening `index.html`.