An open API service indexing awesome lists of open source software.

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

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
-------------------------------------------------------------------------------
```