GitHub ↔ Productive Integration
A Go backend service that connects GitHub repositories to Productive project management boards, automating task tracking across the development workflow.
The Problem
The development team was manually updating Productive task boards when GitHub PRs and issues changed state, creating overhead and inconsistency.
The Solution
Built a lightweight Go service that listens to GitHub webhooks and automatically creates, updates, and links tasks in Productive based on repository activity.
Outcome
Eliminated manual task sync work, improved team visibility into development progress, and deployed reliably on Docker with minimal resource usage.