Have you ever tried to use [name the tool here] form builder and got stuck on simple things like:<p>- Adding complex logic<p>- Making requests in the middle of the form<p>- Doing any complicated math<p>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<p>For that reason, we developed Hackerforms (<a href="https://hackerforms.com" rel="nofollow">https://hackerforms.com</a>). 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)<p>This is great for:<p>- Scripts that require user input<p>- Approval workflows<p>- Customer setup<p>I'm happy to hear any feedback