Have you ever tried to use [name the tool here] form builder and got stuck on simple things like:
- Adding complex logic
- Making requests in the middle of the form
- Doing any complicated math
At the same time, developing a web server that handles multiple states requires you to persist things on a database or handle query strings + validation
For that reason, we developed Hackerforms (https://hackerforms.com). You can just write a python script as you would do with a CLI app and that's it: You have a form-like app online + auth + database (if you wish)
This is great for:
- Scripts that require user input
- Approval workflows
- Customer setup
I'm happy to hear any feedback