Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Find high-value open source bounties matched to your skills, powered by AI.
[![CI](https://github.com/FuZoe/PD-Hunter/actions/workflows/ci.yml/badge.svg)](https://github.com/FuZoe/PD-Hunter/actions/workflows/ci.yml)
[![Go Coverage](https://img.shields.io/badge/Go_Coverage-88%25-brightgreen)](https://github.com/FuZoe/PD-Hunter)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Organizations](https://img.shields.io/badge/Tracking-15%2B_orgs-orange)](mapping.json)
[![Organizations](https://img.shields.io/badge/Tracking-35%2B_orgs-orange)](mapping.json)

[English] | [简体中文](./README_CN.md)

Expand Down Expand Up @@ -65,7 +65,7 @@ cd frontend && npm install && npm run dev

```mermaid
flowchart LR
A[mapping.json<br/>15+ Orgs] -->|config| B[cmd/hunter scan<br/>Go CLI + GitHub API]
A[mapping.json<br/>35+ Orgs] -->|config| B[cmd/hunter scan<br/>Go CLI + GitHub API]
B -->|bounty_issues.json| C[enrich_bounties.py<br/>GPT-4o Analysis]
C -->|enriched_bounties.json| D[frontend/<br/>Next.js Dashboard]
E[GitHub Actions<br/>Every 6 hours] -.->|triggers| B
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ AI 驱动,帮你找到匹配技能的高价值开源赏金。
[![CI](https://github.com/FuZoe/PD-Hunter/actions/workflows/ci.yml/badge.svg)](https://github.com/FuZoe/PD-Hunter/actions/workflows/ci.yml)
[![Go Coverage](https://img.shields.io/badge/Go_Coverage-88%25-brightgreen)](https://github.com/FuZoe/PD-Hunter)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Organizations](https://img.shields.io/badge/Tracking-15%2B_orgs-orange)](mapping.json)
[![Organizations](https://img.shields.io/badge/Tracking-35%2B_orgs-orange)](mapping.json)

[English](./README.md) | [简体中文]

Expand Down
70 changes: 70 additions & 0 deletions mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,76 @@
"name": "keephq",
"labels": ["bounty"],
"note": "Open-source alert management platform."
},
{
"name": "tenstorrent",
"labels": ["bounty", "bounty_difficulty/hard"],
"note": "AI hardware company with high-value C++ and Metal bounties."
},
{
"name": "tari-project",
"labels": ["bounty", "bounty-S", "bounty-M", "bounty-L"],
"note": "Privacy-focused Rust blockchain project with recurring open bounties."
},
{
"name": "mergeos-bounties",
"labels": ["bounty", "bounty: feature", "bounty: bug"],
"note": "MergeOS bounty tracker for Go and Vue issues."
},
{
"name": "SecureBananaLabs",
"labels": ["bounty", "bug bounty"],
"note": "Mixed bug bounty and feature bounty program."
},
{
"name": "archestra-ai",
"labels": ["💎 Bounty"],
"note": "AI platform with active Algora-managed TypeScript bounties."
},
{
"name": "tscircuit",
"labels": ["💎 Bounty"],
"note": "Circuit design framework with frequent low-friction TypeScript bounties."
},
{
"name": "getkyo",
"labels": ["💎 Bounty", "$250", "$500", "$1000"],
"note": "Scala ecosystem project with tiered Algora bounty labels."
},
{
"name": "activepieces",
"labels": ["💎 Bounty"],
"note": "Open-source automation platform with recurring workflow bounties."
},
{
"name": "Dokploy",
"labels": ["💎 Bounty"],
"note": "Open-source Vercel and Netlify alternative with active Algora bounties."
},
{
"name": "coollabsio",
"labels": ["💎 Bounty", "💰 Bounty", "bounty"],
"note": "Coolify open-source PaaS with Algora and native bounty labels."
},
{
"name": "mediar-ai",
"labels": ["bounty"],
"note": "Screenpipe and related tooling with active Rust-focused bounties."
},
{
"name": "PX4",
"labels": ["💎 Bounty"],
"note": "PX4 autopilot project with occasional high-signal bounty issues."
},
{
"name": "FreezingMoon",
"labels": ["bounty"],
"note": "Ancient Beast turn-based game with entry-level open source bounties."
},
{
"name": "zio",
"labels": ["💎 Bounty", "bounty"],
"note": "Scala functional programming ecosystem with active bounty issues."
}
],
"projects": [
Expand Down
Loading