This app allows users to see public restrooms and hotels (that might have public bathrooms) within 1km of their location. It also allows you to search a location and see the same based on that. I built this using Replit Agent and refined it using Replit Assistant. For the API, I used OverPassAPI and OpenStreetMap.
After the Agent initially tried to build this using React, I switched over Python Flask and got it running much quicker. This seems to be recurring case with whatever I try to build and would be interested to know if anyone has experienced the same.
My pleasure. What are some of your plans for this app? It seems to work great so far. Interesting comment by the way regarding Python Flask vs. React. I will keep that in mind!
By the way, are you a programmer by background or are you new to all this? Your app looks quite polished!
I’m not sure how much more I’ll change here. I actually started building this on the Replit mobile app when having a discussion with a friend about AI and wanted to show an example of how agents can code.
On the Flask vs. React choice. I think the Replit Agent will get better with more frameworks as times goes on. It is something I have found useful to be deliberate about depending on the kind of app you are using the agent to build.
I have never been a “pro developer.” Occasionally, I may have to write macros in Excel at my job, but beyond that no programming. This is the first project I have ever shared online so I appreciate having people take a look.
Yes. So its more limited then maybe Google Maps API would be, but it was quicker to set up and sometimes there could be more costs assocated with Google Maps API. I didn’t spend too long trying to determine which API to use and tried to push the agent to do most of the configuring.
Hello - I used Overpass API, not Google Maps API for building this. Overpass API did not require me to register or obtain and API key which made building with the Agent smoother.