npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

Iโ€™ve always been into building performant and accessible sites, but lately Iโ€™ve been taking it extremely seriously. So much so that Iโ€™ve been building a tool to help me optimize and monitor the sites that I build to make sure that Iโ€™m making an attempt to offer the best experience to those who visit them. If youโ€™re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, ๐Ÿ‘‹, Iโ€™m Ryan Hefnerย  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If youโ€™re interested in other things Iโ€™m working on, follow me on Twitter or check out the open source projects Iโ€™ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soonโ€“ish.

Open Software & Tools

This site wouldnโ€™t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you ๐Ÿ™

ยฉ 2026 โ€“ย Pkg Stats / Ryan Hefner

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 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 - [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)

  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.