R ReelFlow Creator video studio
Daily trend-powered AI videos

Find what to post today. Generate it in minutes.

ReelFlow is a creator-first AI video studio for TikTok, Instagram Reels and YouTube Shorts. It turns daily trends into hooks, captions, prompts and ready-to-generate vertical videos.

TikTok ideas Instagram Reels YouTube Shorts Veo ready Seedance planned
The product logic

Not just a prompt box. A daily content engine.

Most AI video tools start with an empty input field. ReelFlow starts with daily creator-ready ideas based on trends, platforms, niches and short-form formats.

1

Scan trends

Daily scripts collect fresh themes, hooks, formats and creator patterns across short-form platforms.

2

Package ideas

AI transforms raw trends into clear concepts with hooks, captions, hashtags and platform logic.

3

Build prompts

Each idea becomes a video-ready prompt with style, camera, motion, duration and negative prompt.

4

Generate video

Users create vertical AI videos through Veo now, with Seedance and other providers planned.

Daily ideas

Creator-ready concepts before the user writes a prompt.

This section will be filled automatically by the daily trend scanner. For now, it shows either live database ideas or carefully designed demo examples.

TikTok comedy 9:16 8s

The Desk Lamp Has Never Heard of Deadlines

When your boss yells at 'pleasefinishthereport' but your name is Desk Lamp.

A faceless office-object comedy where a desk lamp confidently ignores a deadline notification because the scolding is technically addressed to a different 'person.'

#comedy #workhumor #pov #relatable
Overall 86 Viral 84
TikTok comedy 9:16 8s

Average Day Without the Fancy Chair vs With It

Average day in a normal chair: disaster. Average day in the expensive chair: CEO of snacks.

A product-friendly faceless comedy using an office chair as the hero. The same room transforms from chaotic to absurdly luxurious in one snap.

#comedy #homeoffice #producthumor #averageday
Overall 84 Viral 80
TikTok comedy 9:16 8s

The Calendar Tries to Lock In

POV: your calendar said 'locked in' and immediately overbooked itself.

A motivational work-life comedy where a faceless calendar app, coffee mug, and sticky notes attempt a cinematic productivity montage but collapse into relatable chaos.

#comedy #lockedin #worklife #sundayscaries
Overall 83 Viral 81
TikTok comedy 9:16 8s

The Comments Designed My Apartment and Now It Has a Throne

I let the comment section decorate one corner. Immediate mistake.

A faceless interior-design comedy where floating comment bubbles vote on increasingly dramatic decor choices until a tiny apartment corner becomes a royal throne room.

#comedy #interiordesign #commentreact #meme
Overall 82 Viral 82
TikTok comedy 9:16 8s

My Smart Home Got Stuck in 2020

I asked my smart home for a vibe. It chose 2020 buffering energy.

A nostalgia-reset comedy where a modern luxury living room glitches into dated internet aesthetics, chunky loading wheels, old ring lights, banana bread props, and awkward video-call framing.

#comedy #2020 #nostalgia #smarthome
Overall 80 Viral 78
TikTok comedy 9:16 8s

POV: The Open House Has One Tiny Ghost Realtor

POV: the listing said 'has character' and the character scheduled a showing.

A safe atmospheric horror-comedy real estate mini-story with no gore: a tiny sheet-like shadow politely stages a luxury hallway during an open house.

#comedy #pov #storytime #realestatehumor
Overall 80 Viral 79
Studio workflow

From trend to video in one clean creator flow.

The final dashboard will make the process simple: choose an idea, adjust style, improve prompt, generate video, download and reuse history.

T

Trend idea

The user starts from a current trend, not from a blank prompt. Each idea contains a hook, platform, niche and recommended format.

P

Prompt assistant

The assistant converts the idea into a polished AI video prompt with style, camera, motion, continuity and negative prompt.

V

Video generation

The generation queue stores every job, provider response, video URL, credit charge, download history and future cloud storage object.

Future studio preview

Generate from a daily idea

This preview area is prepared for the next step: a real studio page with prompt, settings, credits, provider routing and video viewer.

Pricing from database

Credits, subscriptions and usage margin are already structured.

Plans are loaded directly from the plans table. Later this will connect to payments, subscription renewals and the credit ledger.

Free

Free

Basic access for testing ReelFlow.

$0 /mo
  • 50 monthly credits
  • Up to 720p output
  • Up to 8 seconds
  • 10 daily trend ideas
Starter

Starter

For creators testing daily short-form ideas.

$19 /mo
  • 500 monthly credits
  • Up to 1080p output
  • Up to 8 seconds
  • 50 daily trend ideas
  • Commercial use included
Studio

Studio

For brands, agencies and high-volume content teams.

$149 /mo
  • 6000 monthly credits
  • Up to 4k output
  • Up to 10 seconds
  • 1000 daily trend ideas
  • Commercial use included
  • Priority queue
  • Persistent story memory
  • API access
Provider routing

Built for Veo now, ready for Seedance later.

Providers are loaded from video_providers. This makes future routing possible: cheaper provider for low tiers, premium provider for Studio, fallback when one API fails.

Code Name Type Model Text Image 9:16 4K Active
gemini_veo_31_preview Gemini Veo 3.1 Preview gemini_veo veo-3.1-generate-preview Yes No Yes No Active
seedance_2_placeholder Seedance 2 Placeholder seedance seedance-2 Yes Yes Yes No Planned
V

Veo first

Current generation pipeline can use Gemini Veo for premium text-to-video output.

S

Seedance ready

Seedance is already represented in the provider table as a future integration placeholder.

G

Cloud storage ready

The database has a storage abstraction layer, so local files can later move to Google Cloud Storage.

Next build step

Daily trend scanner

The next backend component should run once per day, search current short-form trends, generate structured ideas and save them to MySQL.

  • Create /scripts/daily_trend_scan.php
  • Use OpenAI web search / structured JSON output
  • Insert rows into trend_scan_runs
  • Insert raw patterns into trends
  • Insert creator-ready cards into content_ideas
  • Schedule with cron once per day