
Sora UI has officially moved to our new domain: ui.soralabs.studio.
As our component registry, primitives collection, and CLI tools continue to grow, moving to soralabs.studio unites the entire Sora Labs open-source ecosystem under a cleaner, dedicated home.
The new domain is fully live, and visiting the legacy domain (ui.soralabs.io.vn) now automatically redirects to ui.soralabs.studio.
Here is a summary of the migration details and what it means for your projects.
What has changed
1. New Official Web Address
- Official Domain (Live):
https://ui.soralabs.studio - Legacy Domain (Redirecting):
https://ui.soralabs.io.vn
All documentation, component showcases, interactive catalogs, and API references are now served directly from ui.soralabs.studio.
2. Automatic 301 Permanent Redirects
You don't need to worry about broken bookmarks or external links. Every URL on ui.soralabs.io.vn — from individual primitive pages (/motion/*, /ui/*) to catalog layouts (/catalog/*) and blog articles (/blog/*) — automatically and permanently redirects (HTTP 301) to its exact counterpart on ui.soralabs.studio.
3. CLI & Registry Compatibility
Your local development workflow and CI/CD pipelines continue to work without interruption:
- Sora CLI:
npx @soralabsoss/sora-cli add <component>resolves seamlessly against the updated endpoints. - shadcn/ui CLI:
npx shadcn@latest add @soralabs/<component>continues fetching schemas with automatic redirect handling. - MCP Server: Tools querying docs and registry metadata route directly to
ui.soralabs.studio.
Recommended Next Steps
While existing links and CLI commands redirect automatically, we recommend:
- Update Your Bookmarks: Bookmark ui.soralabs.studio for direct access.
- Update Hardcoded URLs: If your internal docs, starter templates, or CI configurations reference
ui.soralabs.io.vn, update them toui.soralabs.studio.
If you notice any broken links or unexpected behavior, please report it on GitHub or via our Community Discussions.