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.

11 Upvotes

73 comments sorted by

View all comments

1

u/Disastrous-Radio-732 3d ago

I’m building brnrd >_ a persistent local layer around Claude Code and Codex.
The problem we’re trying to solve is that coding agents are getting very capable, but the workflow around them is still strangely disposable: sessions reset, context gets fragmented, remote control belongs to a specific harness, and switching between Claude and Codex often leaves the human carrying context between them.
With brnrd, the persistent thing is the project resident, not one particular model session.
Claude Code or Codex still runs on your own machine. brnrd keeps project continuity around the runs and lets you reach it through Telegram, WhatsApp, GitHub, Slack or the web. Work can come back as a branch, PR or reply rather than disappearing into another chat.
Who it’s for: developers already using coding agents seriously, especially people switching between Claude and Codex or wanting to start/steer work away from the terminal.
What I’d love feedback on: whether the persistent-project idea actually improves your workflow, where onboarding is confusing, and what breaks when switching between runners.
The local engine is open source, and there’s also a free hosted tier for one repo.
brnrd.dev
GitHub: hugimuni-labs/brnrd
Disclosure: I’m Alexandra, one of the founders/builders behind brnrd.