> your open source copilot_

Light the path to
open source

Discover issues matched to your skills. Get AI-powered guidance before your first line of code. Build a portfolio that proves your impact.

illuminate — match
$ illuminate match
Scanning profile... done ✓
Skills: Python, TypeScript, React, Go
Matched: 23 issues across 140 repos
┌─ #1 ────────────────────────94% match─┐
fastapi/fastapi #4521
Fix OAuth2 token refresh logic
Python good-first-issue ~2hrs
└───────────────────────────────────────┘
┌─ #2 ────────────────────────89% match─┐
sveltejs/kit #9182
Add preload hints for CSS modules
TypeScript enhancement ~3hrs
└───────────────────────────────────────┘
$

Open source is broken
for contributors

Everyone says "contribute to open source." Nobody tells you how. Existing tools dump thousands of issues on you with zero context.

01

Discovery Overload

420M repos on GitHub. Zero personalization. You're scrolling through C++ compiler issues when you write Python.

02

The "Now What?" Wall

You found an issue. The repo has 2,000 files and no architecture guide. You close the tab.

03

Fear of the Wrong Thing

Unwritten social norms. Fear of dumb questions. You never comment. The issue gets claimed by someone else.

04

Invisible Contributions

Green squares show activity, not impact. Nobody knows you fixed a critical bug in FastAPI.

A complete contribution cycle

Illuminate connects the full loop that no other tool covers. From finding the issue to showcasing your work.

01

DISCOVER

AI matches issues to your skills, goals, and available time. No more scrolling through irrelevant lists.

02

UNDERSTAND

AI breaks down the project, explains the issue in context, and suggests a step-by-step approach.

03

CONTRIBUTE

Get smart questions to ask maintainers, PR templates, and etiquette coaching before you write code.

04

TRACK

Every merged PR is auto-detected. Build a shareable portfolio of your open source impact.

05

GROW

Level up from Explorer to Luminary. Get AI-suggested next steps that push your skills forward.

Everything you need,
nothing you don't

[match]

Smart Issue Matching

Multi-factor ranking based on your skills, goals, and time. Skill match, repo health, freshness, and competition — not just labels.

[dive]

AI Deep Dives

Five-section mentor experience: project overview, issue context, suggested approach, questions to ask, and red flags. Powered by Claude.

[track]

Contribution Tracker

Auto-detects merged PRs to external repos. Lines added, files changed, skills demonstrated — all recorded without lifting a finger.

[share]

Shareable Portfolio

Public profile at illuminate.sh/you with timeline, project views, and stats. Embed an SVG widget in your GitHub README.

[grow]

Growth Engine

Six progression levels from Explorer to Luminary. Skill radar visualization. AI-suggested next steps that push you forward.

[watch]

Watchlist & Alerts

Save issues. Get notified when maintainers respond, when issues get claimed, or when new matches land in your feed.

Three steps to your
first contribution

1

Connect GitHub

Sign in with GitHub. Illuminate analyzes your repos to understand your languages, frameworks, and experience level.

$ gh auth login --scope read:user,public_repo
2

Get Matched

Your personalized feed surfaces issues ranked by skill match, repo health, and growth potential. Filter by language, difficulty, or time.

$ illuminate match --lang python --difficulty beginner
3

Start Contributing

Click into an issue for an AI deep dive. Get the approach, ask the right questions, submit your PR, and watch your portfolio grow.

$ illuminate dive fastapi/fastapi#4521

Everything is documented

We build in the open with full transparency. Every architectural decision, every roadmap milestone, every contribution guideline — all public.

project structure
illuminate/
├── README.md # SEO-optimized project overview
├── CONTRIBUTING.md # How to contribute
├── LICENSE # MIT
├── docs/
│ ├── product-overview.md # Full product spec
│ ├── architecture.md # System design
│ └── roadmap.md # Plans + progress
├── web/ # SvelteKit frontend
│ └── src/
│ ├── lib/components/ # UI components
│ └── routes/ # Pages
└── api/ # Go backend (coming soon)

Built in the open

Illuminate is open source under the MIT license. We're building a tool to make open source contribution easier — it only makes sense to build it the same way. Star the repo, open an issue, or submit a PR.

MIT License
SvelteKit Frontend
Go Backend
Claude AI Engine