Build your portfolio in a day with AI!

1

Generate v0 Design

1.2Generate the initial design with this prompt

1.3Modify the design to your preferences and submit

1.4Copy the CLI command using the 3 dots on the top right

2

Create Next.js Project

2.1Run these commands in your IDE:

npx create-next-app@latest portfolio
cd portfolio
npm install framer-motion lucide-react

2.3Initialize git and push to GitHub:

git init
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin https://github.com/<username>/<project-name>.git
git push -u origin main
3

Deploy with Vercel

3.2Link your GitHub account

3.3Add a new project and select your website repo

3.4Deploy!

Inspired by Daniel Kim's post