📊 Dashboard
0
Videos
0
Posters
16
Cast Members
0
News Items
Days to Release
Off
Live Status
Quick Actions
Recent News
No news posted yet.
➕ Add Video
Paste the full YouTube URL or just the video ID
Movie Posters — Swipe Stack (Recommended: 400×600px portrait)
💡 You can select multiple files at once. Images are automatically compressed and shown in the swipe stack on the main site. Original aspect ratio is preserved.
All 16 Characters — Click photo circle to upload image

Changes apply to the main site on next page load
Post New Update
🖼
Shown in news card
Published Updates
No news posted yet.
➕ Add Song / Album / Playlist
In Spotify app: click ··· → Share → Copy Link to Track
Tracks on Site
No tracks yet.
Stream Status
Offline Not streaming
Stream Configuration
YouTube Studio → Channel → About → Share → Copy Channel ID
🔐 Change Admin Credentials
🔥 Firebase Config
Get these values from Firebase Console → Project Settings → Web App
🌐 Site Toggles
Show Scam Popups
Show DM Notifications
Floating Hearts
These preferences are read by vegaleela.html on load.
🖼 Story Section Poster
Appears beside "A Wholesome Entertainer" on the main site.
🎬
Portrait image recommended
🪣 Firebase Storage Rules
If uploaded images aren't displaying, your Storage rules need to allow public reads. Go to Firebase Console → Storage → Rules and replace everything with:
rules_version = '2';
service firebase.storage {
  match /b/{bucket}/o {
    match /{allPaths=**} {
      allow read: if true;
      allow write: if true;
    }
  }
}
🔥 Open Firebase Rules
⚠ Danger Zone
✓ Saved
Uploading to Firebase...
0%