DEV Community

Cover image for Building a System That Automates YouTube Post-Production
Satyam Sharma
Satyam Sharma

Posted on

Building a System That Automates YouTube Post-Production

Most creator tools today focus on analytics and suggestions.

We wanted to explore something different:

What if YouTube post-production could actually be automated?

We’ve been building Growati, a system that helps creators generate personalised:

  1. titles
  2. descriptions
  3. thumbnails
  4. chapters

for YouTube videos.

One of the most difficult engineering problems was properly handling video understanding.

Instead of treating videos like plain text, our system analyses videos frame-by-frame to extract:

  • key moments
  • best frames
  • visual context

The goal is to make metadata generation more contextual instead of generic AI text generation.

Another challenge was orchestration.

A single automation flow may involve:

  • frame extraction
  • metadata generation
  • thumbnail generation
  • scoring
  • updates

We ended up using a queue-based architecture with BullMQ to handle automation reliably.

One thing we learned quickly while talking to creators:

Many educational creators and podcasters are overwhelmed by post-production work after uploading.

Most of them are not looking for more dashboards.

They want less manual work.

That insight changed how we approached the product.

Right now, Growati is still early:

  • 10+ beta users
  • 500+ synced videos
  • 50+ metadata updates processed

We’re launching on Product Hunt on 28 May.

Top comments (0)