# OlyxLabs OlyxLabs transforms long-form narrative videos (podcasts, interviews, conferences, documentaries) into illustrated videos using AI. It adds word-level subtitles, AI-generated illustrations at key moments, and picture-in-picture effects — no manual editing required. ## Core Pages - Landing page: https://olyxlabs.com/ — Overview of the product, use cases, and pricing - Login: https://olyxlabs.com/login — Sign in with email and password - Signup: https://olyxlabs.com/signup — Create an account (email verification required) - Contact: https://olyxlabs.com/contact — Contact form - Privacy Policy: https://olyxlabs.com/privacy - Terms of Service: https://olyxlabs.com/terms ## Key Features - AI-generated illustrations: Up to 12 per hour at key narrative moments (3 styles: Realistic, Illustrated, Cinematic) - Word-level subtitles: Automatic transcription with precise timing - Picture-in-picture overlay: Combines original video with generated illustrations - YouTube import: Paste a YouTube URL to download and process - File upload: Upload video files directly (drag-and-drop) - Automated pipeline: 5-stage BullMQ pipeline (Download, Transcribe, Detect Moments, Generate Images, Render Video) - Public share page: Share completed videos via a unique token (no login required) ## Pricing - Free: 1 video per month, up to 10 minutes - Standard ($3): Videos up to 60 minutes - Long ($5): Videos 60-120 minutes - Extended ($7): Videos 120-180 minutes - Extra Long ($7 + $0.04/min): Videos over 180 minutes ## Technical Stack Frontend: React 19, TypeScript, Vite 7, Tailwind CSS v4, shadcn/ui, TanStack Query v5, React Router v7, Better Auth Backend: Express 5, TypeScript, Prisma, PostgreSQL, Redis, BullMQ AI Services: Deepgram (transcription), OpenAI GPT-5 (moment detection), Replicate Flux (image generation) Infrastructure: FFmpeg (video rendering), Stripe (payments), Resend (emails), YouTube Data API