[Feature]: Video preview #6851
Closed
rogerkerse
started this conversation in
Ideas
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Before submitting
Area
apps/desktop
Problem or use case
The same issue is on desktop and on ios app actually.
From claude code I can ask to record a video of the feature that it built and it embeds it in the response in chat. So it is super useful to validate what happened on the go without having to read through the chat or run the application. Especially on mobile actually.
When I asked the same thing inside t3 code, then it just gave me local hyperlink to a file which opened my coding editor which doesn't even support video playback. And on mobile I just see the video path, but it is not clickable.
Not sure what is the same with images, but I constantly ask images from AI as well, so same preview would be useful (maybe it exists).
🤞
Proposed solution
When agent responds with video path, we could replace it with embedded video preview/player. And have it be possible to stream to mobile as well.
Why this matters
Faster and on the go feature approval and validation.
Smallest useful scope
Replace video paths with video previews.
Alternatives considered
No response
Risks or tradeoffs
No response
Examples or references
Claude Code
Contribution
All reactions