frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Huzzah – a novel approach to coding with AI

https://www.danielvaughn.dev/posts/huzzah/
204•danielvaughn•5h ago•113 comments

Show HN: I trained a 125M model to autocomplete piano on-device

https://simedw.com/2026/08/20/midi-autocomplete/
489•simedw•12h ago•105 comments

Show HN: We chased a weather balloon across Montana and never found it

https://radi8.dev/blog/uplink/
50•radeeyate•7h ago•22 comments

Show HN: Omacosy – Omarchy-style tiling desktop for macOS, no SIP

https://github.com/paulsp94/omacosy
47•paulsp•10h ago•37 comments

Show HN: Open-source Stripe Connect alternative

https://zoneless.com
63•tinyprojects•10h ago•24 comments

Show HN: Check if any of the $656M in unclaimed royalties at The MLC is yours

https://pub.doub.ly/
60•knaught•10h ago•37 comments

Show HN: luoluoAI – OpenAI-compatible and Claude Messages API gateway

https://api.luoluocoder.com/
2•siofeng•1h ago•0 comments

Show HN: A data viewer for choosing Frigate-compatible IP cameras

https://github.com/ch-bas/cctv-camera-database
34•martinAndy•3h ago•3 comments

Show HN: DumpSort – drop screenshots/PDFs, get a named zip (browser-only)

https://dumpsort.vercel.app
3•davidlifschitz•3h ago•0 comments

Show HN: Molecule.dev is an AI-first composable package ecosystem

https://github.com/molecule-dev/molecule
2•loh•3h ago•1 comments

Show HN: Praxos – team messaging with built-in memory

https://www.praxos.ai/
5•mogusian•3h ago•2 comments

Show HN: PingChange – monitor web pages and OpenAPI specs for meaningful changes

https://pingchange.com
2•epigos•3h ago•0 comments

Show HN: Verified business dashboards inside ChatGPT and Claude via MCP Apps

https://www.corpusiq.io/docs/hermes/mcp/mcp-apps-interactive-ui
2•corpusiq_io•3h ago•0 comments

Show HN: Sourcery – Benchmark for search APIs on the sources they return

https://sameerhimati.com/sourcery/
3•sameerhimati•4h ago•1 comments

Show HN: WaveHouse – Supabase for ClickHouse

https://wavehouse.dev
11•ericandr•6h ago•3 comments

Show HN: sce (Simple Console Editor)

https://github.com/volution/simple-console-editor
15•ciprian_craciun•5d ago•0 comments

Show HN: Astronomy Buddy–what's worth pointing a telescope at tonight

https://astronomy-buddy.com/
3•TheFunkyMonk•5h ago•0 comments

Show HN: Encrypt messages locally into self-contained links

https://diaryof.me/tools/
4•cryptographical•5h ago•1 comments

Show HN: Paint-by-numbers pixel art that 24 strangers fill in together

https://fillgood.io
5•einkaufspilot•5h ago•0 comments

Show HN: We Added Notion Calendar to *Superhuman for iMessage

3•jmatan•5h ago•0 comments

Show HN: Meridian(PH #1) – Automatic AI Workjournal for Devs

https://github.com/Meridiona/meridian
4•adithyaharish•5h ago•0 comments

Show HN: Streambench – Native Mac Client for Kafka and NATS

https://streambench.app
13•valentinprgnd•6d ago•4 comments

Show HN: trailers.fm – live channel of movie trailers

https://trailers.fm/
4•dogancan•5h ago•1 comments

Show HN: Language Audio Trainer – Learn languages without looking at the screen

https://playling.netlify.app/
2•SalaevAl•6h ago•0 comments

Show HN: Sitmap – a World in Conflict inspired map maker for Cold War scenarios

https://tomaytotomato.github.io/sitmap/
7•tomaytotomato•11h ago•3 comments

Show HN: Sentrint, a security scanner for projects build with LLMs

https://sentrint.com/
5•Gourabdg•11h ago•2 comments

Show HN: Skilldocs – Figma for Markdown

https://skilldocs.dev/tour
2•rajivayyangar•6h ago•1 comments

Show HN: Halmos.Science - Hacker News for math, the server checks the proofs

https://halmos.science/
3•nadermx•6h ago•0 comments

Show HN: Automatically detect and patch walking-dead states in Sierra games

https://github.com/katiahayati/lucasartsifier/
157•wkfauna•1d ago•97 comments

Show HN: Process your solar eclipse data

https://github.com/dmead/solar-eclipse-timelapse
2•dmead•7h ago•0 comments
Open in hackernews

Show HN: Molecule.dev is an AI-first composable package ecosystem

https://github.com/molecule-dev/molecule
2•loh•3h ago

Comments

loh•3h ago
TL;DR: Revived my dead startup with AI and open sourced 99% of it.

For a bit of background here, I built Molecule.dev back in 2021 before AI was really a thing. It worked by allowing you to select the stack, libraries, and features you wanted, and then it would cherry pick a series of carefully crafted git commits to produce a fully functional app and API based on your selection. The idea was to provide polished code (using best practices at the time) that easily fit into common workflows of professional teams to help them quickly scale. It was probably too ambitious for the time, so after failing to find product-market fit fast enough, I very dangerously ran out of runway and had to scrap it.

Fast forward to early 2026... Opus 4.5 was out and after playing around with it a bit, it became clear that the original vision of decoupled, easily swappable stacks, features, and integrations was now possible. Long story short, I pointed Opus at Molecule v1's codebase and explained the design patterns, where I wanted to go with it, and have been grinding away at it nonstop ever since.

Turns out that v1's cherry-pickable architecture translates pretty well to code that weak LLMs can understand and work with. This makes it possible to very cheaply integrate/swap full-stack features and functionality common to almost every app, end-to-end, and the result is polished, predictable, and works immediately... so people no longer need to waste a bunch of time and tokens generating/testing/fixing semi-random unpolished code for core functionality. As you might expect, the AI generated code within Molecule's own packages isn't always the best, but I'm certain that we will solve that problem with more time and tokens, as the Molecule "bond" pattern helps enforce better code and architecture.

The goal here is to help people (tech savvy or not) build higher quality software faster and cheaper, allowing them to focus on solving real problems instead of dealing with the mundane work that makes the last 10% of building a real app such an unexpected pain. Hopefully it will help reduce the "AI slop" type apps by giving people more time and energy to build things that are more unique but still provide all of the common functionality we expect from polished software. Ideally, some years from now, no one (not even LLMs) will need to think about how some common core functionality should be implemented. We should be able to look back and say "problem solved".

There is still a lot to do (with some really cool/useful stuff planned for the future!) and it's definitely rough around the edges at the moment, but I figured I'd go ahead and share v2 as a proof of concept.