
Try the client upload link — Sorted Receipts
Upload receipts to a shared link; LLM automatically sorts and organizes them.
jahnoikka · HN
Sorted Receipts - clients dump receipts in one link, LLM sorts them
The full gallery
Tech stack
60 projects

Upload receipts to a shared link; LLM automatically sorts and organizes them.
jahnoikka · HN
Sorted Receipts - clients dump receipts in one link, LLM sorts them

Calculate how a raise affects your income after benefits cliffs.
@getpapi_ai · X
placed 3rd in the r/vibecoding vibejam 2026. It made me go viral in r/ohio It was my first ever jam entry, I'm also not a developer...or from Ohio. was planned, reviewed, shipped and currently managed by

Convert annual salary to hourly pay with real-time wage calculations and detailed breakdowns.
u/as1mo · Reddit
Got curious what a pointless meeting actually costs me, ended up building wage calculator www.wagescalc.com I was sitting in a meeting that should have been an email and wondered what that hour was literally costing me in wages. Turns out about $29. Then I wanted to know the per-minute number. Then per second. So it's a salary-to-hourly converter. There's a meter at the top that starts counting the second the page loads and shows what you've earned since you opened it. Leave the tab op

Calculate mortgages, taxes, retirement, and more using 470+ free financial calculators.
@AfridiMunir · X

Compare retirement projections in Bitcoin versus Mexican AFORE savings accounts.
@edgadafi · X

Track your daily delivery earnings, expenses, distance rates, and hourly rates in one panel.
@jonas_silva_sp · X
Check out what I just built with Lovable!

@joovier_ https://t.co/keG2Rl4hD4 data analysis app. Check out
@MourynCher16712 · X
data analysis app. Check out

Visualize your stock option offer value across growth scenarios to understand your vesting timeline.
@HRSuccessCentre · X
Nobody explains the vesting cliff until you've already signed. So here it is in 30 seconds — the wait, the cliff, the drip 🍯 See your own timeline: #Tech #Vesting #Stocks #Recruiting #FreeTool #Builder #VibeCoding

Analyze pull requests to understand changes, distinguish important modifications from trivial ones, and identify potential regressions.
logphase · HN
I've always struggled to hold a large PR in my head. AI-assisted coding has made it worse. Especially when dozens of files are modified, it became harder to understand what changed: distinguishing important changes from trivial ones and identifying if regressions were introduced. I was also tired of switching between file and method to build the whole picture in my head — I wanted all the context at the point of the function I was reviewing. I guess I'm just more of a visual person. I realized t

Generate competitor intelligence dossiers by analyzing customer complaints and market gaps.
@MertHemedan · X
I built a free tool for founders who are struggling with marketing, free of charge. Let me know if you like it,

Measure code review performance across GitHub teams with leaderboards and reviewer analytics.
u/SnooStrawberries827 · Reddit
my team had 47 open PRs and nobody was reviewing them, so I gamified it our team hit 47 open PRs at one point last month and nobody was reviewing them. tried slack reminders, deadlines, rotating reviewers, none of it really stuck. might be related to the fact that everyone's hyped about how fast AI can write code now, copilot cranking out entire features in hours, but none of that matters if the PR just sits there for a week. feels like writing code stopped being the bottleneck a while back

Convert PDFs to Markdown locally in your browser without uploading.
halofanfan · V2EX
做了个浏览器本地处理的 PDF 转 MD 工具: PDF2MD Kit 因为经常要把 PDF 转成 Markdown 进笔记软件,觉得网上的工具太重还要上传服务器,就自己写了一个:**[PDF2MD Kit]( https://pdf2mdkit.com/)** * **纯前端解析**:文件零上传,比较安全 * **轻量**:无广告、免登录、最大 25M * **导出标准 .md** 网页地址:[https://pdf2mdkit.com/]( https://pdf2mdkit.com/) 第一次发,欢迎试用和反馈 bug 。