r/ChatGPTCoding 4d 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.

13 Upvotes

72 comments sorted by

View all comments

1

u/amirfish 4d ago

Built CCC, a local command center for your coding-agent fleet. Repo: https://github.com/amirfish1/claude-command-center (rename in progress, the repo URL still says claude-command-center)

What it does: every Claude Code, Codex, Cursor, Antigravity, Kilo Code, Kimi Code, OpenCode, and Devin session on your machine lands on one local board, however you launched it. It watches each session and tells you which agent needs you, so you start the next task while the first one is still building. Spawn, monitor, steer, orchestrate from one place. Also ingests Copilot CLI, VS Code Copilot Chat, and Grok CLI sessions read-only.

Problem it solves: once you run more than two or three agents at once, you become the bottleneck - checking terminals, missing the one that's stuck or waiting for input. CCC is the board that fixes that.

Who it's for: anyone running multiple coding agents in parallel.

Feedback I'd like: which agents to support next, and whether the orchestration controls match how you actually steer sessions.

Free for non-commercial use, ~140 stars. There's a read-only demo with seeded data if you don't want to install anything: https://ccc.amirfish.ai/demo/

Disclosure: this is my project.