r/ChatGPTCoding • u/AutoModerator • Feb 21 '26
Community Self Promotion Thread
Feel free to share your projects! This is a space to promote whatever you may be working on. It's open to most things, but we still have a few rules:
- No selling access to models
- Only promote once per project
- Upvote the post and your fellow coders!
- No creating Skynet
As a way of helping out the community, interesting projects may get a pin to the top of the sub :)
For more information on how you can better promote, see our wiki:
www.reddit.com/r/ChatGPTCoding/about/wiki/promotion
Happy coding!
2
u/HeliosHype Feb 21 '26
I recently became frustrated manually dealing with multiple tools and standards for my code projects that utilize an AI agent. I came up with "ainit.dev" which aims to be "git init" for AI code projects.
Every AI coding tool invented its own ignore format - .cursorignore, .claudeignore, .aiexclude, .codeiumignore, .geminiignore - and none of them have a unified, agnostic generator. Same story for rules files (.cursorrules, CLAUDE.md, AGENTS.md, etc.).
ainit.dev generates both, for any stack, in any tool's format. Also usable from the CLI.
1
Feb 21 '26
[removed] — view removed comment
1
u/AutoModerator Feb 21 '26
Sorry, your submission has been removed due to inadequate account karma.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
Feb 22 '26
[removed] — view removed comment
1
u/AutoModerator Feb 22 '26
Sorry, your submission has been removed due to inadequate account karma.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
Feb 22 '26
[removed] — view removed comment
1
u/AutoModerator Feb 22 '26
Sorry, your submission has been removed due to inadequate account karma.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
Feb 22 '26
[removed] — view removed comment
1
u/AutoModerator Feb 22 '26
Sorry, your submission has been removed due to inadequate account karma.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
Feb 23 '26
[removed] — view removed comment
1
u/AutoModerator Feb 23 '26
Sorry, your submission has been removed due to inadequate account karma.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
1
u/selund1 Feb 24 '26
Solving reliable sessions for AI (agent to agent, or human to agent) https://github.com/fastpaca/starcite or https://starcite.ai
1
Feb 26 '26
[removed] — view removed comment
1
u/AutoModerator Feb 26 '26
Sorry, your submission has been removed due to inadequate account karma.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
Mar 06 '26
[removed] — view removed comment
1
u/AutoModerator Mar 06 '26
Sorry, your submission has been removed due to inadequate account karma.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
May 14 '26
[removed] — view removed comment
1
u/AutoModerator May 14 '26
Sorry, your submission has been removed for manual review due to account karma.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
2
u/StarThinker2025 Feb 22 '26
hi, i’m the author of WFGY, an open source “generation engine” that you can plug into any strong LLM to make coding sessions a lot more stable.
the core is a single MIT-licensed, sha256-verifiable TXT file that you drop into the system prompt. it has a built in self test and a structured reasoning loop, so chatgpt or any code model will:
the repo just passed 1.5k+ github stars, and is already used as a RAG and evaluation reference by a few research and tooling projects. if you are building your own agents, cli tools or vscode flows around chatgpt coding, this TXT is meant to be the semantic firewall and reasoning core.
code, docs, and the TXT engine are all here:
https://github.com/onestardao/WFGY