Live data from Hacker News

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

dyad.sh

11–20 of 20 posts

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

#12
post #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

Hey, could the tool do this itself? Like using code embeddings?

https://www.trynia.ai/ seems to be doing sometihing similar.

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

#13
post #9

My Kagi-fu fails me, but I recall a builder generated code use Supabase row level security, and it fails open, and no longer filtering out data from other users. Is this guaranteed to protect your data?

we have an extensive system prompt to instruct the Supabase to follow RLS best practices: https://github.com/dyad-sh/dyad/blob/de2cc2b48f2c8bfa401608c...

What you're describing as the fail-open behavior is from the Supabase platform (and not specific to any app builders): https://supabase.com/docs/guides/database/postgres/row-level...

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

#14
post #6

Earlier quoted context omitted.

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

Hey, could the tool do this itself? Like using code embeddings? https://www.trynia.ai/ seems to be doing sometihing similar.

very interesting - when we ship MCP support you should be able to use nia!

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

#16
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

neat! thanks for sharing

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

#18
Thanks for all of your hard work and commitment, Will! You've put everything into it, but its turning into something far more than some other companies that are much larger.

Thanks for being such a kind, caring guy. I have been here for a long time now, using Dyad. It's often becoming my main choice for designing and prototyping on things when I have a bit of inspiration.

I hope you find all the success out there, man. You're a genuinely good guy and it really shows in the way you do business. Have a wonderful time. Reach great heights.

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

#19
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)

Context7 or Deepwiki are a must-have. They are also relatively secure, unless those sources of information become compromised in some way.

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

#20

Earlier quoted context omitted.

Hey, could the tool do this itself? Like using code embeddings? https://www.trynia.ai/ seems to be doing sometihing similar.

very interesting - when we ship MCP support you should be able to use nia!

How about local support? First draft is simple enough to implement: chunk => embed => store. And then one simple lookup function.

Complexity would arise once we start to go into AST's and graph traversals.

Post reply on HN