Veo Video Studio
"Veo Video Studio: A FREE,
good-looking UI for using Veo 3
without having to navigate Google Cloud Console."
"Veo Video Studio: A FREE,
good-looking UI for using Veo 3
without having to navigate Google Cloud Console."
Veo Video Studio persists prompts and results locally in your browser and has an integrated prompt builder.
Everything is done locally, and your credentials aren't stored anywhere!
Crystal_Slime_Cube_Impact.mp4
Slime_and_Honeycomb_Crunch_Video.mp4
Deep_Space_Pearl_Swirl_Video_Generation.mp4
- Install dependencies:
bun install - Run the app:
bun run dev
- Upload your Google Cloud Service Account JSON in the app's lock screen to authenticate.
- The key is processed locally in your browser and never sent to any server.
- Required fields:
type,project_id,private_key_id,private_key,client_email,client_id,auth_uri,token_uri,auth_provider_x509_cert_url,client_x509_cert_url,universe_domain.
- Keep credentials in memory only and clear when disconnecting.
- Use HTTPS and a secure origin to enable WebCrypto for JWT signing.

