Joker-Reincarnated/Omni-Tracker — reverse-engineered prompt
Reverse engineered prompt
Build me a simple lost phone tracker for an Android phone I own or have permission to manage. I want an Android app that can connect to a small hosted backend, send the phone’s live location, and then let me check it either in Telegram through my own bot or in a browser dashboard. The Telegram side should support a menu command so I can request live telemetry and get a Google Maps pin, and the web view should show a clean dark dashboard with things like battery level, network status, and current coordinates.
Please make it easy for a non technical person to set up on Vercel using environment variables for a Telegram bot token, chat ID, and a secret auth key. The phone app should just ask for the Vercel URL and auth key, then save that config. Keep it simple, private, and focused on helping someone recover their own device. If anything is unclear, look up the current Telegram and Vercel docs online.
Want more depth? Deep Reverse