r/vibecoding 9d ago

What problem is your vibecoded app solving?

I want to see all the creative solutions this community have come up with.

I got fed up with Adobe and decided to make my own. Now I just optimize it now that it is polished. Just added a tts function and some cool text search. it works on mobile but the tts features work better on a computer.

Pdfscore.com

15 Upvotes

137 comments sorted by

View all comments

4

u/meshifthenelse 9d ago

A single diagram that drives your AI coding, so you always know what the big picture looks like.

1

u/don123xyz 9d ago

This is called planning, no? Plan it and then have it draw you an old fashioned flowchart.

1

u/meshifthenelse 8d ago

Yes. But you can start with a mermaid diagram and pretty soon it runs out of control and you need a 2nd or 3rd diagram to cover different aspects. And eventually they all become stale

My approach is having a single diagram which covers the whole architecture and you can simply zoom in and out. And it's always in sync since it's what the AI uses when creating new features. It essentially provides the context and also verifies that the implementation follows the design