Overview of My Submission
Everyone who has worked with websites knows the hassle to save form responses on a static site. The lack of a database or any server-side language is one of the main advantages of static HTML websites for performance and security. However, it does prevent the typical route of adding a contact form to a website.
Simply adding a mailto is easy, but it also has downsides for many users.
So, I created Formclip. It is an easy way to integrate forms on static websites and get responses in your inbox without any hassle.
Link: https:formclip.xyz
Backend had been developed using Nodejs and Express framework and data is stored securely using MongoDB.
Submission Category:
Choose Your Own Adventure
Link to Code
https://github.com/Form-clip/formclip-backend
https://github.com/Form-clip/formclip-frontend
Additional Resources / Info
Link to documentation: https://docs.formclip.xyz/
Top comments (0)