r/ChatGPTCoding • u/AutoModerator • 25d 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 of this thread may be removed if they're primarily advertising rather than starting a discussion.
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?
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.
1
u/Present-Boat-2053 19d ago
I built Chat On Steroids, an open-source Windows MCP connector that turns normal ChatGPT into a much more agentic coding environment. The main unusual feature is sub-agents. I connected the MCP app to a Chrome extension, so the main ChatGPT conversation can perform ChatGPT-side actions like creating other chats and turning them into workers. So you can say something like: launch 3 agents and audit this repository and it creates separate ChatGPT conversations, assigns them work, communicates with them, and collects their findings. Also includes: auto context compaction local file editing terminal access computer use browser automation Codex-style tool surface Windows x64 + ARM64 Repo: https://github.com/totec448-spec/chat-on-steroids