portfolio-boilerplate
v1.3.2
Published
๐น **Easily customizable** ๐น **Supports Strapi CMS** ๐น **Deploy with Vercel in one click**
Downloads
3
Readme
๐ 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 install2๏ธโฃ 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 - [email protected] #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)
- 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
1๏ธโฃ Deploy to Vercel (1-Click)
Deploy your portfolio in seconds using Vercel:
2๏ธโฃ Deploy on Your Own Server
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
๐ค Contributing
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
๐ License
This project is licensed under the MIT License. See the LICENSE file for details.
