| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Turn your GitHub into a polished, ATS-friendly resume. Powered by Gemini AI.
npm install
npm run devOpen http://localhost:3000, enter your tokens, generate.
| Key | Purpose | Get it |
|---|---|---|
| GitHub Token | Access your repos | Create Token |
| Gemini API Key | AI generation | Get API Key |
Both entered in the UI. Nothing stored.
The app doesn't just count stars. It analyzes what actually matters:
| Factor | Points |
|---|---|
| Commits | Your actual work (5-500+ commits) |
| Code Size | Substantial projects score higher |
| Languages | Multi-language = full-stack |
| README | Good docs = professional |
| Tests/Build/Lint | Quality indicators from package.json |
| Dependencies | Real tech stack detection |
| Recency | Recent work weighted higher |
Forks and org repos are filtered unless you have real commits in them.
| Language | Dependency Files |
|---|---|
| JavaScript/TypeScript | package.json |
| Python | requirements.txt, setup.py, pyproject.toml |
| Go | go.mod |
| Rust | Cargo.toml |
| Java | pom.xml, build.gradle |
| Ruby | Gemfile |
| C/C++ | CMakeLists.txt |
| ML/Data Science | .ipynb notebooks |
├── components/ │ ├── Hero.tsx # Landing + token inputs │ └── ResumeView.tsx # Resume editor + AI refinement ├── services/ │ ├── githubService.ts # GitHub API + smart scoring │ └── genaiService.ts # Gemini AI integration ├── App.tsx ├── types.ts └── constants.ts
MIT
| Back | FazBrowse Home | New Git URL |