frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: TRELLIS.2 image-to-3D running on Mac Silicon – no Nvidia GPU needed

https://github.com/shivampkumar/trellis-mac
75•shivampkumar•3h ago•14 comments

Show HN: A lightweight way to make agents talk without paying for API usage

https://juanpabloaj.com/2026/04/16/a-lightweight-way-to-make-agents-talk-without-paying-for-api-u...
12•juanpabloaj•3h ago•4 comments

Show HN: A working reference implementation of context engineering

https://github.com/outcomeops/context-engineering
33•linsys•2d ago•10 comments

Show HN: Faceoff – A terminal UI for following NHL games

https://www.vincentgregoire.com/faceoff/
104•vcf•9h ago•35 comments

Show HN: Prompt-to-Excalidraw demo with Gemma 4 E2B in the browser (3.1GB)

https://teamchong.github.io/turboquant-wasm/draw.html
95•teamchong•16h ago•43 comments

Show HN: Shader Lab, like Photoshop but for shaders

https://eng.basement.studio/tools/shader-lab
139•ragojose•3d ago•41 comments

Show HN: Modular – drop AI features into your app with two function calls

https://modular.run
5•modular_dev•2h ago•1 comments

Show HN: Brygga – A modern, fast, feature-rich IRC client for macOS

4•EldrRoot•4h ago•0 comments

Show HN: MDV – a Markdown superset for docs, dashboards, and slides with data

https://github.com/drasimwagan/mdv
137•drasim•1d ago•50 comments

Show HN: Clone, a small Rust VMM, forks VMs in under 20ms via CoW

https://github.com/unixshells/clone
9•rasengan•4h ago•0 comments

Show HN: Newsmaps.io a map of how news topics are covered by different countries

https://www.newsmaps.io/
4•mkoh•6h ago•0 comments

Show HN: SmallDocs – Markdown without the frustrations

90•FailMore•4d ago•45 comments

Show HN: Free PDF redactor that runs client-side

https://redactpdf.net
5•MrGuacamole•8h ago•5 comments

Show HN: Smol machines – subsecond coldstart, portable virtual machines

https://github.com/smol-machines/smolvm
481•binsquare•2d ago•143 comments

Show HN: I made a calculator that works over disjoint sets of intervals

https://victorpoughon.github.io/interval-calculator/
308•fouronnes3•2d ago•51 comments

Show HN: AI Subroutines – Run automation scripts inside your browser tab

https://www.rtrvr.ai/blog/ai-subroutines-zero-token-deterministic-automation
44•arjunchint•2d ago•16 comments

Show HN: PanicLock – Close your MacBook lid disable TouchID –> password unlock

https://github.com/paniclock/paniclock/
256•seanieb•2d ago•113 comments

Show HN: A privacy-first, local-LLM note app for iOS (Google Keep alternative)

https://github.com/moeen-mahmud/remen
3•moeen-mahmud•10h ago•0 comments

Show HN: Stage – Putting humans back in control of code review

https://stagereview.app/
128•cpan22•3d ago•108 comments

Show HN: Sostactic – polynomial inequalities using sums-of-squares in Lean

https://github.com/mmaaz-git/sostactic
12•mmaaz•1d ago•1 comments

Show HN: MacMind – A transformer neural network in HyperCard on a 1989 Macintosh

https://github.com/SeanFDZ/macmind
158•hammer32•3d ago•42 comments

Show HN: Sfsym – Export Apple SF Symbols as Vector SVG/PDF/PNG

https://github.com/yapstudios/sfsym
26•olliewagner•1d ago•9 comments

Show HN: SPICE simulation → oscilloscope → verification with Claude Code

https://lucasgerads.com/blog/lecroy-mcp-spice-demo/
120•_fizz_buzz_•3d ago•32 comments

Show HN: Home Memory – A local DB of my house, down to cables and pipes

https://github.com/impactjo/home-memory
56•impactjo•3d ago•13 comments

Show HN: Marky – A lightweight Markdown viewer for agentic coding

https://github.com/GRVYDEV/marky
73•GRVYDEV•3d ago•35 comments

Show HN: Libretto – Making AI browser automations deterministic

https://github.com/saffron-health/libretto
132•muchael•4d ago•57 comments

Show HN: Pvm – A TUI to browse and run commands across multiple Python venvs

https://github.com/Higangssh/pvm
11•swq115•1d ago•1 comments

Show HN: Pyra – a Python toolchain experiment inspired by uv and Bun

https://github.com/treyorr/pyra
12•trey-orr•2d ago•3 comments

Show HN: I can't write Python. It works anyway

https://github.com/Wewoc/Garmin_Local_Archive
9•Wewoc•1d ago•4 comments

Show HN: Open Passkey – open-source passkey auth with free "backendless" host

https://github.com/locke-inc/open-passkey
10•connorpeters•1d ago•2 comments
Open in hackernews

Show HN: Modular – drop AI features into your app with two function calls

https://modular.run
5•modular_dev•2h ago
I kept hitting the same wall at work every time we needed to ship an AI feature. What looked like a week of work turned into picking a model, setting up a vector DB, managing embeddings, wiring up chat history, handling retries — none of it was the actual feature. So I built Modular. You register a function that returns your app's data, then call ai.run() for one-shot features or ai.chat() for stateful conversation. Everything else — context management, embeddings, session history, model routing, retries — is handled. MCP-native from day one. Works with Claude, GPT-4o, and Gemini. Still early — collecting feedback before building the full SDK. Would love to hear if others have hit this same wall, or if you think I'm solving the wrong problem.

Comments

modular_dev•2h ago
I'm a lead engineer and we've been trying to add AI features to our product for the past few months. Every single time it turned into the same rabbit hole — vector DBs, embeddings, context management, session history. None of it was the actual feature we were trying to ship. Modular is my attempt to hide all of that behind two function calls. You tell it how to get your data, it handles everything else. Still very early — no SDK yet. Mainly want to know if other devs have hit this same wall or if I'm the only one who found this painful.