{"id":50145775,"url":"https://github.com/trycua/launchpad","last_synced_at":"2026-05-24T04:05:35.692Z","repository":{"id":352728844,"uuid":"1139357735","full_name":"trycua/launchpad","owner":"trycua","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-24T02:49:09.000Z","size":59698,"stargazers_count":497,"open_issues_count":4,"forks_count":66,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-04-20T22:47:31.895Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trycua.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-21T21:22:00.000Z","updated_at":"2026-04-16T17:32:54.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/trycua/launchpad","commit_stats":null,"previous_names":["trycua/launchpad"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/trycua/launchpad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trycua%2Flaunchpad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trycua%2Flaunchpad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trycua%2Flaunchpad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trycua%2Flaunchpad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trycua","download_url":"https://codeload.github.com/trycua/launchpad/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trycua%2Flaunchpad/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33420664,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"online","status_checked_at":"2026-05-24T02:00:06.296Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-24T04:05:32.759Z","updated_at":"2026-05-24T04:05:35.683Z","avatar_url":"https://github.com/trycua.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://cua.ai\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" alt=\"Cua logo\" width=\"150\" srcset=\"img/logo_white.svg\"\u003e\n      \u003csource media=\"(prefers-color-scheme: light)\" alt=\"Cua logo\" width=\"150\" srcset=\"img/logo_black.svg\"\u003e\n      \u003cimg alt=\"Cua logo\" width=\"500\" src=\"img/logo_black.svg\"\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n\n  \u003cbr/\u003e\n\n  \u003ca href=\"https://remotion.dev\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Built%20with-Remotion-5851DB\" alt=\"Built with Remotion\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/trycua/launchpad/blob/main/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/License-MIT-green.svg\" alt=\"MIT License\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cvideo src=\"https://github.com/user-attachments/assets/78347b08-e36a-43ce-a781-31c114c333fd\" width=\"600\" autoplay loop muted playsinline\u003e\n    Your browser does not support the video tag.\n  \u003c/video\u003e\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\nA monorepo for creating product launch videos using **Remotion**, **Next.js**, and **TailwindCSS**. Built for teams who want to make videos with React instead of traditional video editors.\n\nWorks great with **Claude Code** + [Remotion Skills](https://github.com/remotion-dev/skills).\n\n\u003e [!NOTE]\n\u003e If you find this project useful, consider giving [Cua](https://github.com/trycua/cua) a star!\n\n---\n\n## Quick Start\n\n```bash\n# Install dependencies\npnpm install\n\n# Create a new video project\npnpm create-video\n\n# Open Remotion Studio\npnpm remotion\n\n# Render video\npnpm render\n```\n\n---\n\n## Project Structure\n\n```\nlaunchpad/\n├── packages/\n│   ├── shared/         # Reusable components (FadeIn, SlideUp, TextReveal)\n│   └── assets/         # Brand assets (colors, fonts, sounds)\n├── videos/\n│   ├── _template/      # Template for new videos\n│   └── cuabench/       # Example video project\n├── scripts/\n│   └── create-video.ts # CLI to scaffold new videos\n└── docs/               # Documentation\n```\n\n---\n\n## Packages\n\n| Package | Description |\n|---------|-------------|\n| `@launchpad/shared` | Reusable Remotion components and hooks |\n| `@launchpad/assets` | Brand colors, fonts, and sound effects |\n\n---\n\n## Example Video\n\nThe `videos/cuabench/` directory contains a complete example showing:\n\n- Word-by-word text animations\n- Terminal and code editor scenes\n- Counter animations with easing\n- Video transitions\n- Sound effects and background music\n\n```bash\npnpm --filter @launchpad/cuabench remotion\n```\n\n---\n\n## Using with Claude Code\n\nInstall Remotion skills for AI-assisted video development:\n\n```bash\nnpx skills add remotion-dev/skills\n```\n\nThen describe what you want:\n\n\u003e \"Create an intro scene with word-by-word text reveal, white text on dark background\"\n\nSee [Claude Code Workflow](./docs/CLAUDE_CODE_WORKFLOW.md) for details.\n\n---\n\n## Commands\n\n| Command | Description |\n|---------|-------------|\n| `pnpm create-video` | Create a new video project |\n| `pnpm remotion` | Open Remotion Studio |\n| `pnpm dev` | Start Next.js preview |\n| `pnpm render` | Render video locally |\n| `pnpm build` | Build all packages |\n\n---\n\n## Resources\n\n- [Getting Started](./docs/GETTING_STARTED.md)\n- [Creating Videos](./docs/CREATING_VIDEOS.md)\n- [Shared Components](./docs/SHARED_COMPONENTS.md)\n- [Remotion Documentation](https://remotion.dev/docs)\n\n---\n\n## Contributing\n\nContributions are welcome! Please see our contributing guidelines.\n\n---\n\n## License\n\nMIT License - see [LICENSE](./LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrycua%2Flaunchpad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrycua%2Flaunchpad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrycua%2Flaunchpad/lists"}