Readit News logoReadit News
jannesblobel commented on Pencil.dev will replace Figma, just as Figma did with Sketch   pencil.dev/... · Posted by u/jannesblobel
jannesblobel · 17 days ago
It’s surprising how fast you can design real interfaces with Pencil.dev already. The workflow feels closer to writing code than pushing pixels, quick iterations, clear diffs, and no heavy UI getting in the way.

What really stands out is that everything lives in Git. Designs sit next to the code they relate to, with versioning, history, and collaboration handled by tools developers already use. This avoids a lot of the friction Figma had for years, where design history, branching, and reviews were either missing or awkwardly bolted on later.

If Sketch -> Figma was about moving design to the browser, Pencil feels like the next step: treating design as a first-class, versioned artifact in the developer workflow.

Curious how designers and engineers here think about Git-based design workflows, and where this approach might fall short compared to Figma.

jannesblobel commented on     · Posted by u/jannesblobel
jannesblobel · 18 days ago
As a developer tool, it seems fairly obvious to have Git integration so API collections can be versioned and reviewed like code.

I was surprised this wasn’t already supported. Does anyone know what made this difficult, or why it took this long to ship?

jannesblobel commented on Running Claude Code dangerously (safely)   blog.emilburzo.com/2026/0... · Posted by u/emilburzo
jannesblobel · 20 days ago
If your system were under version control, so that Claude could do whatever it wanted on its own branch, so to speak, would it still be such a big problem? Because you could just roll back if it really did cause problems, couldn't you?
jannesblobel · 20 days ago
Perhaps I should add something here. It always depends on the task. Claude with SUDO access doesn't seem right to me either, but I wouldn't run that anywhere else either.
jannesblobel commented on Running Claude Code dangerously (safely)   blog.emilburzo.com/2026/0... · Posted by u/emilburzo
jannesblobel · 20 days ago
If your system were under version control, so that Claude could do whatever it wanted on its own branch, so to speak, would it still be such a big problem? Because you could just roll back if it really did cause problems, couldn't you?
jannesblobel commented on Show HN: A CLI tool that stores Claude Code chats in your Git repo   github.com/Legit-Control/... · Posted by u/jannesblobel
forgotpwd16 · 20 days ago
Cool concept. (Legit project overall too.) Any chance it expands beyond Claude, e.g. Codex, OpenCode? Also, unless misunderstood those commits happen in currently working branch? If yes, an option to have the code/sessions mix in alternative (not working) branch will be nice too, as not every project would want to fill history with sessions.
jannesblobel · 20 days ago
Thanks, glad you like the Legit.

On expanding beyond Claude: there’s no concrete plan right now since we built this around Claude, but we’re very open to it. If you have a preferred CLI (e.g., Codex, OpenCode, or something else), feel free to open an issue in the repo. Or just describe your use case here and I will do it :)

Regarding branches: the tool does not pollute your working branch. Each session lives on a separate “session” branch that contains all prompts and operations. Your normal working branch stays clean.

When you end a session, you’re prompted to either:

merge the code changes into your working branch, or

discard them.

If the video or README didn’t make this clear enough, I’d appreciate the feedback I’ll update the docs accordingly.

jannesblobel commented on Show HN: www.kitty.cards – Make your own Apple Wallet cards   kitty.cards... · Posted by u/xenodium
jannesblobel · 20 days ago
how can I change the QR code?
jannesblobel commented on Show HN: OpenWork – An open-source alternative to Claude Cowork   github.com/different-ai/o... · Posted by u/ben_talent
jannesblobel · 21 days ago
A current concern of mine, also when using Claude Cowork, is that I don’t want files to be modified if I can’t control their versions/ if they aren’t versioned at all.

And even though it doesn’t actually get full sudo access, giving an LLM permission to edit files without being able to track exactly what it’s doing still feels risky.

u/jannesblobel

KarmaCake day61February 8, 2023View Original