A Sora web client waiting for its API to exist
A ready-to-deploy frontend that generates videos via text prompts—provided you bring a fake API backend until OpenAI actually releases Sora.

What it does
SoraWebui is a web interface that promises text-to-video generation through OpenAI’s Sora model. It ships with Google One Tap authentication and is packaged for one-click Vercel deployment. For now, it routes requests through FakeSoraAPI—a stand-in backend—because OpenAI has not yet released the official Sora API.
The interesting bit The project treats Sora’s launch as an inevitability and offers the scaffolding, not the engine. It is essentially a pre-built SaaS storefront complete with auth, environment-based configuration, and a Stripe payment slot penciled into the roadmap. The value proposition is time-to-market: the UI is ready even if the model isn’t.
Key highlights
- Frontend built for OpenAI’s Sora API, currently wired to
FakeSoraAPIfor prototyping - Google and Google One Tap authentication already implemented
- Designed for rapid Vercel deployment with environment-based config
- Stripe payment integration listed as upcoming
- Multilingual README support (English, Chinese, Japanese)
Caveats
- Cannot produce real Sora videos today; entirely dependent on OpenAI’s future API release
- Requires running a separate
FakeSoraAPIbackend to function at all - The README is vague on what
FakeSoraAPIactually returns or how it mimics Sora’s behavior
Verdict Grab this if you want to be the first to launch a Sora-powered video app the moment the API drops, or if you need a polished UI prototype to show investors. Skip it if you need working AI video generation now.
Frequently asked
- What is SoraWebui/SoraWebui?
- A ready-to-deploy frontend that generates videos via text prompts—provided you bring a fake API backend until OpenAI actually releases Sora.
- Is SoraWebui open source?
- Yes — SoraWebui/SoraWebui is open source, released under the Apache-2.0 license.
- What language is SoraWebui written in?
- SoraWebui/SoraWebui is primarily written in TypeScript.
- How popular is SoraWebui?
- SoraWebui/SoraWebui has 2.4k stars on GitHub.
- Where can I find SoraWebui?
- SoraWebui/SoraWebui is on GitHub at https://github.com/SoraWebui/SoraWebui.