V7.12.289 Submit Video · Auth Gate Test

Submit Video

Creators submit a pending row to sb_submissions after the shared Auth Gate allows the signed-in session. Review Queue is the only place that approves and publishes into sb_movies.

Auth Gate → signed inSubmit → sb_submissionsStatus → pendingReview Queue → publishPublic Library → sb_movies
Checking foundation...
Loading Submit Video...
🎬⬆️

Creator safety

Submit Video never writes directly to sb_movies. It only creates pending sb_submissions rows for Review Queue.

How this page works

1. Auth Gate first

Signed-out users are blocked before the creator submission page is used.

2. Open overlay form

Keep the page tidy while the full submission form opens in a scrollable overlay.

3. Poster URL

Upload an image or paste a public poster URL. This becomes thumbnail_url.

4. Submit pending

The form inserts one pending row into sb_submissions.

5. Review Queue

Admin approves and publishes to sb_movies.

Recent submissions

Submit Video V7.12.289 auth gate test: signed-in creator submission + clean Creator rail + overlay form + pending sb_submissions write only.