Skip to content

Migrate portfolio from React/Vite to Astro 5 using nikola-tesla template#3

Draft
Copilot wants to merge 4 commits into
astro-migrationfrom
copilot/convert-personal-site-to-astro-template
Draft

Migrate portfolio from React/Vite to Astro 5 using nikola-tesla template#3
Copilot wants to merge 4 commits into
astro-migrationfrom
copilot/convert-personal-site-to-astro-template

Conversation

Copy link
Copy Markdown

Copilot AI commented Nov 13, 2025

Converted portfolio to Astro 5 framework using the nikola-tesla template architecture while preserving all content and matching the demo's aesthetics.

Stack Changes

  • Framework: React 18 + Vite → Astro 5.7.5 + React 19 (islands)
  • Styling: CSS Modules → TailwindCSS 4
  • Rendering: Client-side SPA → Server-side with selective hydration
  • Deployment: Vite build → Vercel adapter with SSR

Structure

  • Converted React components to .astro files for static content
  • Retained React for interactive elements (navigation, background shader)
  • Split monolithic SPA into distinct routes: /, /projects, /about, /contact
  • Migrated all 8 projects, 3 experience entries, skills, and contact information

Key Features

  • Animated warp background (Paper Design Shaders) on home page and vertical sidebar
  • Responsive navigation with mobile drawer
  • Server-rendered with client:load directives for interactive components
  • Optimized asset handling via Astro's built-in image optimization

Design Updates (Matching Demo Aesthetics)

  • InfoLayout: Added vertical animated sidebar on the left side of all pages (except home)
  • Minimal Design: Removed card-based layouts for cleaner, content-focused appearance
  • Typography: Implemented larger text sizes (text-xl, text-2xl) with improved spacing
  • ExternalLink Component: Added reusable link component with animated arrow icons
  • Footer: Minimal fixed footer with icon-based navigation
  • Color Palette: Simplified to use zinc-100/400/500 for better hierarchy

Screenshots

Home: Warp shader background with hero content

Projects: Clean grid with vertical animated sidebar

About: Large typography with minimal design

Contact: Minimal contact page matching demo style

> [!WARNING]
>
>

Original prompt

Convert my personal website to thisf astro template: https://github.com/iann-mathaiya/nikola-tesla


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@vercel
Copy link
Copy Markdown

vercel Bot commented Nov 13, 2025

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

Project Deployment Preview Comments Updated (UTC)
react-portfolio Ready Ready Preview Comment Nov 13, 2025 8:18am

Co-authored-by: Akshat-Kalra <93530371+Akshat-Kalra@users.noreply.github.com>
Co-authored-by: Akshat-Kalra <93530371+Akshat-Kalra@users.noreply.github.com>
Copilot AI changed the title [WIP] Convert personal website to thisf astro template Migrate portfolio from React/Vite to Astro 5 using nikola-tesla template Nov 13, 2025
Copilot AI requested a review from Akshat-Kalra November 13, 2025 07:44
@Akshat-Kalra
Copy link
Copy Markdown
Owner

@copilot i also want similar aesthetics as the demo one

Co-authored-by: Akshat-Kalra <93530371+Akshat-Kalra@users.noreply.github.com>
Copy link
Copy Markdown
Author

Copilot AI commented Nov 13, 2025

@copilot i also want similar aesthetics as the demo one

Updated the site to match the nikola-tesla demo aesthetics in commit 010714d:

  • Added InfoLayout with vertical animated sidebar on the left
  • Removed card-based designs for cleaner, minimal look
  • Implemented larger typography with better spacing
  • Added ExternalLink component with animated arrow icons
  • Updated footer to be minimal and fixed at bottom
  • Simplified all pages to match demo's clean aesthetic

Projects page with new design:
Projects

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • fonts.google.com
    • Triggering command: node /home/REDACTED/work/React-Portfolio/React-Portfolio/node_modules/.bin/astro build (dns block)
    • Triggering command: node /home/REDACTED/work/React-Portfolio/React-Portfolio/node_modules/.bin/astro dev --host 0.0.0.0 (dns block)
  • telemetry.astro.build
    • Triggering command: node /home/REDACTED/work/React-Portfolio/React-Portfolio/node_modules/.bin/astro build (dns block)
    • Triggering command: node /home/REDACTED/work/React-Portfolio/React-Portfolio/node_modules/.bin/astro dev --host 0.0.0.0 (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

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