portfolio-boilerplate

1.3.2Β β€’Β PublicΒ β€’Β Published

πŸš€ 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:

Deploy with 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:

CONTRIBUTING

CODE_OF_CONDUCT

PULL_REQUEST

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.

Readme

Keywords

Package Sidebar

Install

npm i portfolio-boilerplate

Weekly Downloads

0

Version

1.3.2

License

MIT

Unpacked Size

14 MB

Total Files

271

Last publish

Collaborators

  • anoopkarnik