frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Restoredrill – proves your Postgres backups restore

https://github.com/ahmadpiran/restoredrill
20•ahmadpiran•2h ago•7 comments

Show HN: RealDiff – runtime behavior diffing for pull requests (six languages)

https://github.com/issacnitin/RealDiff
30•issacnitin•2h ago•4 comments

Show HN: The load-bearing vocabulary of Claude

https://louisabraham.github.io/load-bearing/
84•Labo333•7h ago•32 comments

Show HN: IdeaKache – Ideas Worth Holding Onto

https://ideakache.com
3•jcowcher•15m ago•1 comments

Show HN: Meridian(PH#1) A better way to recognize developer contributions

https://github.com/Meridiona/meridian
4•meridiona•30m ago•0 comments

Show HN: PwnPad – hardware hacking platform built for practical learning

https://github.com/twelvesec/PwnPad
2•therepanic•31m ago•0 comments

Show HN: I built a site to share and find Claude Code passes

https://claudecoupons.com
2•alexander-g•33m ago•0 comments

Show HN: Warp – Run the 313B GLM-5.3-Flash on a MacBook with 8GB RAM

2•marcobambini•35m ago•0 comments

Show HN: KinoPipe – FFmpeg as a service for AI agents (typed ops, no shell)

https://kinopipe.com/
2•nicniclapanique•44m ago•0 comments

Show HN: Atlas – observability for startup operations via self-building agents

https://www.atlasjoins.ai/
2•csbhagav•51m ago•0 comments

Show HN: Feisty Duck's Cryptography and Security News Aggregator

https://www.feistyduck.com/news/
2•ivanr•51m ago•0 comments

Show HN: Backprompter – create, test, and deploy agents without a back end

https://backprompter.com/
2•aj-srivastava•55m ago•0 comments

Show HN: A virtual race car that drives only while someone pays for fuel

https://fuelup.lol/
3•bombashell•55m ago•1 comments

Show HN: Kitewing marketing site, inspired by Braun industrial design ca. 1968

https://www.kitewing.ai/
2•hglaser•56m ago•0 comments

Show HN: Relay Tetris

https://minivac.greg.technology/tetris/
2•gregsadetsky•57m ago•0 comments

Show HN: ThunderPhone v2 – a new architecture for voice AI

https://thunderphone.com
4•kolchinski•1h ago•0 comments

Show HN: Git for Designers

https://opacity.com/
2•x7ikmet•1h ago•0 comments

Show HN: Revenue Agents that monitor churn, upsell, and deal risk

https://www.rimplo.com/
2•Hoss-Elkhateeb•1h ago•0 comments

Show HN: TermDrop – Stream a local file to a remote server with one curl command

https://termdrop.sh/
2•npartin•1h ago•0 comments

Show HN: Kupendo – Dating and networking app for the African diaspora

https://www.kupendo.co/
2•GodsentIzzy98•1h ago•2 comments

Show HN: Banana Peel – OpenRouter for browser agents

https://bananapeel.com/
2•ygabriel27•1h ago•1 comments

Show HN: Proval – Self-hosted code review agent for GitLab, Forgejo, and GitHub

https://github.com/seoes/proval
2•dowonseo•1h ago•1 comments

Show HN: bAIseball.org – Google for historical baseball stats

https://baiseball.org/
4•jaypinho•1h ago•1 comments

Show HN: Spore – run local models on your own hardware, use them from anywhere

https://sporeintel.com/
3•chrisischris•1h ago•2 comments

Show HN: All my mail accounts in one read-only MCP server, usable from my phone

https://github.com/wildsurfer/your-mail-mcp
3•yesplease_boats•1h ago•0 comments

Show HN: Bhowra Ink – C# HTML-to-PDF Under 1 MB, Azure Functions Consumption

https://bhowra.com/bhowra-ink.html
4•dillu_spur•1h ago•1 comments

Show HN: Turn ad-hoc subagents into durable, accountable AI teams

https://github.com/ringlochid/oh-my-subagents
2•ringlochid•1h ago•0 comments

Show HN: Forkbench – the agent gets the API call, not the key (macOS)

https://forkbench.com
2•forkbench•1h ago•0 comments

Show HN: Vertex, your personal archiver and annotator

https://vertexapp.io/onboarding
4•asheshambasta•2h ago•2 comments

Show HN: One source of truth for agent configs across repos

https://theagencyhq.dev/
3•voidmain42•2h ago•1 comments
Open in hackernews

Show HN: One source of truth for agent configs across repos

https://theagencyhq.dev/
3•voidmain42•2h ago

Comments

voidmain42•2h ago
Hi HN. After exiting FusionAuth, I’ve been building a lot with coding agents, and the config sprawl got out of hand.

I’d fix something in one repo and forget the other ten. Or I’d start a new repo and have to copy everything over from whichever repo had the latest version.

I tried symlinks, submodules, subtrees, copy scripts, hooks, launchers, and a few other things. Nothing really worked.

The Agency lets you define config once and sync it to every repo that needs it. A small background daemon runs on every developer’s machine. It handles retrieving the latest config and distributing it to every repo that’s cloned on their machine. It removes drift issues entirely. Here’s a diagram that explains the flow:

https://theagencyhq.dev/how-it-works/

It’s day one, so it’s rough. It runs on Mac and Linux and Mac is the best-tested platform. I’d genuinely like to hear where it breaks for you.