TL;DR - i need a way to store 3 separate lists of people. Ideally i dont want to pay $9.99 per month with mail chimp, but i think this is the easiest solution, so might be the quickest.
I have 3 SAAS projects on the go. I want to product landing pages with a newsletter signup for each. I want the emails to be stored in a central place, like a mailchimp account, but i need to keep the lists separate. Ive looked into using AWS and a dynamoDB solution, but it seems a bit overkill for what i need. Anybody else run into this problem?
From your email signup form, collect the entries in a google sheet?
Used https://sheetdb.io/ for https://saaspages.xyz/ but it gets expensive quick. I could spin up a server and have an API endpoint for 4 times less.
Really needs to be an affordable way to save data to a server.
What are you currently using to build your landing pages?
Just static react pages at the minute. was hoping to have a simple to embed solution
I found it very hard to hard to add an email collector with react. So had to use sheetdb and create a API call to them to add it to Google Sheets
Why not have three Mailchimp accounts—all of them freemium?
This comment was deleted 7 years ago