Feed aggregator

Show HN: Dyad – free, local, open-source AI app builder (v0/lovable alternative)

Hacker News - Wed, 04/30/2025 - 1:41pm

Hi HN -

I'm excited to share a free, local, open-source AI app builder that I created. You can see what it looks like and download it here: https://dyad.sh/

It's open-source and on GitHub: https://github.com/dyad-sh/dyad

If you've used one of the popular AI app builders like v0, lovable and bolt, but want something more flexible and without the lock-in, I think you'll like dyad.

note: dyad isn't an IDE (and not another VS code fork :) and instead is focused on people, esp. non-coders, who want an all-in-one tool to build+preview web apps in a simple intuitive desktop UI.

Here's a few things that makes it different:

- Runs locally - Dyad runs entirely on your computer, making it fast and frictionless. Because your code lives locally, you can easily switch back and forth between Dyad and your IDE like Cursor, etc.

- Run local models - I've just added Ollama integration (https://www.dyad.sh/docs/guides/ai-models/local-models), which lets you build with your favorite local LLMs.

- Free - Dyad is free and bring-your-own API key. This means you can use your free Gemini API key and get 25 free messages/day with Gemini Pro 2.5!

I’d love any feedback. Thanks!

Comments URL: https://news.ycombinator.com/item?id=43848489

Points: 1

# Comments: 0

Categories: Hacker News

Sick of AI slop on Pinterest? These two new features should help bring back real pins

ZDNet Security - Wed, 04/30/2025 - 1:23pm
Pinterest has a plan to fix its AI mess.
Categories: ZDNet Security

The UK semiconductor sector needs talent but a report highlights challenges

Computer Weekly Feed - Wed, 04/30/2025 - 1:11pm
The UK semiconductor sector needs talent but a report highlights challenges
Categories: Computer Weekly

Show HN: Native Immediate-Mode UI Library

Hacker News - Wed, 04/30/2025 - 1:02pm

For the past few months I've been working on Rim, an immediate-mode UI library that renders down to native retained-mode toolkit widgets.

I've always preferred using native desktop toolkits for my projects, but it's always such a pain to use a retained-mode approach and maintain state in two different places.

This, and my jealousy of how easy people in the ImGui world have it (it's so much easier!), led me to create a virtual DOM for desktop toolkits.

This gives me the full power of the immediate-mode paradigm, but still allows me to target native toolkits.

Feel free to ask any questions or provide suggestions.

Comments URL: https://news.ycombinator.com/item?id=43848025

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Binaural Toneboard

Hacker News - Wed, 04/30/2025 - 1:01pm

Hi HN!

I built this Toneboard a few months ago to use in lieu of cherrypicking youtube videos.

Fully open source: https://github.com/1ps0/binaural

I've been using the binaural audio standing-wave trick for some years now, particularly the rendered 40hz (400hz/440hz) to clear my head.

This is part of taking my own path towards small-scale tooling. I built it out as part of learning how to do an AI-first project with strong discipline.

The core idea is a series of togglable tones that have practical effect, especially with headphones. The Toneboard makes them composable, with quick access and controls.

I designed it to be an offline-first, framework-less, frequency generator leveraging WebAudio. I usually run it from local file, but I recently got it working on Firefox through the published site, due to hosting under my own domain.

The page has a basic explainer and howto for best effect.

Lots of ways to expand the project still, but this is how its stabilized for now.

FYI: This is still a 95%-done project with various little quirks and issues. I've made note of what I've found so far in the ROADMAP, but feedback is welcome (see GH Issues).

Comments URL: https://news.ycombinator.com/item?id=43848009

Points: 1

# Comments: 0

Categories: Hacker News

GhostHub hit 10K lines – now I'm burning out. What would you do?

Hacker News - Wed, 04/30/2025 - 12:59pm

I’ve been developing GhostHub, a swipe-based media server for personal libraries. It doesn’t need accounts or setup; just run it and share instantly. It has real-time viewing sync, anonymous chat, and automatic indexing with thumbnail previews.

After recently releasing version 1.2, I planned to dive straight into more ambitious features like transcoding and a config server. But managing bandwidth optimization, Docker builds, UI/UX improvements, and backend refinements has started to become overwhelming for a solo developer.

GhostHub is already at 10K+ lines of Python and JavaScript, excluding the front-end HTML and CSS, and it’s beginning to outgrow me. Every new feature demands a ton of testing, and I’m feeling the classic burnout creeping in.

I’m curious how other solo or small-team devs manage this:

- How do you balance delivering new features with preventing burnout?

- When do you decide to ship versus taking time to polish your code?

- Do you continuously refactor, or save cleanup for later?

Would appreciate hearing any experiences or advice from others who’ve tackled similar challenges.

Github (For Context): https://github.com/BleedingXiko/GhostHub

Comments URL: https://news.ycombinator.com/item?id=43847989

Points: 1

# Comments: 0

Categories: Hacker News

Pages