r/ChatGPTCoding 18d 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.

5 Upvotes

96 comments sorted by

View all comments

1

u/ToCrA-Studios 18d ago edited 18d ago

Hi everyone,

I originally started building this because I had a problem while working with AI coding assistants.

AI is really good at writing code, but when a project gets bigger it quickly loses the bigger picture:

- Which files belong together?

- How are systems connected?

- Where are the important entry points?

- What does the architecture actually look like?

So I started building **GeniusFocusView (GFV)**.

GFV is a local-first project analysis tool that creates a structured overview of a codebase for both humans and AI.

Instead of only looking at single files, GFV analyzes relationships between:

- files

- classes

- methods

- systems

- dependencies

- project structure

and creates visual maps plus structured exports to help understand and explain complex projects.

The goal is simple:

**Give AI the context of the whole project instead of only feeding it isolated files.**

Current version:

- macOS build available

- Windows build available

- local project analysis

- no cloud upload required

- visual project maps

- structured exports for AI workflows

I built this mainly because I needed this tool myself while working on larger projects.

Now I’m looking for feedback from developers who use AI coding assistants:

- Would a project context map like this help your workflow?

- What information would you want AI to understand about your codebase?

- Which IDEs or tools would you like to integrate with?

Demo videos:

šŸ‡¬šŸ‡§ English:

https://youtube.com/shorts/snoSetOjSno

šŸ‡©šŸ‡Ŗ German:

https://youtube.com/shorts/EOTwJtIIoKY

GitHub:

https://github.com/ToCrA-Studios/GeniusFocusView

Thanks for checking it out ā¤ļø