Show HN: I built a receipt scanner that exports directly to Google Sheets (receipts.cercaapp.com)

2 points by yomismoaqui ↗ HN
I created a web app that makes expense tracking effortless by automatically scanning receipts and sending the data straight to Google Sheets.

Key features:

- Automatic data extraction from receipt images

- Direct Google Sheets integration

- No manual data entry needed

- Mobile-friendly interface

Try it out: https://receipts.cercaapp.com

I'm offering 20 free scans to start, and I'm actively adding more credits for beta testers. Looking forward to your feedback and suggestions on how to make this tool even more useful!

1 comment

[ 3.1 ms ] story [ 9.3 ms ] thread
The app is pretty straightforward - I built it with Go and standard templates on the backend, keeping things simple with vanilla JS on the frontend. No fancy frameworks needed. It runs as a PWA so you get that nice native app feel on mobile.

For the receipt scanning magic, I'm using Gemini Flash which has been fantastic. It's incredibly cost effective (we're talking about $0.0001 per scan) and does a great job extracting text from receipts.

Deployment is super smooth with Kamal on a VPS - zero downtime deploys and easy scaling when needed. I really recommend it.

Really happy to dive deeper into any part you're curious about!