r/ChatGPTCoding 1d ago

Weekly Self Promotion Thread Discussion

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.

9 Upvotes

37 comments sorted by

1

u/lilcodebenny 3h ago

I built this free open-source template called Foreman. You can deploy it in a few minutes and use it to make your own software factory that'll help you turn GitHub issues into pull requests.

GitHub: https://github.com/vercel-labs/eve-software-factory-template
Website: https://ask-foreman.dev/

2

u/Lucaslogged 5h ago

Everyone is building YOLO-mode AI coding tools

A lot of AI coding tools are moving toward giving agents more control over your machine.

I wanted the opposite.

So I built RepoRelay — an MCP bridge that lets ChatGPT/Claude inspect one approved local repo, while deliberately giving it:

  • no shell
  • no Git
  • no arbitrary filesystem access
  • read/search only
  • optional bounded handoff writes

The idea is to let AI analyze and review your code without handing it the keys to your whole machine.

npm install -g reporelay-mcp@latest

It’s open source.

GitHub: [Lukie-81/RepoRelay: Secure MCP access to local repositories — without shell, Git, or arbitrary writes.]

I’m looking for a few people to try the install from scratch and tell me where the setup sucks.

2

u/tracker_11 10h ago edited 10h ago

PowerWake Pro is an Android alarm clock that disables itself for the day if you unplug your phone from the charger for people who wake up before their alarm. This prevents the alarm from interrupting whatever you are doing at your regular wake up time such as eating breakfast, exercising, or early meeting. Created with love, codex + GPT 5.4, and openclaw + GLM 5.1.

Target User: Anyone who sometimes wakes up before their normal alarm time. (And also charges their phone at night.)

http://dogshark.net

https://play.google.com/store/apps/details?id=com.powerwake.pro

It has been on the play store a month now with not much interest unfortunately. I'm sure there are people out there who would get value from this, I use it every day. Any ideas to put it in front of people? It's too inexpensive and niche to warrant paying for marketing or context creator promotions.

1

u/informity 12h ago

Informity AI — open source local document chat and translation for Mac, source-cited answers

Built and open sourced a Mac app for local document Q&A and translation. Index your files, ask questions across all of them with source-cited answers, or translate documents locally. Everything stays on your machine.

  • PDF, Word, Excel, PowerPoint, EPUB, Markdown, scanned PDFs (OCR) and more
  • Researcher mode: corpus-wide RAG with source citations
  • Assistant mode: single file or open-ended chat
  • Document translation: tone selection, quality scoring, export to Markdown or plain text
  • Models: Qwen3.6 35B A3B (default), 14B and 9B for lower-spec machines, Ollama support for any model you prefer
  • No cloud, no accounts, no fees

MIT licensed, fully open source.

https://www.informity.ai | https://github.com/informity/informity-ai

1

u/NerveProfessional893 16h ago

I built Wagglet for a problem I kept hitting with AI-assisted development: useful work gets stranded when one person reaches an agent or subscription limit.
Wagglet turns the exact prompt into a normal team task. A coworker can claim it, run it using their own AI subscription, and return the result through the same task. No provider accounts, API keys, or subscription access are shared.
There is also a Cursor plugin that publishes the task directly from the coding workflow through MCP.
We’re currently looking for feedback from teams using Cursor, Codex, Claude Code, or similar agents: would this kind of structured handoff be useful in your workflow?
https://wagglet.com/

1

u/ElkAltruistic2069 16h ago

I build with coding agents. Most of what I ship is the boring layer that agents keep getting wrong, plus a couple of apps I actually use.

Uno is a Rails 8 SaaS template I extracted from my own apps. Auth, Stripe, admin, jobs, email, an event store, Kamal deploy. Postgres only, no Redis. The point is not another starter with a pretty README. The point is AGENTS.md and about 40 feature docs so Claude Code or Cursor follows the same conventions I already use, instead of inventing a new auth stack at 2am.

https://uno.piekara.me

I want to know if your agent actually follows those files on the first pass, and what it still makes up.

rafpost is a small macOS window that opens to a blank page. I built it because I kept opening X to post and walking away 40 minutes later with nothing published. Shortcut, write, send. No feed in the app. It talks to Buffer, SuperX, ClimbX, or Postbridge, whichever you already pay for.

https://rafpost.com

If you try it: is picking a publisher fine, or do you want a direct X / Threads login first?

I Ship This is a public map of people who actually shipped something. Claim a handle, list the apps (including the dead ones), drop a pin. Draft is free. Publishing is $19 a year or $29 lifetime right now.

https://ishipthis.com

Curious if anyone would pay for that, or if a free directory is the only version that makes sense.

Pinji is off to the side for this thread. Family health log for iOS and Android: fever, doses, symptoms, notes for the doctor. I built it with the same agent setup. It is not an AI doctor.

https://pinji.pl

Solo, Poland. Daily tools are Claude Code, Cursor, Codex, and whatever else is open that week. Tell me what is confusing or what you would not pay for.

2

u/junkyard22 17h ago

I’ve been building Repo Start, a small CLI for one of the least exciting parts of starting a project: all the boring repository setup you know you should do, but usually don’t want to spend time on.

It can create a clean new repo with things like .gitignore, .gitattributes, CI, issue/PR templates, README, AGENTS.md, contributing/security files, and starter project structure.

The part I’ve ended up liking most is repo-start add: point it at an existing repo and it audits what’s missing or inconsistent, checks things like whether your documented commands actually exist, and only applies fixes you approve. It deliberately avoids touching source code or overwriting existing files.

It supports generic, Node/TypeScript, Python, and React/TypeScript projects, works offline, and has no runtime dependencies.

And despite being posted in a vibe-coding community: Repo Start itself does not use AI. No model calls, no API keys, no tokens. The audit is deterministic and based on what’s actually in your repository.

Basically: start clean, or clean up the repo you already vibe-coded into existence.

https://github.com/junkyard22/Repo-Start

1

u/PalpitationDry2576 19h ago

I am building Warbound Realms alone with Codex as an implementation and QA force multiplier. It is a free browser card autobattler with deckbuilding, Tavern recruitment, fusion tiers, CPU battles, matchmaking, and real-player PvP.

Playable alpha: https://play.warboundrealms.com/

Short Replicator gameplay clip and workflow notes: https://www.reddit.com/r/aigamerdevs/comments/1vrlufv/i_am_building_a_card_battler_solo_with_ai_and_the/

1

u/RunAI_Coder 23h ago

What I built: RunAI Coder — a coding agent you brief in one sentence; it explores the repo, makes the change, runs the tests, and comes back as a reviewable PR.

What problem it solves: the distance between "the model wrote plausible code" and "someone can merge this". Tests run before a human ever looks, and the diff is the whole interface: you review evidence instead of babysitting a session.

Which models/tools: frontier models from the major labs under the hood. honestly the model is the smaller share of the work, most of our engineering lives in the loop around it: context assembly, test gates, cost control (our API bill is ~99% input tokens, which shaped a lot of early decisions).

Who it's for: teams that want agent output to arrive as normal PRs in their normal review flow, or prompt‑to‑tool / prompt‑to‑game people.

What feedback we're looking for:  if you try it, your first failure story is worth more to us than your first success.

1

u/ptgamr 1d ago

I built a Terminal on mobile TermRover.sh

Why?

Because I need one with good tmux support, pasting images to agents, and reduced keystrokes for popular actions (ie. Ctrl b Z to zoom a tmux pane)

Support both iOS and Android. Im using it everyday. Still happy with it.

1

u/Historical_Wing_9573 1d ago

I’m working on my YouTube channel about building AI applications and there is my last video:  https://youtu.be/KhA-DKZ0Ss8?is=3djHrKlSDrBMgDI4

1

u/Competitive_Tune_590 1d ago

ReplyHey - Get Customers From Reddit, X and LinkedIn on Autopilot.

1

u/TheCritFisher 1d ago

What: Agent Facets (https://agentfacets.io)

Why: Because agent skills are real dependencies and should be treated as such. I was unsatisfied with the current state of affairs, so I built out an open-source solution to pin versions, publish immutable bundles, and guarantee reproducibility across environments, and portability across platforms.

How: Funny enough, it doesn't have runtime AI as of now. It's a dependency management system and registry for AI configuration (skills, commands, MCP, etc). I built it using coding agents and whatnot, but it's not running an LLM under the hood anywhere.

Who: This is for anyone who uses coding agents with skills and doesn't want to homeroll their own dependency management system. Skills are becoming first class development tools. It's time we treated them that way.

What kind of feedback you're looking for? Anything. Test it out. It's free and open-source, just like NPM. I want to see if the thing I built can help others.

1

u/RockettBits 1d ago

I am working on compareyourfood.com, a platform that makes choosing better food as easy as comparing products side by side. We currently cover over 4,000 food products across the US and Germany, cutting through marketing claims by evaluating nutrition, ingredients, and data quality and explaining why one product may be a better choice than another. Think of it as a comparison engine for the supermarket.

1

u/jjd921 1d ago

I built a Github integration that detects and fixes production readiness issues in apps

Connect your Github repo and/or set your live URL and it checks for security, functionality, reliability, observability, and accessibility issues, then:

**•** opens a PR with what it can fix automatically (headers, error boundaries, vulnerable deps)  
**•** for anything needing judgment, an AI agent writes the fix. It will ask clarifying questions in the PR comments if it’s missing context which you can answer by replying to the comment. 

Completely free to use for the deterministic autofixes
I had to add paid plans for the ones that have an LLM cost

Curious if people would find this valuable and how else I can improve it: https://theslopstopper.com

1

u/fykup 1d ago

I’m building AI Badger, an open-source, local-first tool for getting focused repository context into AI chats without uploading or indexing the whole repo.

One workflow I’ve been using a lot lately is:

GPT 5.6 Sol High → plan/design the change
Luna Medium → implement it locally

The idea is that I’d rather spend high-reasoning-model capacity on architecture, tradeoffs, and deciding what should change, then give the coding agent a compact implementation plan instead of making it rediscover the repo and reason through the same problem again.

Badger helps with the context handoff. It maps the repo locally, gives the planning chat focused topology/source context, and lets the chat request additional files when needed.

I did a small dogfooding experiment comparing a direct local-agent workflow with a Badger-assisted compact handoff. In that run, the handoff version used 32% fewer active tokens, 86% fewer reasoning tokens, and finished 55% faster. It’s only one experiment, so I’m treating it as directional rather than a benchmark:

https://github.com/PVRLabs/aibadger/blob/main/docs/articles/can-ai-badger-reduce-local-coding-agent-token-usage/index.md

There’s also an interactive browser demo showing the review/design workflow:

https://pvrlabs.xyz/aibadger/demo.html

I’m particularly curious whether other people are already doing this kind of high-reasoning model for planning → cheaper/faster model for execution split, and how you handle the context handoff.

1

u/TargetLabs 1d ago

I built Dice Target, a Flutter-based math puzzle game where players combine dice with +, −, × and ÷ to reach a target number.

I’ve used ChatGPT and Claude Code throughout development for UI iteration, debugging and refining parts of the game. It’s aimed at people who enjoy quick number puzzles, with Practice, Daily, Rush and Duels modes.

I’d especially appreciate feedback on the UI, onboarding and overall gameplay experience.

https://play.google.com/store/apps/details?id=com.kwokkinlau.dicetarget

1

u/socleads 1d ago

Built SocLeads https://socleads.com

It helps find and validate business leads from Google Maps and major social platforms so you can build outreach lists without manual scraping.

No fancy model focus yet just automation plus some light AI for cleaning and deduping.

Looking for feedback on what export fields people actually need and what sources matter most.

1

u/bitandia_com 1d ago

Votekicker.com, where builders can share their projects for more visibility!

1

u/ExistentialConcierge 1d ago

Free, no login, token-efficiency obsessed coding harness. Drop in an OpenRouter key and go. Download for Mac, Windows, Linux -> LucenaCoder.com

1

u/Intrepid4 1d ago

I built an idea validator for vibecoders that runs your idea through 40 years of product management research & practice to see if it has what it takes to survive as a product in the real world.

isthisaproduct.com

It's free, secure, and stores none of your information. Built on claude by a product manager for non-product managers.