Live data from Hacker News

Show HN: Dyad, local, open-source Lovable alternative (Electron desktop app)

dyad.sh

1–10 of 20 posts

Show HN: Dyad, local, open-source Lovable alternative (Electron desktop app)

#1
Hi HN!

I left Google earlier this year and created Dyad, a local, open-source AI app builder made with Electron.

The motivation: I tried one of the popular cloud-based AI app builders, but when I pulled down the app to run locally and debug in Cursor, it just didn’t work. So I created Dyad, an app builder that runs fully on your computer, making it easy to switch between Dyad and coding tools like Cursor or Claude Code.

Source code: https://github.com/dyad-sh/dyad/

Download (free, no sign-up): https://www.dyad.sh/

I've gotten questions about how it works under the hood so I wrote an architecture doc explaining how it does tool calling using XML tags, etc: https://github.com/dyad-sh/dyad/blob/main/docs/architecture....

Let me know what you think and happy to answer questions about building an Electron app, etc!

Show HN: Dyad, local, open-source Lovable alternative (Electron desktop app)
dyad.sh

Re: Show HN: Dyad, local, open-source Lovable alternative (Electron desktop app)

#4
Congrats for launching and awesome work, I will try it out soon!

Question, I have my own persistence and auth services, all well documented, that I would like to build apps against. Is there a recommended way to do this other than pasting the docs in the prompt each time I create a new app?

Re: Show HN: Dyad, local, open-source Lovable alternative (Electron desktop app)

#5
post #4

Congrats for launching and awesome work, I will try it out soon! Question, I have my own persistence and auth services, all well documented, that I would like to build apps against. Is there a recommended way to do this other than pasting the docs in the prompt each time I create a new app?

Thanks! Check out our Prompt Library feature: this way you can create reusable prompts across your apps: https://www.dyad.sh/docs/releases/0.18.0

Re: Show HN: Dyad, local, open-source Lovable alternative (Electron desktop app)

#6

These things does work (up to a max few thousand lines of code), but, they eat tokens like f*ng monsters.

we have features like manual context management https://www.dyad.sh/docs/guides/large-apps#manual-context-ma... which lets you select files to use in your context window

Re: Show HN: Dyad, local, open-source Lovable alternative (Electron desktop app)

#7
I have been using it and I love it. It's isn't my main driver because I have to work on a lot of Bootstrap sites, it didn't like them the last I checked because they weren't a js framework. But I have made a few playthings with it that were and it was good.

Re: Show HN: Dyad, local, open-source Lovable alternative (Electron desktop app)

#8
post #2

I'm working on adding MCP support to Dyad soon! What's your favorite MCP servers? (trying to curate a list of recommended MCPs)

There is a project I’ve been playing with called claude-code-templates that keeps curated lists of things Claude code can use, one of which is MCP servers: https://github.com/davila7/claude-code-templates
Post reply on HN