steve-community/steve — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me an open source EV charging station management server like SteVe.

I want a web based system where an operator can manage electric vehicle charge points, users, and RFID cards, then let charging stations connect through OCPP. It should support the common older OCPP versions, especially OCPP 1.6 JSON, and include the security extension basics like secure connections, certificate handling, security event logs, signed firmware updates, and diagnostic log retrieval.

Make it easy to run myself, with a simple admin web interface, database setup, and clear local deployment using Java, Maven, and MySQL or MariaDB. Docker support would be great so I can start everything with one command after editing the config. The app should run standalone, not require a separate servlet container, and include sensible setup docs for first time use.

Please focus on the core workflows first, registering charge points, authenticating users with RFID, viewing and managing station data, and configuring stations to talk to the server. Look up current OCPP docs online if you need to.

Want more depth? Deep Reverse