portfolio-boilerplate v1.3.2
š PORTFOLIO BOILERPLATE
A Modern, Minimal Developer Portfolio Built with Next.js & Strapi (Powered by Turborepo)
š¹ 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!
š Overview
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.
š Getting Started
1ļøā£ Clone & Install
Clone the repo and install dependencies:
npx portfolio-boilerplate@latest
cd portfolio
npm install
2ļøā£ Run Locally
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
š Modifying Your Portfolio
Option 1: Edit Directly in Code
Modify profile sections inside:
š apps/nextjs-app/lib/constants/
Option 2: Use Strapi CMS (No-Code Editing)
1) Open Strapi at localhost:1337 2) Navigate to Content Manager (Sidebar ā "Single Types"). 3) Click on "portfolio-boilerplate" to edit your profile details. 4) Save & Publish to see changes reflected instantly!
š Deploy Your Portfolio
1ļøā£ Deploy to Vercel (1-Click)
Deploy your portfolio in seconds using Vercel:
2ļøā£ Deploy on Your Own Server
If you're self-hosting:
1) Deploy Next.js app via Vercel, Netlify, or any Node.js server 2) Deploy Strapi CMS on a VPS, DigitalOcean, Railway, Heroku or Coolify
š¤ Contributing
We welcome contributions! To contribute:
1) Fork the repo & create a new branch 2) Make your changes and follow the coding guidelines 3) 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
š License
This project is licensed under the MIT License. See the LICENSE file for details.