📚 About EduAnimated

🎯Our Inspiration

This project was born from real-world requests I received from educators — ranging from college professors to organizations like WayOut Kids, which serves over 30 million students across the U.S.

They all shared the same challenge:

"We want to use AI to create educational videos, but it’s too hard, too expensive, and takes too long."

Before EduAnimate, these educators had to:

  • Hire curriculum specialists to ensure alignment
  • Pay storytellers to structure engaging content
  • Work with animators, voice actors, sound engineers, and video editors
    — just to produce a single video.

That process took weeks (sometimes months) and thousands of dollars.


✨ What it does

EduAnimate is an AI-powered video creation tool that enables educators to generate high-quality lesson videos in minutes. It allows users to:

  • 📖 Plan structured storyboards based on lessons or prompts
  • 🎨 Generate consistent AI-powered visuals and animated scenes
  • 🗣️ Add natural-sounding AI voiceovers
  • 🎵 Include background music for engagement
  • 📝 Overlay subtitles for accessibility
  • 📤 Export ready-to-use educational videos for YouTube or other learning platforms

🔧 How we built it

We built EduAnimate as a full-stack MVP over 30 days for the Bolt.New Hackathon, using a mix of powerful tools and custom backend services:

  • Bolt — our AI automation backbone. It orchestrated prompt chains, helped scaffold Supabase tables, storage buckets, auth, and even Stripe integration. Honestly, Bolt handled a majority of the setup, UX and design faster than expected.
  • 🗃️ Supabase — handles our database, authentication, and video/audio storage
  • 🧠 Runway — used to generate AI-driven animated clips for each storyboarded scene
  • 🗣️ ElevenLabs — provides high-quality, natural-sounding AI voiceovers
  • 🐍 FastAPI Python Renderer — our custom backend service that:
    • Acts as a proxy for Runway (since client-side access isn’t allowed)
    • Sends generation requests and manages the processing queue
    • Handles final video export, combining:
      • Generated clips
      • Voiceovers
      • Music
      • Subtitles
    • This export pipeline still needs work — it’s currently memory-limited (~2GB), meaning more than 3–4 scenes can crash the system. Upgrading infrastructure is a key priority.
  • 💳 Stripe — implemented for early monetization testing (Bolt helped scaffold the integration)

🚧 Challenges we ran into

  • Creating consistent visuals across scenes while keeping the AI outputs coherent
  • Mapping lessons to real educational goals in a way that feels intuitive for teachers
  • Designing a UI that is powerful but simple enough for non-technical users
  • Managing video exports — syncing clips, voice, music, and subtitles while staying within tight memory limits
  • Our renderer is very early-stage and breaks easily under heavy load. More than 4 scenes risks instability without better servers or optimization.

🏆 Accomplishments that we're proud of

  • Built and demoed a working MVP in under 30 days
  • Created an AI tool that can storyboard, generate video, voiceovers, and music — all in one workflow
  • Partnered with WayOut Kids to run a hackathon encouraging others to use EduAnimate to create lessons
  • Received early interest from Wiley Publishing. Their Director of Architecture was impressed and is sharing the tool with their SVP to explore a potential purchase or partnership. Have meeting this next week.

🧠 What we learned

  • Educators want tools that save time, reduce cost, and are incredibly easy to use
  • Bolt blew us away with how much scaffolding it automated — from Supabase to Stripe and auth, it enabled us to focus on actual product value
  • Building fast is powerful — but it creates a lot of bugs and inconsistency. We now know where we need to stabilize the system first
  • Voice, visuals, and accuracy all matter — but speed and stability are the deciding factor for daily usability

🚀 What's next for EduAnimate

  • We're not focused on fancy integrations — we're shipping this as-is to see if people will pay for it now
  • Use revenue and user feedback to fix bugs, upgrade video infrastructure, and improve export reliability
  • Partner with PhD educators to train specialized LLMs aligned to actual curriculum standards for different subjects
  • Run a hackathon with WayOut Kids to gather user-generated content and learn how different educators use EduAnimate. We are in negotiations with partnership with WayOutKids as well.
  • Continue conversations with Wiley Publishing to explore collaboration, partnership, or acquisition

Ultimately, we want to build EduAnimate into a tool that empowers educators everywhere to create powerful, professional learning videos — without the time, money, or complexity of traditional production.

Built With

Share this project:

Updates