WeSearch

I Built Cuekiyo: a Local-First Anime OP/ED Video Pipeline with React, FastAPI, yt-dlp and FFmpeg

·9 min read · 0 reactions · 0 comments · 11 views
#opensource#anime#videoediting#react#fastapi
I Built Cuekiyo: a Local-First Anime OP/ED Video Pipeline with React, FastAPI, yt-dlp and FFmpeg
⚡ TL;DR · AI summary

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.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
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).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)