This project is made with the help of Claude (1M context).
Personal portfolio site for Darsh Gupta — full-stack developer with 5+ years shipping production web platforms.
A portfolio site showcasing work, skills, projects, mentorship experience, and contact. Built with Next.js App Router for performance, Framer Motion for subtle motion design, and a clean monospace aesthetic via JetBrains Mono.
- Hero — Tagline and intro
- Work — Featured projects with case studies
- About — Experience, skills, OSS contributions
- Contact — Form + direct links
- Stats — 5 years, 24 projects, 50+ mentees, 4 OSS libraries
- Framework: Next.js 16.1, React 19.2, TypeScript
- Styling: Tailwind CSS 4
- Animation: Framer Motion
- Font: JetBrains Mono
- Icons: Lucide React
npm install
cp .env.example .env.local
npm run devLive: dashgupta.dev
GitHub: @deepansumor
npm run dev— start dev servernpm run build— production buildnpm run start— start production servernpm run lint— run ESLint