🕵️‍♂️ A tool that lets you find the first commit(ter) of any public GitHub repository.
  • Vue 68.1%
  • TypeScript 28.6%
  • JavaScript 3%
  • CSS 0.3%
Find a file
2025-01-28 00:26:44 +01:00
.github refactor(ci): change dependabot interval to monthly 2025-01-28 00:05:09 +01:00
assets feat: display unavailable user pic 2024-02-25 01:08:28 +01:00
components refactor: make Loader a component 2024-03-24 16:31:09 +01:00
composables feat: client side repo url checker 2025-01-22 07:37:35 -04:00
pages feat: client side repo url checker 2025-01-22 07:37:35 -04:00
plugins fix: link readme & cstyle format 2024-03-30 18:27:29 +01:00
public refactor: delete old favicon 2024-03-30 18:06:36 +01:00
server feat: client side repo url checker 2025-01-22 07:37:35 -04:00
shared/utils feat: client side repo url checker 2025-01-22 07:37:35 -04:00
types feat: add prettier formatter 2024-02-03 04:54:41 +01:00
.gitignore feat: add Darkmode 2024-03-16 06:37:34 +01:00
app.vue feat: add seoMeta 2024-03-30 22:50:21 +01:00
LICENSE feat: add License 2024-03-24 18:09:13 +01:00
nuxt.config.ts feat: add owner/name format to search 2025-01-21 07:30:45 -04:00
package-lock.json build(deps): rollback primevue version to fix build issues & upgrade nuxt 2025-01-27 16:56:00 +01:00
package.json feat: add npm script to run production build 2025-01-28 00:02:40 +01:00
pnpm-lock.yaml chore: update pnpm lock file 2025-01-28 00:26:44 +01:00
prettier.config.js feat: add prettier formatter 2024-02-03 04:54:41 +01:00
README.md fix: link readme & cstyle format 2024-03-30 18:27:29 +01:00
tailwind.config.js feat: add Darkmode 2024-03-16 06:37:34 +01:00
tsconfig.json feat: Initial commit 2024-02-03 02:37:01 +01:00

FirstCommitter 🕵️‍♂️



FirstCommitter is a free & open-source tool that allows you to find the first commit of any public Github repository !
Visit the website and start using it :)


Don't forget to support the project by starring !


Note

: Currently, FirstCommitter uses the public Github API for unauthenticated users, with a limit of 60 requests per hour per IP address. In the future, I plan to implement OAuth authentication allowing users to log in with their GitHub account and potentially increase their rate limit to 5,000 requests per hour if desired. You can read more about the public Github API limits here.

Usage

To run locally, you can use the following commands:

Install dependencies:

npm install

Start the development server:

npm run dev

To build :

npm run build

Contributions 📥

To contribute, fork this repository and open a pull request describing the fix or feature you're adding. Please ensure that your commits follow the conventional commit format.

License

This project is licensed under the MIT License - see the LICENSE file for details.