Inspiration

IMDb contributions are powerful, but the experience feels like paperwork. We wanted to reimagine the title submission flow as a cinematic, guided experience rather than a long, intimidating form.

The core inspiration was simple: data entry should feel confident, supportive, and even enjoyable — especially for creators contributing to a film database.


What it does

IMDb Reimagined transforms the traditional IMDb title submission into a luxury 5-step wizard.

Key capabilities:

  • Voice-first input for natural data entry
  • AI-powered parsing from speech to structured fields
  • Real-time confidence score (0–100)
  • Auto-saved drafts so progress is never lost
  • Inline AI guidance with validation and tips
  • Cinematic UI with smooth transitions and animations

The goal is to help contributors submit accurate data with clarity and confidence.


How we built it

Frontend was built using Next.js, TypeScript, TailwindCSS, and Framer Motion for animations.

State management uses Zustand for a persistent wizard store.

Backend & persistence are powered by Supabase, handling authentication and draft storage.

AI features are integrated using voice recognition and LLM-based transcript parsing.

The architecture prioritizes speed, clarity, and graceful fallbacks.


Challenges we ran into

Voice input is unpredictable. Transcripts are messy and incomplete.

We solved this by:

  • Sanitizing AI outputs
  • Tracking assumptions separately
  • Never overwriting user-confirmed fields

Other challenges included:

  • TypeScript strict typing with animation libraries
  • Preventing unnecessary re-renders in global state
  • Ensuring the app works even when AI services fail

Accomplishments that we're proud of

We built a complete, polished end-to-end experience within a hackathon timeline.

Highlights:

  • A fully working multi-step wizard
  • Live confidence scoring system
  • Voice-first interaction with AI parsing
  • Draft persistence and resume support
  • A unique cinematic UI that stands out

The project feels production-ready, not just a prototype.


What we learned

Users don’t dislike forms — they dislike uncertainty.

Confidence indicators, real-time feedback, and gentle guidance dramatically improve completion.

We also learned:

  • Voice UX must be forgiving
  • AI should assist, not dominate
  • Motion and polish can improve focus, not distract

What's next for IMDB Reimagined (Revo)

Planned improvements:

  • Contributor reputation and verification system
  • Smarter cast & crew credit building
  • Collaboration on submissions
  • Evidence validation and rejection simulation
  • Accessibility-focused voice-only mode

Our vision is to make IMDb contribution feel like creating a professional film dossier — fast, elegant, and trustworthy.

Built With

  • framermotion
  • next.js
  • openrouter
  • react
  • supabase
  • tailwindcss
  • typescript
  • webspeechapi
Share this project:

Updates