Tired of navigating GitHub repos manually? RenderGit provides a human-friendly interface to explore repositories with ease.
Important: Only public repositories are supported.
RenderGit is an open-source project aimed at providing a better way to explore GitHub repositories. It offers a user-friendly interface to enhance your browsing experience.
Inspired by rendergit with a focus on modern web technologies
- React 18 - Main framework
- TypeScript - Static typing
- Vite - Build tool and dev server
- Lucide React - Icons
- CSS Modules - Modular styles
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview
- Human view with navigation
- LLM (CXML) view for AI
- File search and filtering
- Dark/light theme
- Responsive design
- Lazy loading of content
npm run dev
- Development servernpm run build
- Production buildnpm run preview
- Production previewnpm run lint
- Linting with ESLint
- This project is NOT affiliated with GitHub.
- This is a little project, so don't expect too much.
- Took me a few hours to build this, so... there might be some rough edges.
- Nothing planned yet, but PRs are welcome! :)