IssueHub: Helping Beginners Find Their First OSS Contribution Opportunities

Published: (January 18, 2026 at 11:48 AM EST)
2 min read
Source: Dev.to

Source: Dev.to

Introduction

Let’s be real—you want to contribute to Open Source Software (OSS), don’t you? You’ve seen those legendary developers with their green‑filled GitHub graphs, and you admire that world. You want to be a part of it. You want to give back to the tools you use every day.

But then, reality hits.

“Where do I even start?”
The codebase is massive, the issues are intimidating, and you feel like you’re drowning in a sea of complexity. You’ve heard people say, “Just look for a ‘good first issue’ label,” but manually hunting through thousands of repositories is a nightmare. It’s frustrating, and it’s exactly where most people give up before they even write their first line of code for an OSS project.

That’s why I built IssueHub – a “compass” for developers who have the passion but are lost in the vast ocean of GitHub. IssueHub aggregates entry‑level opportunities and serves them to you on a silver platter, so you can stop searching and start contributing.

👉 Check it out:
GitHub repository:

Tech Stack

I chose a modern, lightweight stack to ensure a great developer experience and high performance without the overhead of complex backend infrastructure. The application follows a Zero‑Server Architecture:

  • Framework: Next.js 15 (App Router, Static Export)
  • Language: TypeScript & React 19
  • Styling: Material UI v7 & Tailwind CSS v4 (Industrial Dark / Technical Noir)
  • Data Fetching: React Query (TanStack Query v5)
  • API Integration: Octokit (GitHub Public API)
  • Deployment: GitHub Pages (via GitHub Actions)
  • Testing: Playwright (E2E Testing)

By leveraging Next.js static exports and the GitHub API directly from the client, IssueHub runs entirely in the browser—no databases to maintain, no servers to crash, just pure, fast static content.

The best part? It’s live right now, hosted for free on GitHub Pages.

👉 Give it a try:

If you like the project, a star on GitHub is greatly appreciated!

Back to Blog

Related posts

Read more »

Consent-O-Matic

Article URL: https://github.com/cavi-au/Consent-O-Matic Comments URL: https://news.ycombinator.com/item?id=46666283 Points: 35 Comments: 9...