Improve results
Embedding videos
Embed YouTube videos or upload files to your repository for rich media in your apps.
There are two ways to add video to your Startbase project:
Link to an external video
The simplest approach is embedding a hosted video. YouTube is the most common choice because it handles transcoding, streaming, and bandwidth for you.
Embed this YouTube video in the hero section:
https://www.youtube.com/watch?v=YOUR_VIDEO_IDUpload to your public folder
You can also upload video files directly to the public/ folder in your project and reference them by path.
Large video files increase your project size, which slows down cloning and preview startup times. For anything over a few MB, hosted services (YouTube, S3, Cloudflare Stream) are a better choice.
Add the video from public/demo.mp4 to the
introduction section of the landing page.