darshil0/map-genie-ai — reverse-engineered prompt
Reverse engineered prompt
Build me a polished app called Map Genie, an AI travel sidekick where I can type or speak what I’m looking for and it turns that into places on a beautiful dark map.
I want to ask things like “cozy coffee shops in Amsterdam” or “hidden temples near Kyoto” and get a set of useful place cards plus emoji markers on the map. When I click a card, the map should smoothly move to that spot. Let me keep chatting so I can refine the results, like asking for parks nearby after restaurants without starting over.
Use Gemini Flash for the smart search, a small Python backend, and a simple browser frontend. Add voice input using the browser microphone when supported, but make typed search work everywhere. Use OpenStreetMap geocoding and handle slow geocoding gracefully by showing placeholder markers first, then updating them when coordinates are ready.
Make it easy to run locally with an API key in an env file, and include basic tests for the backend. Look up current docs online if needed.
Want more depth? Deep Reverse