Skip to content

Repository files navigation

OpenIssue.dev

OpenIssue.dev helps developers find active, contributor-friendly GitHub issues by technology.

What it does

  • Searches live GitHub issues by language or ecosystem topic
  • Filters by contributor-friendly label, linked pull requests, and Hacktoberfest readiness
  • Sorts and ranks results using activity, repository, assignment, and discussion signals
  • Supports reusable saved searches without requiring an account
  • Adds GitHub sign-in for cloud-backed saved searches that survive cleared browser storage
  • Provides light, dark, and system themes with a responsive interface

Quick start

Requirements: Node.js 22+, npm, a GitHub token, and a Turso database.

npm install
cp .env.example .env.local
npm run dev

Open http://localhost:3000. GitHub OAuth and database persistence require the additional configuration described in Setup and deployment.

Low-level design

flowchart LR
  UI[Issue Finder UI] --> SearchRoute["GET /api/search"]
  SearchRoute --> SearchService[Search and ranking]
  SearchService <--> GitHubAPI[GitHub APIs]
  SearchService --> UI

  UI <--> Local[(Local storage)]
  UI --> AuthRoute["/api/auth/*"]
  AuthRoute --> BetterAuth[Better Auth]
  BetterAuth <--> GitHubOAuth[GitHub OAuth]

  Local --> SyncClient[Saved-search sync]
  SyncClient --> SavedRoute["/api/saved-searches"]
  SavedRoute --> BetterAuth
  SavedRoute --> Drizzle[Drizzle ORM]
  BetterAuth --> Drizzle
  Drizzle <--> Turso[(Turso / libSQL)]
Loading

See Architecture and data flow for the expanded request flows, persistence model, and component relationships.

Documentation

Tech stack

Next.js 16, React 19, TypeScript, Tailwind CSS, Better Auth, Drizzle ORM, Turso/libSQL, GitHub APIs, Vitest, Vercel, and SonarQube Cloud.

License

Licensed under the Apache License 2.0.

About

Find open-source contribution opportunities by technology. Search GitHub issues labeled help wanted, good first issue, and other contributor-friendly tags across thousands of repositories.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages