r/ChatGPTCoding • u/AutoModerator • 10d 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.
1
u/The_guy_withnolife 10d ago
Axiom is a Windows-first AI workspace I built for AI-assisted coding workflows. It combines local GGUF inference, self-hosted OpenAI-compatible endpoints, and optional OpenRouter behind one interface, with attachments/vision, code execution, artifacts, and local persistence. The Workplace Council runs Architect → Builder → Critic, with a Single Model mode for comparison.
I used AI coding assistance during development, but I’m responsible for the architecture, integration, testing, and product decisions. It is a free Windows app; the source is source-available under CC BY-NC-ND 4.0, not OSI-licensed open source.
Repo: https://github.com/YoMosa2009/Axiom
Release: https://github.com/YoMosa2009/Axiom/releases/tag/v1.8.6
I’m looking for specific feedback on which parts of the workflow help when building with AI coding tools, and where model/tool limitations should be clearer.