/node-mongo-mailchimp-prelaunch

Example launchpage feature a mailchimp signup form and validator

Primary LanguageHTML

Node-PreLaunch with Mailchimp

What is this?

This is an example application using Node.js, MongoDB, and MailChimp to create a launchpage with a sign-up sheet.

Use This example to create your own effective launch page and gather interest while your product is still in development.

Features

  • This app using a form to send the contacts information to your predefined Mailchimp list.
  • The form also saves the information to a MongoDB database. This feature exists for two reasons.
    • Create a db that has users information that you can use as sample data or to create a beta where they are the users
    • The app checks to see if they already signed up.

Requirements

  • Node.js
  • MongoDB
  • MailChimp account

Setup