Turn any GitHub profile into a visual dashboard, Markdown export, and AI-ready portfolio context.
GitFetch extracts developer signals from GitHub profiles. It calculates repository impact, language distributions, commit activity, stargazer trends, and formats profile context for instant portfolio generation in ChatGPT, Claude, Cursor, v0, Bolt, and Lovable.
Interactive breakdown of stargazers, forks, repository languages, and developer activity metrics.
One-click generation of structured Markdown context optimized for feeding into AI web builders and LLMs (ChatGPT, Claude, Cursor, v0, Bolt, Lovable).
Visualizes star velocity and fork distributions across all public repositories.
Computes codebase composition ratios across Python, TypeScript, C#, Rust, and Go.
Built-in chat assistant for querying profile signals, supporting Gemini, OpenAI, Claude, Groq, Mistral, OpenRouter, and Ollama.
Responsive, themeable UI built with modern glassmorphism aesthetic guidelines.
Optimized GitHub API fetcher with token authorization support and automatic fallback.
Deploys serverless API edge handlers for secure API rate-limit caching.
Instant client-side filtering by repository topic, star threshold, and updated timestamp.
$git clone https://github.com/sizwinz/GitFetch.git && cd GitFetch$npm install$echo VITE_GITHUB_TOKEN=your_token_here > .env.local$npm run devRuns locally on Vite or deploys serverless to Vercel.