https://github.com/paradite/youtube-thumbnail-maker
YouTube thumbnail maker I made in 2 hours with Claude Code
https://github.com/paradite/youtube-thumbnail-maker
thumbnail thumbnail-generator youtube
Last synced: 3 months ago
JSON representation
YouTube thumbnail maker I made in 2 hours with Claude Code
- Host: GitHub
- URL: https://github.com/paradite/youtube-thumbnail-maker
- Owner: paradite
- License: mit
- Created: 2025-07-19T14:12:25.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-09-03T07:23:16.000Z (4 months ago)
- Last Synced: 2025-09-03T08:35:29.609Z (4 months ago)
- Topics: thumbnail, thumbnail-generator, youtube
- Language: JavaScript
- Homepage: https://paradite.github.io/youtube-thumbnail-maker/
- Size: 121 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Youtube Thumbnail Maker
A YouTube thumbnail maker I made in 2 hours with Claude Code on my AI coding livestream.
- Livestream vod: https://www.youtube.com/live/Q2ceOV_-08Q
- Live app: https://paradite.github.io/youtube-thumbnail-maker/
## Features
- Create a thumbnail for a YouTube video
- Various background colors and patterns
- Add title and description to the thumbnail
- Add logos and photos
- Upload and edit SVG images
- Human segmentation model to mask out the background in photos
## Lines of Code (LOC)
```bash
$ cloc . --vcs auto --exclude-dir=assets --exclude-ext=json,md
20 text files.
12 unique files.
8 files ignored.
github.com/AlDanial/cloc v 2.04 T=0.10 s (125.0 files/s, 52465.5 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
JavaScript 9 587 219 3101
HTML 1 45 2 494
CSS 1 85 2 459
YAML 1 5 8 30
-------------------------------------------------------------------------------
SUM: 12 722 231 4084
-------------------------------------------------------------------------------
```