Show HN: Dyad, local, open-source Lovable alternative (Electron desktop app)
11–20 of 20 posts
Re: Show HN: Dyad, local, open-source Lovable alternative (Electron desktop app)
#12These 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
https://www.trynia.ai/ seems to be doing sometihing similar.
Re: Show HN: Dyad, local, open-source Lovable alternative (Electron desktop app)
#13My 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?
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)
#14Earlier 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.
Re: Show HN: Dyad, local, open-source Lovable alternative (Electron desktop app)
#15Can it run with Ollama?
Re: Show HN: Dyad, local, open-source Lovable alternative (Electron desktop app)
#16I'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
Re: Show HN: Dyad, local, open-source Lovable alternative (Electron desktop app)
#17Re: Show HN: Dyad, local, open-source Lovable alternative (Electron desktop app)
#18Thanks 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)
#19I'm working on adding MCP support to Dyad soon! What's your favorite MCP servers? (trying to curate a list of recommended MCPs)
Re: Show HN: Dyad, local, open-source Lovable alternative (Electron desktop app)
#20Earlier 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!
Complexity would arise once we start to go into AST's and graph traversals.