frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Safe-NPM – only install packages that are +90 days old

https://github.com/kevinslin/safe-npm
45•kevinslin•3d ago•29 comments

Show HN: I turned algae into a bio-altimeter and put it on a weather balloon

https://radi8.dev/blog/stratospore/
99•radeeyate•4d ago•9 comments

Show HN: Yolodex – real-time customer enrichment API

https://api.yolodex.ai
27•hazzadous•2d ago•10 comments

Show HN: KiDoom – Running DOOM on PCB Traces

https://www.mikeayles.com/#kidoom
323•mikeayles•1d ago•44 comments

Show HN: We built an open source, zero webhooks payment processor

https://github.com/flowglad/flowglad
376•agreeahmed•1d ago•209 comments

Show HN: I built an interactive HN Simulator

https://news.ysimulator.run/news
516•johnsillings•2d ago•213 comments

Show HN: Infinite scroll AI logo generator built with Nano Banana

https://durable.co/ai-logo-generator
2•rookhack•6h ago•0 comments

Show HN: Anthony Bourdain's Lost Li.st's

https://bourdain.greg.technology/
13•gregsadetsky•18h ago•4 comments

Show HN: Aigit – AI-powered Git CLI for commit messages, branch names, and PRs

https://github.com/hardiksondagar/aigit
3•hardiksondagar•8h ago•0 comments

Show HN: Wozz – Agentless Kubernetes cost auditor (open source)

https://github.com/WozzHQ/wozz
4•rokumar510•10h ago•6 comments

Show HN: Fixing Google Nano Banana Pixel Art with Rust

https://github.com/Hugo-Dz/spritefusion-pixel-snapper
4•HugoDz•10h ago•0 comments

Show HN: I built an open source, code-first Intercom alternative

https://github.com/cossistantcom/cossistant
2•frenchriera•10h ago•3 comments

Show HN: OCR Arena – A playground for OCR models

https://www.ocrarena.ai/battle
211•kbyatnal•5d ago•62 comments

Show HN: I wrote a minimal memory allocator in C

https://github.com/t9nzin/memory
135•t9nzin•3d ago•32 comments

Show HN: LLM-models – a CLI tool to list available LLM models across providers

https://github.com/ljbuturovic/llm-models
3•ljubomir•12h ago•0 comments

Show HN: ChatIndex – A Lossless Memory System for AI Agents

12•LoMoGan•12h ago•3 comments

Show HN: Stun LLMs with thousands of invisible Unicode characters

https://gibberifier.com
197•wdpatti•2d ago•109 comments

Show HN: Cynthia – Reliably play MIDI music files – MIT / Portable / Windows

https://www.blaizenterprises.com/cynthia.html
86•blaiz2025•2d ago•31 comments

Show HN: Wolfrominoes

https://demos.samgentle.com/wolfrominoes/
9•sgentle•3d ago•2 comments

Show HN: Datamorph – A clean JSON ⇄ CSV converter with auto-detect

https://datamorphio.vercel.app
23•sumit_entr42•5d ago•8 comments

Show HN: A WordPress plugin that rewrites image URLs for near-zero-cost delivery

https://wordpress.org/plugins/bandwidth-saver/
65•cr1st1an•23h ago•60 comments

Show HN: Parm – Install GitHub releases just like your favorite package manager

https://github.com/yhoundz/parm
5•houndz•1d ago•2 comments

Show HN: We cut RAG latency ~2× by switching embedding model

https://www.myclone.is/blog/voyage-embedding-migration/
24•vira28•1d ago•3 comments

Show HN: Build the habit of writing meaningful commit messages

https://github.com/arpxspace/smartcommit
109•Aplikethewatch•4d ago•131 comments

Show HN: I built directory of fashion brands because I didn't know how to dress

https://brandlist.it.com
2•EthanSeo•17h ago•5 comments

Show HN: Constitutional AI Agent OS (governance enforced at kernel level)

https://github.com/kimeisele/steward-protocol
3•harekrishna108•18h ago•1 comments

Show HN: Wealthfolio 2.0- Open source investment tracker. Now Mobile and Docker

https://wealthfolio.app/?v=2.0
672•a-fadil•5d ago•213 comments

Show HN: Forty.News – Daily news, but on a 40-year delay

https://forty.news
438•foxbarrington•4d ago•179 comments

Show HN: Deft-Intruder – Real-time malware detection daemon for Linux

https://github.com/539hex/deft-intruder
5•539hex•1d ago•0 comments

Show HN: MightyGrep

https://ksylvestre.itch.io/mightygrep
7•zeeeeeebo•8h ago•0 comments
Open in hackernews

Show HN: Yolodex – real-time customer enrichment API

https://api.yolodex.ai
27•hazzadous•2d ago
hey hn, i’ve been working on an api to make it easy to know who your customers are, i would love your feedback.

what it does

send an email address, the api returns a json profile built from public data, things like: name, country, age, occupation, company, social handles and interests.

It’s a single endpoint (you can hit this endpoint without auth to get a demo of what it looks like):

  curl https://api.yolodex.ai/api/v1/email-enrichment \
    --request POST \
    --header 'Content-Type: application/json' \
    --data '{"email": "john.smith@example.com"}'
everyone gets 100 free, pricing is per _enriched profile_: 1 email ~ $0.03, but if i don’t find anything i wont charge you.

why i built it / what’s different

i once built open source intelligence tooling to investigate financial crime but for a recent project i needed to find out more about some customers, i tried apollo, clearbit, lusha, clay, etc but i found:

1. outdated data - the data about was out-of-date and misleading, emails didn’t work, etc

2. dubious data - i found lots of data like personal mobile numbers that i’m pretty sure no-one shared publicly or knowingly opted into being sold on

3. aggressive pricing - monthly/annual commitments, large gaps between plans, pay the same for empty profiles

4. painful setup - hard to find the right api, set it up, test it out etc

i used knowledge from criminal investigations to build an api that uses some of the same research patterns and entity resolution to find standardized information about people that is:

1. real-time

2. public info only (osint)

3. transparent simple pricing

4. 1 min to setup

what i’d love feedback on

* speed: are responses fast enough? would you trade-off speed for better data coverage?

* coverage: which fields will you use (or others you need)?

* pricing: is the pricing model sane?

* use-cases: what you need this type data for (i.e. example use cases)?

* accuracy: any examples where i got it badly wrong?

happy to answer technical questions in the thread and give more free credits to help anyone test

Comments

warrior44•2d ago
hit the curl. ~800ms TTFB.

if this is truly "real-time" and not a cached graph, how do you handle rate limiting and CAPTCHAs at scale? Even with "public" data, on-demand scraping usually requires massive residential proxy rotation which eats that $0.03 margin alive.

hazzadous•2d ago
thanks for giving it a go!

if you tried the curl command then yes this is indeed fast. the example curl command is hardcoded, john.smith@example.com is used with a static response for the purposes of allowing users to test the shape of the api without needing to be authed. low time to first test was my aim.

keen to hear if you have a use case for something like this?

ryanmerket•2d ago
Cool. I was actually just searching for something like this that was quick to get started. Do you support social url for data query?
hazzadous•1d ago
Thanks Ryan! It only supports query by email at the moment but if you can explain the social url use case and the atteibutes you’d want to retrieve I’ll see what’s possible.
pheouk•2h ago
I tested with a fairly old (10+ year) gmail account and every field other than the full name came back as null which is surprising, will try a few more tests and see how i go, but that wasnt the expected result :)
warthog•2h ago
what would be the difference of this vs using an API like Apollo?
GaryBluto•2h ago
Tried it on two addresses, everything was null. All it did was infer I was male from my name.
Computer0•1h ago
It worked well when I looked up the email associated with my resume website. Not as much for less public people I know.
N_Lens•59m ago
Same experience as others here - shows nulls on most fields even for my commonly used, public facing email addresses.
Rodeoclash•37m ago
You may want to think about allowing the hash of the email to be sent so that PII isn't being transported.