Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 15, 2026

The homepage had a marketing-focused design (hero section, decorative animations, excessive whitespace) unsuitable for a professional development tool.

Changes

Header

  • Reduced height: 64px → 56px
  • Simplified buttons: removed shadows, reduced padding, changed "New Design" → "New"
  • Removed decorative elements (blur, heavy borders)

Hero Section Removed

  • Large headline "Build Stunning Interfaces, Purely from JSON"
  • Marketing copy and product description
  • Decorative blur animations, pulsing badges, transform effects
  • Padding reduced: py-16py-6

Category Navigation

  • Changed from pill-style buttons to tab navigation with bottom border (VS Code-style)
  • Shows counts inline: "Layouts (3)"
  • Active state indicated by border-bottom instead of background fill

Template Grid

  • Increased density: 3 → 4 columns on xl screens
  • Simplified cards: removed decorative mock windows, animations, overlays
  • Card height: fixed 288px → dynamic with aspect-video
  • Clean hover: border color change only

Routing Fix

  • Template navigation corrected: /${key}/studio/${key}

Code Impact

apps/playground/src/pages/Home.tsx: +77 / -108 lines

Before / After

Before - Marketing Landing Page:
before

After - Professional Tool Interface:
after

Category View (Data Display):
category

The new design aligns with professional development tools (VS Code, Figma, CodeSandbox) - information-dense, minimal decoration, functional hierarchy.

Original prompt

简化studio首页,你必须像一个专业的开发工具


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@vercel
Copy link

vercel bot commented Jan 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
objectui-playground Ready Ready Preview, Comment Jan 15, 2026 4:13am

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot AI changed the title [WIP] Simplify studio homepage for better user experience Simplify studio homepage to professional development tool aesthetic Jan 15, 2026
Copilot AI requested a review from hotlong January 15, 2026 03:28
@hotlong hotlong requested review from Copilot and removed request for hotlong January 15, 2026 03:59
Copy link
Contributor

Copilot AI left a 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

@github-actions github-actions bot added the apps label Jan 15, 2026
huangyiirene and others added 2 commits January 15, 2026 12:12
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@github-actions
Copy link

✅ All checks passed!

  • ✅ Type check passed
  • ✅ Tests passed
  • ✅ Lint check completed

2 similar comments
@github-actions
Copy link

✅ All checks passed!

  • ✅ Type check passed
  • ✅ Tests passed
  • ✅ Lint check completed

@github-actions
Copy link

✅ All checks passed!

  • ✅ Type check passed
  • ✅ Tests passed
  • ✅ Lint check completed

@huangyiirene huangyiirene marked this pull request as ready for review January 15, 2026 04:24
@huangyiirene huangyiirene merged commit dba6eab into main Jan 15, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants