Add Laudos.AI launch video with Remotion and Next.js #2
+2,055
−207
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces a complete launch video for Laudos.AI built with Remotion and Next.js. The video showcases the product's key features through a 5-scene narrative that highlights the problem radiologists face, the solution's capabilities, and a live demo of the AI-powered laudo generation system.
Key Changes
Project Setup: Added Next.js 16 configuration with Remotion integration, including webpack overrides and transpilation of shared packages
Video Composition: Created a full 45-second launch video (
FullVideo.tsx) composed of 5 sequential scenes:Design System: Implemented clean, professional white design with:
Audio: Integrated 9 sound effects (whoosh, pop, typing, etc.) synchronized with animations for enhanced engagement
Web Preview: Added Next.js page (
/src/app/page.tsx) with Remotion Player for previewing the video in developmentStyling: Configured Tailwind CSS v4 with PostCSS for the Next.js app
Notable Implementation Details
Sequencecomponent@launchpad/shared,@launchpad/assets) are transpiled for compatibilityScripts
pnpm dev: Run Next.js development server with video previewpnpm remotion: Open Remotion Studio for full editingpnpm render: Render final video at full qualitypnpm render:preview: Render at 50% scale for quick testing