
This is something Iโve been super excited about for a while now. If you’re into futuristic tech or fintech innovations, this is for you.
A few weeks ago, I came across an insane product by a startup called Five.id โ theyโre building a palm-based payment system. Yep, no phone, no card, no watch โ just your hand. That single idea was so powerful and clean, I instantly felt like I needed to build something around it. Just to explore how this would work technically on Android.
So I went ahead and built a quick MVP that Iโm calling PalmPay Lite.
๐ Watch It in Action
Hereโs a quick demo of my MVP prototype doing palm detection and triggering a simulated payment in less than a second:
Yes, itโs that fast. And it actually works on a normal Android phone.
๐ So, What Exactly Is PalmPay Lite?
Let me be honest right off the bat โ this is not a full-fledged payment app. Iโm not building a wallet or UPI competitor here.
This is just an MVP (Minimum Viable Product) to showcase the core idea:
Can we scan a palm in real-time, analyze it, and simulate a payment โ in less than a second?
Turns out, yes. Itโs fast. It works. And it feels magical.
๐ง Tech I Used to Build PalmPay Lite
This project let me play around with a bunch of exciting tools and techniques. Hereโs whatโs running under the hood:
๐ง Real-time Palm Detection with MediaPipe
For hand/palm recognition, I used Googleโs MediaPipe Hand Landmarker. It detects 21 landmarks on the hand and works incredibly fast.
It also gave me the ability to overlay things like red skeletal lines and green dots to provide visual feedback when a hand is detected properly.
MediaPipe made this feel like a real biometric prototype โ even though itโs still a simulation.
๐ป Jetpack Compose for the UI
The UI is entirely built with Jetpack Compose โ and honestly, it made everything way easier:
-
Fast to build
-
Clean, modern UI
-
Responsive on all screen sizes
-
Material Design 3 for that futuristic fintech look
๐งฑ MVVM + Repository Architecture
I followed a MVVM architecture with Repository pattern, which helps keep things modular, scalable, and testable.
It allowed me to cleanly separate logic, UI, and data layers โ so if I want to expand this in the future, it’s super manageable.
๐ Security Matters โ Even in an MVP
I didnโt want to cut corners just because itโs a prototype. I made sure the user data is handled with production-level care.
-
Biometric Login: Used Androidโs native BiometricPrompt, so you can log in using fingerprint unlock.
-
EncryptedSharedPreferences: Any sensitive info (like tokens, flags) is encrypted using AES-type encryption, backed by Android’s secure keystore.
โ๏ธ Background Tasks + CI/CD Ready
-
WorkManager: Used to simulate background syncs, like offline transaction syncing.
-
CI/CD Setup: While I havenโt automated everything end-to-end, the repo is structured to support a proper CI/CD pipeline. Every GitHub push can trigger automated builds/tests.
๐ฎ๐ณ Why This Could Be a Game-Changer for Indian Digital Payments
India is already leading the world with UPI and instant digital payments. But palm-based payments? Thatโs another level.
Think about it:
-
No need for phones or cards
-
No QR code scanning
-
No PINs or OTPs
-
Just a hand gesture = payment done
It could open doors to a whole new customer base โ especially people without smartphones or those who struggle with digital literacy.
๐ฐ This Tech Could Be Gold for Indian Fintech Giants
Honestly, if implemented at scale, palm payments can be huge for companies like:
๐ @Razorpay
๐ @GooglePayIndia (GPay)
๐ @PhonePe
๐ @Paytm
๐ @BharatPe
๐ @CRED
๐ @RuPay
๐ @BHIMUPI
๐ @NPCI
If anyone from these teams is reading this โ this is your chance to jump into the next-gen of payments.
๐ป Try It Out, Explore the Code
The entire project is open-sourced here:
๐ PalmPay Lite โ GitHub Repo
Itโs a playground โ feel free to fork, explore, modify, or contribute.
๐ฉ Contact: praveen@codewithpk.com
๐ Big Thanks to Five.id
None of this wouldโve happened without Five.id. You guys planted the idea. Youโre building something amazing. This MVP is my small tribute to that concept. Thank you for the inspiration!
๐ง Final Words
PalmPay Lite was one of the most exciting side projects Iโve built recently. Itโs fast, secure, and futuristic โ even in its current MVP form.
Letโs keep pushing boundaries. Letโs build the future of payments โ not with just phones and cards โ but with a single gesture.
Made with โค๏ธ by codewithpk.com
Keep exploring. Keep building.