Skip to content
DiscordTwitterLinkedInInstagram

Video Embedding Support

Video Embedding Support

This release introduces flexible video embedding for all generated projects.
CodePup AI now supports embedding videos from any valid video URL, not just YouTube.
Whether your video is hosted on a public platform, a CDN, or a private blob storage link, CodePup AI can integrate it directly into your application.


Embed Any Video URL

Provide any accessible video link, like YouTube, Vimeo, cloud links, or blob storage URLs, and CodePup AI will embed it without additional configuration.

Advanced Player Controls

CodePup AI can generate players with enhanced controls such as playback speed, timestamps, shortcuts, and responsive behavior.

Works Across All Project Types

Video embedding is supported inside landing pages, blogs, dashboards, documentation sites, and full UIs generated through prompts.


  1. Paste or include any valid video URL inside your modification or generation prompt.
  2. Specify where in the layout you want the video to appear (hero section, content block, sidebar, modal, etc.).
  3. CodePup AI generates a fully responsive video component and places it in the requested location.
  4. Player attributes can be customized:
    • autoplay
    • loop
    • mute
    • custom controls
    • keyboard shortcuts
    • fullscreen support

CodePup AI can embed videos from:

  • YouTube
  • Vimeo
  • Cloud and CDN video URLs
  • Private blob storage links
  • Internal media servers
  • Any public video payload with a valid MIME type

  • Video uploads (from the user’s device) are not yet supported.
  • Videos must currently be accessible via URL.
  • Private links that require authentication may not render unless publicly accessible.

Future versions will support direct short-video uploads, storing them inside the generated codebase and embedding them automatically.
This will allow seamless integration of user-provided clips without relying on external URLs.

CodePup AI is continuing to expand its media handling capabilities to support richer, more dynamic applications.