Launching today

Docket
Like Jira but for indie devs and AI agents
68 followers
Like Jira but for indie devs and AI agents
68 followers
Release and task tracker for indie developers. One place for ideas, App Store events, nominations, and marketing content like blog posts and PH launches. Syncs with App Store Connect to import your apps and events. Includes CLI & MCP server for AI workflows - let Claude Code manage tasks from the terminal. Use the global capture to write down thoughts/ideas without switching context. Native on Mac, iPad, and iPhone with iCloud sync. Free for your first product, 40% off during launch week.









Lexie
Hey PH!
Over the past year I shipped a dozen iOS and visionOS apps and the messy part is not the code but everything that comes after: future release plans, App Store events, featuring nominations, blog drafts, Product Hunt launches, you know the drill.
I wanted to build a place where everything - from bug fixes to midnight ideas - could live, overlay the calendar, and sync with App Store Connect. I didn't care for sprints, story points, or collaboration features. Just needed a tool to ship my apps more efficiently. We need more developer tools built by indie devs who actually understand the pain of shipping, so Docket is my contribution to that ecosystem.
What makes it different from Trello et al: it connects to ASC directly, has a CLI and MCP server so @Claude Code and other AI tools can manage your tasks from the terminal, and tracks launch content (PH posts, HN threads, blog posts) alongside releases. Free for your first project, 40% off Pro for launch week.
What's the messiest part of your shipping workflow?
Snippets AI
The App Store Connect sync is the feature that separates this from yet another task board — indie iOS devs juggling release notes, featuring nominations, and marketing timelines across separate tools is a real workflow mess. Having Claude Code manage tasks via MCP directly from the terminal closes the loop between coding and project management without context switching. Does the calendar overlay show ASC events alongside your custom milestones in a unified timeline view?
Lexie
@svyat_dvoretski thanks for checking Docket out! Yes, indeed, the calendar overlay shows your scheduled releases, blog post drafts, ProductHunt launches, etc and also pulls events and nominations from App Store Connects.
How does Docket coordinate tasks created by AI agents via the MCP server or CLI with manual edits from the UI, and how do you prevent conflicts or duplicate updates in the task state?
Good luck today!
Lexie
@konstantinalikhanov thanks, that’s a great question! There is a single source of truth (the database) and access is controlled via a state machine to prevent race conditions and locks, so AI agents and the developer can collaborate on the projects simultaneously.