Transform any GitHub profile into a stunning portfolio in seconds.
Live Demo • Features • Tech Stack • Roadmap
checkmygit.com/username?template=bentoClone the repo
git clone https://github.com/whoisyurii/checkmygit.git
cd checkmygit
Install dependencies
npm install
Set up environment variables
cp .env.example .env
Then add your GitHub token to .env:
GITHUB_TOKEN=ghp_your_token_here
Create a token at github.com/settings/tokens with
read:userscope. Optional but recommended to avoid rate limits.
Start the dev server
npm run dev
Open localhost:5173 in your browser.
Contributions welcome! Feel free to open issues or submit PRs.
MIT
Built with SvelteKit & shipped on Cloudflare