Ask HN: What's the simplest way to store email collected from a landing page?
I'm about to spin up a landing page to test a startup idea and would like to collect some basic details like name & email from interested users.
Managed DBs & VPS seem excessive for this simple case. What's my best option?
4 comments
[ 3.2 ms ] story [ 23.2 ms ] threadOr even SQLite maybe but concurrent writes might become an issue if you get lots of traffic...
You get an email whenever the form is submitted.
I have the setup running on my personal website. Easiest way without hosting or spinning up server.