|
|
|
Show HN: Open a phone number in WhatsApp without saving contact
(whatsphone.github.io)
|
|
3 points
by mayerwin
802 days ago
|
|
I made a simple HTML app that can help open a phone number in WhatsApp (web on desktop or app on mobile) without having to create a contact first. Source code is available on GitHub. Enjoy and share it with your friends and family (they will thank you if they're using WhatsApp)! I used ChatGPT 4 (even for the favicon) but couldn't say it was faster than writing it from scratch. It was a completely different kind of debugging and improvement process.
What was really missing was a way for ChatGPT to automatically see the results of its code and do a few iterations to benefit from a feedback loop. Even just asking it to read its own reply and fix/improve it works wonders, but showing it screenshots is yet another step forward. |
|
I made something a little similar - https://github.com/fotoflo/alfred-whatsapp-linker - this one is an Alfred Workflow (https://alfredapp) that assumes you have a phone number in your clipboard and then opens it in whatsapp. I suppose yours is more elegant.
How long did it take you + GPT to create it?