
Your GitHub-synced portfolio โ easy to set up, updates itself!
View Demo ยท Report Bug ยท Request Feature
GitProfile is a powerful portfolio builder that allows you to create a stunning and personalized portfolio site in minutes, even if you have no coding experience. Simply provide your GitHub username, and GitProfile will automatically generate a portfolio. Best of all, you can easily deploy your portfolio to GitHub Pages with just a few clicks, making it accessible to the world in no time.
Features:
โ Easy to Setup
โ 36 Themes
โ Google Analytics
โ Hotjar
โ SEO
โ PWA
โ Avatar and Bio
โ Social Links
โ Skill Section
โ Experience Section
โ Certification Section
โ Education Section
โ Projects Section
โ Publication Section
โ Blog Posts Section
To view a live example, click here.
๐ Installation & Setup
There are three ways to use GitProfile. Use any.
Forking this repo
These instructions will get you a copy of the project and deploy your portfolio online using GitHub Pages!
Fork repo: Click here to fork the repo so you have your own project to customize. A "fork" is a copy of a repository.
Rename repo:
- If you want to host your portfolio at
https://.github.io, rename your forked repository tousername.github.ioin GitHub, whereusernameis your GitHub username (or organization name). - If you want to host your portfolio at
https://.github.io/(e.g.https://.github.io/portfolio), rename your forked repository to `` (e.g.portfolio) in GitHub.
- If you want to host your portfolio at
Enable workflows: Go to your repo's Actions tab and enable workflows.
Base Value: Open
gitprofile.config.ts, and changebase's value.If you are deploying to
https://.github.io, setbaseto'/'.If you are deploying to
https://.github.io/(e.g.https://.github.io/portfolio), then setbaseto'//'(e.g.'/portfolio/').
// gitprofile.config.ts { base: '/', // ... }Commit the changes: Now commit to your main branch with your changes. Wait a few minutes so that the CI/CD pipeline can publish your website to GitHub Pages. You can check the progress in the Actions tab.
Your portfolio website will be live shortly. Any time you commit a change to the main branch, the website will be automatically updated. If you face any issue viewing the website, double-check the base value in the gitprofile.config.ts file. Also, check if Source is set to GitHub Actions in Settings โ Pages โ Build and deployment.
If you wish to add a custom domain, no CNAME file is required. Just add it to your repo's Settings โ Pages โ Custom domain.
As this is a Vite project, you can also host your website to Netlify, Vercel, Heroku, or other popular services. Please refer to this doc for a detailed deployment guide to other services.
[!NOTE] If you are going to deploy using Vercel, remember to set the
baseas/.// gitprofile.config.ts { base: '/', // ... }
Setting up locally
Requires Node.js
20+.
Clone the project and change directory.
git clone https://github.com/arifszn/gitprofile.git cd gitprofileInstall dependencies.
npm installRun dev server.
npm run devFinally, visit
http://localhost:5173/gitprofile/from your browser.
Alternatively, you can set up and run the project using Docker with Vail, a powerful tool for local development of JavaScript/TypeScript Apps.
Letting an AI agent do it
If you use Claude Code, Codex, Cursor, Gemini CLI, or any other coding agent, it can fork the repo, fill in your details, and deploy it for you. Just tell your agent to install it โ paste:
Fetch and follow the install instructions from
https://raw.githubusercontent.com/arifszn/gitprofile/refs/heads/main/INSTALL.md
The agent will ask you what to put on your portfolio, then handle the config and deployment. With the GitHub CLI authenticated it deploys to GitHub Pages; without it, it deploys to Surge, Vercel, or Netlify instead.
๐จ Customization
All the magic happens in the file gitprofile.config.ts. Open it and modify it according to your preference.
You can leave most of the sections empty if you don't want to display them on your portfolio.
// gitprofile.config.ts
const CONFIG = {
github: {
username: 'arifszn', // Your GitHub org/user name. (This is the only required config)
},
/**
* If you are deploying to https://.github.io/, for example your repository is at https://github.com/arifszn/arifszn.github.io, set base to '/'.
* If you are deploying to https://.github.io//,
* for example your repository is at https://github.com/arifszn/portfolio, then set base to '/portfolio/'.
*/
base: '/gitprofile/',
projects: {
github: {
display: true, // Display GitHub projects?
header: 'Github Projects',
mode: 'automatic', // Mode can be: 'automatic' or 'manual'
automatic: {
sortBy: 'stars', // Sort projects by 'stars' or 'updated'
limit: 8, // How many projects to display.
exclude: {
forks: false, // Forked projects will not be displayed if set to true.
projects: [], // These projects will not be displayed. example: ['arifszn/my-project1', 'arifszn/my-project2']
},
},
manual: {
// Properties for manually specifying projects
projects: ['arifszn/gitprofile', 'arifszn/pandora'], // List of repository names to display. example: ['arifszn/my-project1', 'arifszn/my-project2']
},
},
external: {
header: 'My Projects',
// To hide the `External Projects` section, keep it empty.
projects: [
{
title: 'Project Name',
description:
'Lorem ipsum dolor