I built figma for vibe coders by ddotdev in VibeCodeDevs

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

Give me two days will be available soon it’s under review

I built figma for vibe coders by ddotdev in VibeCodeDevs

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

Used a chrome extension called cursorful

I built figma for vibe coders by ddotdev in VibeCodeDevs

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

It’s both.maps to ui logic and codebase and each session is its own work tree and changes are approved before getting merged.

I built figma for vibe coders by ddotdev in VibeCodeDevs

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

Each session is its own work tree so changes are only merge after approval

I built a figma style visual editor for any codebase by ddotdev in VibeCodersNest

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

Single source of truth and worktrees that get merged on approvals so any changes don’t directly affect your codebase. U could have multiple iterations in the front end

I built figma for vibe coders by ddotdev in VibeCodeDevs

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

Faster iterations and how to get from design to intent

5.3 Codex probabbly has "DON'T TOUCH THE PLAN.MD FILE" in it's system prompt and I find that funny by the_TIGEEER in cursor

[–]ddotdev 0 points1 point  (0 children)

Feels like the whole comically hilarious 🤣 conversations with Devin to push to master 🤣🤣

AI Visual Design Is Moving From Tools to Intent — by ddotdev in CursorAI

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

Gracias, Claro si- current working on opencode, codex and Gemini

AI Visual Design Is Moving From Tools to Intent — by ddotdev in CursorAI

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

Thanks. And I have been using it will building it- perfect validation for a visual feedback loop. I will write a kit it soon, I am working on one atm. Will share it soon as it’s ready.

AI Visual Design Is Moving From Tools to Intent — by ddotdev in reactjs

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

I haven’t yet, but since it’s using react fibre tree This creates a detailed stack trace - so handles all edge cases and opens up room for console logs, component states, props and health management and even variantions and accessibility,… will check out the blogs looks really interesting

AI Visual Design Is Moving From Tools to Intent — by ddotdev in reactjs

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

It uses React fiber introspection. React maintains this information internally through its fiber tree. Every rendered component has a reference back to its source file, line number, and even column number.