-
Notifications
You must be signed in to change notification settings - Fork 0
Simplify studio homepage to professional development tool aesthetic #68
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
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.
Pull request overview
This PR transforms the Object UI Studio homepage from a marketing-focused landing page to a professional development tool interface, aligning it with industry-standard IDEs like VS Code and Figma.
Changes:
- Simplified header styling with reduced height (64px → 56px) and minimalist button design
- Removed hero section including marketing copy, decorative animations, and excessive whitespace
- Replaced pill-style category buttons with tab-based navigation featuring VS Code-style bottom borders
- Increased template grid density (3 → 4 columns) with cleaner, more compact card designs
Comments suppressed due to low confidence (1)
apps/playground/src/pages/Home.tsx:38
- The header button label was shortened from "New Design" to just "New", which may be too terse and could confuse users about what type of new item will be created. In a professional tool, clarity is important. Consider keeping "New Design" or using an alternative like "New Project" to maintain clarity.
New
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
✅ All checks passed!
|
2 similar comments
|
✅ All checks passed!
|
|
✅ All checks passed!
|
The homepage had a marketing-focused design (hero section, decorative animations, excessive whitespace) unsuitable for a professional development tool.
Changes
Header
Hero Section Removed
py-16→py-6Category Navigation
Template Grid
aspect-videoRouting Fix
/${key}→/studio/${key}Code Impact
apps/playground/src/pages/Home.tsx: +77 / -108 linesBefore / After
Before - Marketing Landing Page:

After - Professional Tool Interface:

Category View (Data Display):

The new design aligns with professional development tools (VS Code, Figma, CodeSandbox) - information-dense, minimal decoration, functional hierarchy.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.