Show HN: I made a simple web app to create forms (tinyform.email)

2 points by heyarviind2 ↗ HN
Hi guys,

I used to ship many products a year back, but I cannot build even a simple side project due to a full-time job. Now I decided to build simple side projects and ship them without thinking about colors, logos, or other cosmetic things.

PS: I wanted to move away from react/next.js and try something new so I built this side project with golang + templ + htmx.

Let me know your feedback. I will keep on adding more features to it and keep it as simple as possible.

URL: https://tinyform.email

Best, Arvind

3 comments

[ 1.8 ms ] story [ 15.5 ms ] thread
Congratulations on shipping! about the stack, does the server process every access to the page and the forms? Or can it be fully cached?
until now nothing is cached, but as I go deeper into the stack i will try to implement the caching.
Small typo: "Receive Submissions" has a typo in "recieve".