What If We Build a Gifting App?
I spent some time building an LLM-based product to help with automating menial financial tasks, but at the time the economics just weren't right for the Malaysian market.
Later my friend from the old Make School days proposed the idea of bringing Korea's Kakao Gift experience to the US. Let's just say that I was intrigued and with a couple of other co-founders, we started Givy.
We've recently launched so if you're interested, download Givy on the App Store.
> tech_notes
Having built large apps with Flutter before, I must say that the development experience with React Native
was amazing. Expo
in particular blew my mind as to how far it's matured compared to the early React Native
days.
I managed to solo code the entire app and backend all in TypeScript
. I've come to appreciate how TypeScript
and workspaces allow for much better code-reusability. I was particularly impressed by the likes of ElysiaJS
in its ability to strongly type the entire backend API for the frontend to safely consume.