Skip to content

Refactor: Replace 3D immersive homepage with SEO-optimized professional SPA#135

Draft
Copilot wants to merge 4 commits intomainfrom
copilot/refactor-personal-website-spa-again
Draft

Refactor: Replace 3D immersive homepage with SEO-optimized professional SPA#135
Copilot wants to merge 4 commits intomainfrom
copilot/refactor-personal-website-spa-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 30, 2026

The site prioritized experimental 3D graphics over discoverability and conversion. Rebuilt homepage as a performant, recruiter-focused landing page for AI Product Management positioning.

Changes

Homepage Transformation

  • Replaced React-Three-Fiber 3D scene with static professional layout
  • Reduced homepage bundle: 200KB+ → 3.68KB (98% reduction)
  • Preserved old 3D experience in pages/index-old-3d.tsx for reference

SEO & Metadata

  • Comprehensive meta tags targeting "AI Product Manager" keywords
  • JSON-LD Person schema with expertise and social links
  • Optimized Open Graph/Twitter Card metadata for LinkedIn sharing
  • Canonical URLs and maintained sitemap generation

Mobile Responsiveness

  • Hamburger navigation for mobile viewports
  • Responsive typography and grid layouts
  • Touch-optimized CTAs

Content Architecture

Hero → Core Expertise → Experience → Skills → Recent Thinking → Contact

Each section designed for scan-ability by recruiting professionals:

  • Clear value props (10+ years, $10M+ revenue impact, 15+ launches)
  • Direct contact CTAs (email, phone, resume link)
  • Professional aesthetic with gradient accents

Build Optimization

  • Simplified build script (removed embeddings requirement)
  • Updated Next.js config (removed 3D-specific optimizations)
  • Static generation for all routes

Technical Details

Before:

// Complex 3D scene with physics, games, cinematics
<Scene3D world={worldConfig} articles={articles} />

After:

// Static sections optimized for conversion
<Hero />
<CoreExpertise />
<Experience />
<Contact />

Bundle Impact:

Route                Size      First Load
/ (old)             10.1 kB   203 kB
/ (new)             3.68 kB   182 kB

Screenshots

Desktop Homepage

Homepage

Documentation

  • README.md - Updated project overview and installation
  • REFACTOR_SUMMARY.md - Detailed migration notes and rationale
Original prompt

I’m tired of having such an absurd personal website and want to instead do a basics approach refractor! Take what we have as an idea and turn it into a super performant SPA focused on SEO and social traffic to drive recruiters to me for AI product management.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@vercel
Copy link
Copy Markdown

vercel Bot commented Jan 30, 2026

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

Project Deployment Actions Updated (UTC)
next-docs-search Ready Ready Preview, Comment Jan 30, 2026 5:53am

Copilot AI and others added 3 commits January 30, 2026 05:45
…ssional AI PM focused design

Co-authored-by: alexwelcing <13339261+alexwelcing@users.noreply.github.com>
Co-authored-by: alexwelcing <13339261+alexwelcing@users.noreply.github.com>
Co-authored-by: alexwelcing <13339261+alexwelcing@users.noreply.github.com>
Copilot AI changed the title [WIP] Refactor personal website to a performant SEO-focused SPA Refactor: Replace 3D immersive homepage with SEO-optimized professional SPA Jan 30, 2026
Copilot AI requested a review from alexwelcing January 30, 2026 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants