frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Signet – Autonomous wildfire tracking from satellite and weather data

https://signet.watch
26•mapldx•2h ago•2 comments

Show HN: RSS tool to remix feeds, build from webpages, and skip podcast reruns

https://sponder.app
2•kristjan•3m ago•0 comments

Show HN: Han – A Korean programming language written in Rust

https://github.com/xodn348/han
189•xodn348•16h ago•103 comments

Show HN: Code Royale – Play and learn poker with Claude Code (skill)

https://github.com/BohdanPetryshyn/code-royale
2•BohdanPetryshyn•1h ago•0 comments

Show HN: AgentMailr – dedicated email inboxes for AI agents

https://www.agentmailr.com/
5•kumardeepanshu•2h ago•1 comments

Show HN: Ichinichi – One note per day, E2E encrypted, local-first

116•katspaugh•19h ago•42 comments

Show HN: GrobPaint: Somewhere Between MS Paint and Paint.net

https://github.com/groverburger/grobpaint
48•__grob•15h ago•9 comments

Show HN: GitAgent – An open standard that turns any Git repo into an AI agent

https://www.gitagent.sh/
121•sivasurend•1d ago•29 comments

Show HN: Channel Surfer – Watch YouTube like it’s cable TV

https://channelsurfer.tv
588•kilroy123•3d ago•172 comments

Show HN: Context Gateway – Compress agent context before it hits the LLM

https://github.com/Compresr-ai/Context-Gateway
90•ivzak•1d ago•56 comments

Show HN: Data-anim – Animate HTML with just data attributes

https://github.com/ryo-manba/data-anim
14•ryo-manba•23h ago•4 comments

Show HN: Ink – Deploy full-stack apps from AI agents via MCP or Skills

https://ml.ink/
30•august-•3d ago•5 comments

Show HN: Learn Arabic with spaced repetition and comprehensible input

https://abjadpro.com
64•adangit•21h ago•22 comments

Show HN: Axe – A 12MB binary that replaces your AI framework

https://github.com/jrswab/axe
221•jrswab•3d ago•122 comments

Show HN: What was the world listening to? Music charts, 20 countries (1940–2025)

https://88mph.fm/
113•matteocantiello•4d ago•51 comments

Show HN: Signet.js – A minimalist reactivity engine for the modern web

https://github.com/sntran/signet.js/
3•sntran•11h ago•1 comments

Show HN: I built Wool, a lightweight distributed Python runtime

https://github.com/wool-labs/wool
13•bzurak•1d ago•4 comments

Show HN: KeyID – Free email and phone infrastructure for AI agents (MCP)

https://keyid.ai/
9•vasilyt•21h ago•8 comments

Show HN: OneCLI – Vault for AI Agents in Rust

https://github.com/onecli/onecli
160•guyb3•2d ago•50 comments

Show HN: SupplementDEX – The Evidence-Based Supplement Database

https://supplementdex.com/
16•richarlidad•1d ago•2 comments

Show HN: Rudel – Claude Code Session Analytics

https://github.com/obsessiondb/rudel
143•keks0r•3d ago•85 comments

Show HN: s@: decentralized social networking over static sites

http://satproto.org/
411•remywang•3d ago•219 comments

Show HN: Understudy – Teach a desktop agent by demonstrating a task once

https://github.com/understudy-ai/understudy
118•bayes-song•2d ago•41 comments

Show HN: Structural analysis of the D'Agapeyeff cipher (1939)

https://msgtrail.com/posts/unmasking-the-dagapeyeff-cipher-a-multi-faceted-architecture
3•evaneykelen•14h ago•0 comments

Show HN: Open-source browser for AI agents

https://github.com/theredsix/agent-browser-protocol
155•theredsix•3d ago•53 comments

Show HN: Hedra – an open-world 3D game I wrote from scratch before LLMs

https://github.com/maxilevi/project-hedra
6•maxilevi•22h ago•0 comments

Show HN: Costly – Open-source SDK that audits your LLM API costs

https://www.getcostly.dev/
4•itsdannyt•16h ago•1 comments

Show HN: Replacing $50k manual forensic audits with a deterministic .py engine

3•cd_mkdir•16h ago•1 comments

Show HN: AI coding agent for VS Code with pay-as-you-go pricing- no subscription

https://www.llmonestop.com/#pricing
2•hhossain•16h ago•0 comments

Show HN: ZaneOps, A beautiful and fast self hosted alternative to Vercel

https://zaneops.dev/
3•fredkisss•16h ago•1 comments
Open in hackernews

Show HN: AgentMailr – dedicated email inboxes for AI agents

https://www.agentmailr.com/
5•kumardeepanshu•2h ago
I kept running into the same problem while building AI agents: every agent that needs email ends up sharing my personal inbox or a single company domain. That breaks attribution, creates deliverability risk, and makes it impossible to test sender identities per agent.

So I built AgentMailr. You call an API to create an inbox, your agent gets a unique email address, and replies route back to that specific agent. Works for both inbound (OTP parsing, reply routing) and outbound (cold email, notifications).

Bring your own domain is supported so emails come from your domain, not ours. REST API and MCP server are live. Node/Python SDKs are in progress.

Happy to answer questions about the architecture or how I'm handling multi-agent routing.

Comments

kwstx•2h ago
Interesting problem I’ve run into the same thing when building agents that need their own identity for email workflows.

Quick question: are these real mailboxes (IMAP/SMTP) or more of an API abstraction over email for agents? Also curious how you handle deliverability and domain reputation if many agents are sending from the same infrastructure. Feels like something like this could become part of the identity layer for agents, not just email. Nice idea.