1
5 Comments

Best way to store newsletter signups?

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?

on August 8, 2019
  1. 1

    From your email signup form, collect the entries in a google sheet?

  2. 1

    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?

    1. 1

      Just static react pages at the minute. was hoping to have a simple to embed solution

      1. 1

        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

  3. 1

    Why not have three Mailchimp accounts—all of them freemium?

  4. 1

    This comment was deleted 7 years ago