A fun tool to generate custom GitHub contribution graphs using real backdated Git commits. Supports both random generation and custom painting modes.
- 🎲 Random Mode – Generate commits randomly with adjustable intensity
- 🖌️ Custom Mode – Paint your own pattern on the GitHub-style grid
- 📆 Custom date range selection
- 🟢 Real Git commits are made and backdated
git clone https://github.com/armoredvortex/gitpaint.git
cd gitpaintnpm installnpm run devOpen http://localhost:3000 in your web browser to start using GitPaint.
Create a private repository on GitHub where you will push your commits. This is important to avoid cluttering your public profile with test data.
After generating your commits, you can push them to your private repository:
git push origin main- Node.js (v14 or higher)
- npm (Node Package Manager)
- Git (for committing changes)
- A GitHub account (to push changes to your profile)
Made with ❤️ by Rachit.


