fikriaf/ParkIt — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple web app called ParkIt that helps someone check parking availability from a parking lot image.

I want a clean front page where I can upload or preview a parking lot photo, then the app should analyze it and show which spots look available versus occupied. Use clear colors like green for open and red for taken, and show a simple count of available spaces so a normal person can understand it quickly. If the detection has a confidence score, show it in a simple way, but don’t make the interface feel technical.

Please include a backend that handles the image processing and a frontend that feels lightweight and easy to use. Add a basic test or demo flow using the sample image in the repo so I can confirm it works. Keep the code organized and make it easy for me to run locally. If you need details about current libraries or setup steps, look up current docs online.

Want more depth? Deep Reverse