Eudorajab1/jasmin_smsc_gui — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple web based GUI for a single Jasmin SMS Gateway, so I can manage it from the browser instead of using jcli. I want to be able to connect to a running Jasmin instance over its exposed jcli port, whether it is local or remote, and then manage the main things an admin would expect, like groups, users, connectors, filters, routes, interceptors, and basic monitoring or stats.

Please make it as a Python app using Py4web, since that seems to fit this project. I need an easy place to set the Jasmin host, port, username, and password. Add a super admin area with a populate database action that imports the existing Jasmin setup from a live instance, so I do not have to recreate everything by hand.

Keep the UI practical and straightforward, with normal pages for viewing, adding, editing, and removing items. Make sure it can run locally and works well with a dockerized Jasmin setup. If anything is unclear, look up the current Jasmin and Py4web docs online.

Want more depth? Deep Reverse