πΉ Easily customizable
πΉ Supports Strapi CMS
πΉ Deploy with Vercel in one click
π Live Demo
β If you find this project useful, consider giving it a star to support development!
Every developer needs a portfolio. With the rise of freelancing, consulting, and solopreneurship, a strong online presence is essential.
This is a minimal, modern, and highly customizable portfolio template built using the Turborepo framework with Next.js and Strapi CMS.
You can easily modify the content directly in the code or use Strapi's admin panel for a no-code experience.
Clone the repo and install dependencies:
npx portfolio-boilerplate@latest
cd portfolio
npm install
Start the Next.js app on localhost:3000 and Strapi CMS on localhost:1337:
# Start Next.js app
npm run dev
# Start Strapi CMS (In a separate terminal)
cd apps/strapi-cms
npm run dev #Admin Username - guest@bayesian-labs.com #Admin Password - Password1
Modify profile sections inside:
π apps/nextjs-app/lib/constants/
- Open Strapi at localhost:1337
- Navigate to Content Manager (Sidebar β "Single Types").
- Click on "portfolio-boilerplate" to edit your profile details.
- Save & Publish to see changes reflected instantly!
Deploy your portfolio in seconds using Vercel:
If you're self-hosting:
- Deploy Next.js app via Vercel, Netlify, or any Node.js server
- Deploy Strapi CMS on a VPS, DigitalOcean, Railway, Heroku or Coolify
We welcome contributions! To contribute:
- Fork the repo & create a new branch
- Make your changes and follow the coding guidelines
- Submit a Pull Request (PR)
π Check out the contribution guide:
Report Issues & Feature Requests:
π Found a bug? Use BUG_REPORT π‘ Have an idea? Submit a FEATURE_REQUEST
This project is licensed under the MIT License. See the LICENSE file for details.