Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 5
Deploy Studio to official website at /studio/#25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
81cadce2c222e5c6da2152f005b00d4f622d51e543613f8c7f26b6fb276395f97aeacb4461f76File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,192 @@ | ||||||
| # Object UI Studio | ||||||
| The **Object UI Studio** is a powerful, interactive visual editor that allows you to design and prototype user interfaces without writing code. It combines a drag-and-drop designer, live preview, and instant JSON export capabilities. | ||||||
| ## 🚀 Quick Access | ||||||
| <div class="tip custom-block"> | ||||||
| <p><strong>Try it now!</strong></p> | ||||||
| <p>Access the Studio at: <a href="/studio/" target="_blank">/studio/</a></p> | ||||||
CopilotAI | ||||||
| <p>Access the Studio at: <ahref="/studio/"target="_blank">/studio/</a></p> | |
| <p>Access the Studio at: <ahref="/studio/">/studio/</a></p> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -10,6 +10,9 @@ hero: | ||
| alt: Object UI | ||
| actions: | ||
| - theme: brand | ||
| text: Try Studio Now | ||
| link: /studio/ | ||
| - theme: alt | ||
| text: Get Started | ||
| link: /guide/introduction | ||
| - theme: alt | ||
| @@ -76,6 +79,19 @@ features: | ||
| That's it! This JSON automatically creates a beautiful, accessible, and functional contact form. | ||
| ## 🎨 Try the Visual Studio | ||
| <div class="tip custom-block" style="border-color: #6366f1;"> | ||
| <p class="custom-block-title" style="color: #6366f1;">✨ Experience Object UI Studio</p> | ||
| <p>Explore our interactive visual editor with drag-and-drop design, live preview, and instant JSON export. Perfect for prototyping and learning!</p> | ||
| <p style="margin-top: 12px;"> | ||
| <a href="/studio/" style="display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; border-radius: 8px; text-decoration: none; font-weight: 600; box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3); transition: all 0.3s;"> | ||
CopilotAI | ||
| 🚀 Launch Studio | ||
| <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14"/><path d="m12 5 7 7-7 7"/></svg> | ||
| </a> | ||
| </p> | ||
| </div> | ||
| ## Why Object UI? | ||
| <div class="tip custom-block"> | ||
CopilotAIJan 14, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The filter name
@apps/playgroundappears inconsistent with typical monorepo naming conventions. Verify this matches the actual package name inapps/playground/package.json. Standard convention would be either@objectui/playgroundor justplaygroundwithout the@apps/scope.