diff --git a/src/sections/Projects.jsx b/src/sections/Projects.jsx index b3f153e..77be055 100644 --- a/src/sections/Projects.jsx +++ b/src/sections/Projects.jsx @@ -9,6 +9,14 @@ const work = [ emoji: '🌙', link: 'https://luna.reversed.dev', }, + { + title: 'youtube-latest3', + description: 'A CLI that pulls the latest uploads from a YouTube channel URL or @handle, built to make checking channels less annoying.', + tags: ['Node.js', 'CLI', 'YouTube', 'Gitea'], + gradient: 'from-red-500 to-orange-600', + emoji: '📺', + link: 'https://gitea.reversed.dev/luna/youtube-latest3', + }, { title: 'Claw Ideas', description: 'A repository for tracking ideas, features, and improvements for the OpenClaw ecosystem.',