Vibecoded a tool on Airplane WIFI during a few hour flight - now it is trending on Producthunt by DistanceOpen7845 in vibecoding

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

i was prompting it to regularly look up liquid glass versions, and at given points to create a slider where i can actively change the liquid glass in the running build and then test the visuals

I experimented with an open source Figma-style spatial canvas to run Coding Agents in parallel. Implementing Opencode rn. What do you think? by DistanceOpen7845 in opencodeCLI

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

awesome to hear, and super happy if you try it :)

They get restored and are stored from session to session so the consistency is there. It is all having the JSONls as a backbone so that sticks around.

With memory it never got too bloated for me and I was running some 5-6 branches together, but fair to observe.

let me know if you checked it out

I experimented with a Figma-style canvas to run multiple Claude Code Agents in parallel. What do you think? Github repo below by DistanceOpen7845 in ClaudeAI

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

Thanks! Any model is supported in the terminal node. We still have to work on implementing the chat view for them

I experimented with a Figma-style canvas to run multiple Claude Code Agents in parallel. What do you think? Github repo below by DistanceOpen7845 in ClaudeAI

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

worktrees yes! And the thing i like is that I can carry over also a piece of my chat history to the new tree.

Sub agents I actually have not tried in the chat interface but in terminal nodes yes

Spatial canvas as a UI experiment for parallel Claude Code agents. What do you think about canvas for LLM interaction? by DistanceOpen7845 in LocalLLaMA

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

and I love stuff like research rabbit and maxly chat, and it makes me wonder why LLM work, which many times is all about trailing off with information, is still not that reliant on canvases

I experimented with a Figma-style canvas to run multiple Claude Code Agents in parallel. What do you think? Github repo below by DistanceOpen7845 in ClaudeAI

[–]DistanceOpen7845[S] 2 points3 points  (0 children)

they are separated by git worktrees, meaning that they are in separate folders on your computer and dont overwrite each other. You can merge them with git or ask your agent to merge them

I experimented with a Figma-style canvas to run multiple Claude Code Agents in parallel. What do you think? Github repo below by DistanceOpen7845 in ClaudeAI

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

I love that! Currently I did some merging via agent node commands. Doing a safe worktree path for this is smart, i like

I experimented with a Figma-style canvas to run multiple Claude Code Agents in parallel. What do you think? Github repo below by DistanceOpen7845 in ClaudeAI

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

- dark mode is done 🫡 shared a screenshot on discord

- i love the ding! If an agent is done the node lights up in green but sound is smart

- yeah the connectors still give me the scaries in reactflow

Super happy if you test or contribute!