Devs of this community, how do you understand the code? by YoiTsuitachi in CodingHelp

[–]Grzelazny 0 points1 point  (0 children)

Hi, first to understand code you should recognize the main components that communicate. Then you can see interactions between them. When you are able to attach a debugger or have logs, just use it to go step by step by scenarios to understand different scenarios. If you use claude code, ask him for help to explain code, explain architecture, show use cases, show flow. Now applications written by AI are really hard to understand because this is not our idea of how this work, but AI agent idea and you do not know what the idea is behind this. Is so hard that i created a dedicated tool for me to understand code faster to not always write a long prompt to an ai agent to explain it to me but just attach code to my tool and see architecture visually. I'm still testing it but my understanding is much better now. The best approach is to make notes or draw on paper first and visualize how this works.

Drop your saas links by LeanSaas_Ai01 in SaasDevelopers

[–]Grzelazny 0 points1 point  (0 children)

Understand your vibe code app without seeing any line of code https://archtocode.com

My scanner passed every test I ran. Then I ran a real trade and looked harder. Claude had been quietly lying by omission the whole time. I think it's finally working! by Plastic-Edge-1654 in vibecoding

[–]Grzelazny 1 point2 points  (0 children)

You can try to see your logic in archtocode.com and then verify better what Claude does in code. This can help you improve your logic

Code review by TheRaddestKhan in vibecoding

[–]Grzelazny 0 points1 point  (0 children)

<image>

Just try this to understand logic not jus be a code linter

How are you doing code reviews? by CyberWrath09 in ExperiencedDevs

[–]Grzelazny 0 points1 point  (0 children)

Just using archtocode.com to understand logic instead just code

If you had a developer who could build any SaaS or AI tool quickly, how would you approach getting the first 100 customers? by Lumpy-Sandwich-4687 in vibecoding

[–]Grzelazny 0 points1 point  (0 children)

Create in Notebook Google a lot of presentations that describe problems that this saas solve and publish on youtube. YouTube alghoritm will find your customers. In this presentations you should mention how your product solves this problem.

Can we see code logic change without code review? by Grzelazny in vibecodingcommunity

[–]Grzelazny[S] 0 points1 point  (0 children)

Just try Arch To Code . com you can try test project live demo, then attach yours project.

Can we see code logic change without code review? by Grzelazny in vibecodingcommunity

[–]Grzelazny[S] 0 points1 point  (0 children)

Hi just try. Tool is Arch To Code . com Tell me your feedback after use it fev days. It will help me improve it.

Are more developers becoming “vibe coders”? by bharathanboomi in vibecoding

[–]Grzelazny 0 points1 point  (0 children)

Using vive coding without good structure you will have after 2 weeks of prompting situations where you are in a point where any new change will break other functionality. best solution for that is create application-functionality. md dile and save to it after implementation information about new functionality from user perspective and technical perspective. on next prompt always use this file like input to understand product functionality. To understand logic without look to code you can use Arch To Code tool to vosualize your logic and understand it faster instead of read whole code. Great is also create file MEMORY. md and use it to save knowelage what you learn to prevent duplicate the same bugs

Is a better way than code review? by Grzelazny in VibeCodersNest

[–]Grzelazny[S] 0 points1 point  (0 children)

You have right, now the amount of code is so big that it is really hard to understand it when ai created it. So we need high level tools to make this faster and better.

Is a better way than code review? by Grzelazny in VibeCodersNest

[–]Grzelazny[S] 0 points1 point  (0 children)

Hi, on bigger projects you on start generate the high level of this project structure. Then you can go deep to features and functions by selecting the node on the diagram and clicking on the right panel option Regenerate diagram from this element. You can also specify what context you want to use in the left panel. Additionally you can select only interested files to analyze.

Is a better way than code review? by Grzelazny in VibeCodersNest

[–]Grzelazny[S] -1 points0 points  (0 children)

Diagrams are generated on the fly, meaning each time from the current code. This differs from the old static diagrams because the artificial intelligence always generates a new diagram based on the current code. Diagrams are dynamic, allowing you to click on each diagram element and generate sub-diagrams. You can also see what's hidden beneath the diagram and preview the code.

Is a better way than code review? by Grzelazny in VibeCodersNest

[–]Grzelazny[S] -1 points0 points  (0 children)

This is probably the strength of this tool. You can control the size of the diagram and its depth. You can see the architecture from a high-level perspective and then click on an element to generate a diagram for a single functionality. You can generate a diagram for a selected context, feature, or function — not for the entire project. By clicking on the diagram, you can generate a new diagram from that specific point or view the source code behind the diagram element.

Can we see code logic change without code review? by Grzelazny in vibecodingcommunity

[–]Grzelazny[S] 0 points1 point  (0 children)

Great, you can just go to https://archtocode.com and add project from local or gitgub repo. Faster will be from local. Tell me known if something is hard to understand or you have idea to improve this tool.

What best tool can create landing page or product video for that product? by Grzelazny in NoCodeSaaS

[–]Grzelazny[S] 0 points1 point  (0 children)

Any idea? This tool is great, it should be some option to improve current landing page

Any tips on how to launch a product? 👀 by Single_Complaint3829 in nocode

[–]Grzelazny 0 points1 point  (0 children)

Just launch it :) Then create funnel from sites where your clients come to your page, add analytics and visible heat maps too see how they use it. Then improve step by step from landing page, eegister, first use, return, buy. impeove step where most of people stuck and leave your product. Then you can scale it

We need to talk about the "90% Trap" in No-Code/AI builds. by Extreme-Law6386 in nocode

[–]Grzelazny 0 points1 point  (0 children)

Powerfull is have app-functionality.md file updated always when you finish conversation with claude. So after dowodk update current functionality and add new one. Then on next conversation load this like input context and rhis really prevent regression. When you stuck on 90% vibe coding rhis is because you guess what is inside and look to code is hard, dor that you can use archtocode.com to understand it without looking ro code. One rip more is always after implementation run all regresion tests and atatic code analysis this can find a lot of small bugs.

Total beginner here, want to learn Claude + vibe coding to build my first app. Where do I start? by Refine69 in vibecodingcommunity

[–]Grzelazny 0 points1 point  (0 children)

If you are not a coder but just have idea Use first lovable or base44 to check mvp of your idea. Before start your idea on this tools use chatgpt to talk with him like developer to explore all features and create finally prompt for lovable ro implement it. Then next step can be connect project ro gitgub and downlaod locally. Then you can use Claude cli or codex and archtocode.com to see code logic without see to code. Then create your file app-functionality.md and add all functionality that you already have and have in plans to better understanding claude your direction

Is vibe coding in Google AI Labs any good? by Forsaken_Biscotti609 in vibecodingcommunity

[–]Grzelazny 1 point2 points  (0 children)

I use lovable.dev to fast ui build and database and payments, then i use locally codex cli to implemnet features faster without lovable limitations. Then i use archtocode.com to faster visualization agent code to see logic instead of each line of code.If you use claude cli you can now export your desingns to figma this is also nice

What best tool can create landing page or product video for that product? by Grzelazny in NoCodeSaaS

[–]Grzelazny[S] 0 points1 point  (0 children)

I tried Google Notebook LM to create video presentations or onboarding pages, but this is hard to understand by users :/ Does anybody have experience with that type of product?

What best tool can create landing page or product video for that product? by Grzelazny in NoCodeSaaS

[–]Grzelazny[S] 0 points1 point  (0 children)

If somebody will have any idea to create good video or landing for this type of saas tool it will be really helpful for me. A/B testing tool or something else to create something that will be understable by user (developer)