TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Hackerforms Is Typeform for Hackers

11 pointsby brunovcostaabout 3 years ago

1 comment

brunovcostaabout 3 years ago
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:&#x2F;&#x2F;hackerforms.com" rel="nofollow">https:&#x2F;&#x2F;hackerforms.com</a>). You can just write a python script as you would do with a CLI app and that&#x27;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&#x27;m happy to hear any feedback