This is the source code for my personal portfolio website, built with Next.js, React, and Tailwind CSS. It showcases my projects, skills, and professional experience.
all are customizable:
- Framework: Next.js 15.3/
- Styling: Tailwind CSS
- UI Components: Radix UI
- AI Integration: Google Genkit with Gemini
- Deployment: Vercel
- Type Safety: TypeScript
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run build
# Start production server
npm startThis project is optimized for deployment on Vercel:
- Push your code to GitHub
- Import your repository on Vercel
- Vercel will automatically detect Next.js and configure everything
- Your site will be live at
https://your-project.vercel.app
If you're using the AI features, add these to your Vercel environment variables:
GOOGLE_GENAI_API_KEY=your_api_key_here
npm run dev- Start development server with Turbopacknpm run build- Build for productionnpm start- Start production servernpm run lint- Run ESLintnpm run typecheck- Run TypeScript type checkingnpm run generate:favicon- Regenerate favicon from SVGnpm run genkit:dev- Start Genkit development servernpm run genkit:watch- Start Genkit in watch mode
free to use
All rights reserved © 2025 Amit Divekar