product-hunt-launch
// Track your Product Hunt launch stats (Rank, Upvotes, Comments) in real-time via CLI.
$ git log --oneline --stat
stars:1,933
forks:367
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
nameproduct-hunt-launch
version1.0.0
descriptionTrack your Product Hunt launch stats (Rank, Upvotes, Comments) in real-time via CLI.
authorabakermi
metadata[object Object]
Product Hunt Launch 🚀
Track your launch day metrics from the terminal.
Setup
- Get a Developer Token from Product Hunt API Dashboard.
- Set it:
export PH_API_TOKEN="your_token"
Commands
Check Post Stats
ph-launch stats --slug "your-product-slug"
# Output: Rank #4 | 🔼 450 | 💬 56
Monitor Launch (Live Dashboard)
ph-launch monitor --slug "your-product-slug" --interval 60
List Today's Leaderboard
ph-launch leaderboard