HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zciwor

no profile record

Submissions

Show HN: I'm cataloging open source electronics

openappnote.dev
2 points·by zciwor·2 miesiące temu·0 comments

comments

zciwor
·3 lata temu·discuss
Yeah, definitely worth looking into. I think Stripe has their Connect feature which might facilitate payments between people. Could be fun to tinker with. Thanks for the feedback!
zciwor
·3 lata temu·discuss
I am thinking about doing something with it. I put up a landing page to gauge interest, but I have no idea how I would monetize. Right now it's just burning money on AWS.
zciwor
·3 lata temu·discuss
I'm a credit card point junkie so I always volunteer to pay the bill at dinner or drinks. But, if everyone doesn't get roughly the same thing, it becomes a massive headache. I got fed up with having to manually tally up what everyone ordered and then hunting them down individually to get paid back.

Surprisingly, I haven't found a good tool that addresses this, so I spun up my own. I didn't want to force my friends to download another app just so I can get paid back so I tried to make it mostly SMS based.

You text a picture of the receipt to my Twilio phone number. It triggers a serverless function that runs AWS Textract to itemize the receipt, then stores it in a database. Twilio responds with the unique URL for the receipt and I can text that out to my friends so they can claim their own damn items.

Win win, I get the points AND I finally get paid back.