I Built Cuekiyo: a Local-First Anime OP/ED Video Pipeline with React, FastAPI, yt-dlp and FFmpeg
Cuekiyo is an open-source local web app designed for creating anime opening and ending compilation videos. It streamlines the manual workflow by automating repetitive tasks while allowing users to maintain creative control. The application runs entirely on the user's machine, eliminating the need for cloud services and external dependencies.
- ▪Cuekiyo v1.0.0 is a local-first web app for building anime compilation videos.
- ▪The app automates the workflow of selecting songs, reviewing clip candidates, and exporting finished videos.
- ▪It is designed to handle repetitive tasks while allowing users to make subjective creative choices.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3949159) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Looped Posted on May 24 I Built Cuekiyo: a Local-First Anime OP/ED Video Pipeline with React, FastAPI, yt-dlp and FFmpeg #opensource #react #fastapi #ffmpeg I just released Cuekiyo v1.0.0, an open-source local web app for building anime opening and ending compilation videos. The idea is simple: Pick anime titles → approve OP/ED songs → review YouTube clip candidates → export a finished MP4. No cloud editor. No upload step. No paid API dependency.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).