Video Generation Admin

Request Access

Video generation is costly. To prevent abuse, access is not automatic. Please enter your email to be added to the waitlist.

To be approved quickly, please send an email to brian.giannini.1@gmail.com.

Sign In to Continue

Your access request is pending.

To be approved faster, please send an email to brian.giannini.1@gmail.com so the admin can enable your account.

Your account is not on the invite list.

Please use the "Request Access" form above, then email brian.giannini.1@gmail.com to be approved.

Generate a New Video (Fast Quality Only)

Your Video

Download Video

Hackathon Demo Interface

Welcome! This website was built specifically for the hackathon demo to allow for easy testing.

How This Demo Works (The "Admin" Flow)

  1. You request access with your email (which the admin approves in Firestore).
  2. You sign in with Google to verify your identity.
  3. You write a prompt and click "Generate".
  4. This site securely calls the private Google ADK agent (running on Cloud Run).
  5. The agent generates the video and saves it to a private cloud storage folder.
  6. This site creates a secure, temporary link and displays the video for you above.

The Real-World Production Flow (The "Stream" Flow)

In the primary use case, this system is fully automated for a live YouTube stream:

  1. A viewer sends a donation on YouTube with a video prompt.
  2. Streamer.bot (on the streamer's PC) catches the donation.
  3. Streamer.bot securely calls the exact same Cloud Run agent you are testing now.
  4. The video is saved to a separate, private cloud folder.
  5. A separate script on the streamer's PC downloads the new video.
  6. The script plays the video, which is then captured by the OBS streaming software and broadcast live.