SimilarRepos/similar-repos: A browser extension that use the power of AI to automatically recommend similar and interesting repositories directly on any GitHub page you visit.


A browser extension that use the power of AI to automatically recommend similar and interesting repositories directly on any GitHub page you visit.

src/
├── assets/          # Static assets
├── components/      # React UI components
├── configs/         # App constants & defaults
├── entrypoints/     # Extension entry points
│   ├── background/  # Service workers
│   ├── content/     # Content scripts (UI injection)
│   ├── options/     # Settings page
│   └── popup/       # Toolbar popup
├── hooks/           # Custom React hooks
├── locales/         # i18n
├── services/        # AI & API services
├── types/           # TypeScript types
└── utils/           # Helper functions



Source link

Leave a Reply

Your email address will not be published. Required fields are marked *