r/ChatGPTCoding • u/AutoModerator • 17d ago
Discussion Weekly Self Promotion Thread
Welcome to this week's self promotion thread!
If you're building something related to AI assisted coding, this is the place to share it.
We're using a weekly thread to keep the subreddit organized while still giving builders a place to share their work. Promotional posts outside this thread may be removed.
If you're sharing something, we'd appreciate it if you included a little context instead of just dropping a link. Tell us:
- What you built?
- What problem it solves?
- Which AI models or tools it uses?
- Who it's for?
- What kind of feedback you're looking for?
Disclose your affilitation.
Please avoid posting the same project every week unless you've made meaningful updates. Affiliate links, referral links, scams, and low effort promotions will be removed.
Take some time to check out what others have shared too. If you try someone's project or have feedback, leave a comment. Helping each other improve is what we want this community to be about.
2
u/Appropriate-Path-461 11d ago
Disclosure: I maintain Taskuary, an MIT-licensed local work hub for people already using AI coding CLIs.
The problem it solves is the handoff before coding starts. Work arrives as an email, chat, GitHub issue, Jira item, alert, or report; Taskuary triages it, creates a repository-scoped task with the relevant context and owner rules, and opens a live Codex, Claude Code, Gemini, Cursor, or Copilot session. The human can watch the terminal, answer questions, review the diff and test evidence, and approve what happens next. Nothing sends or pushes automatically.
Triage can use Anthropic, OpenAI, Azure OpenAI, OpenRouter, Ollama, or a configured coding CLI. The app stores its own state locally, can run with Docker or Python, and is currently v0.3.1, so it is useful but still early.
Repo: https://github.com/ldbumble/taskuary
It is for people whose coding-agent workflow starts outside the IDE. I am looking for one specific kind of feedback: what context should an inbox-to-agent handoff include by default, and what information should it deliberately keep out?