Launch-Soon is a Heroku-ready rails site that provides a viral launching soon page to collect users before your actual launch date.
You can deploy to Heroku, and immediately begin collecting email addresses in your MailChimp list. The site provides a unique URL to each user that signs up, which keeps track of how many people they refer. The referral count and code are also stored in your MailChimp list, so that you can segment your users based on their referrals.
Launch-Soon uses Foundation to provide you a fully responsive website with no extra effort.
You can see an example at http://launch-soon-example.herokuapp.com
git clone git@github.com:JamesChevalier/Launch-Soon.git launchsoon
cd launchsoon
Add A Key
button at https://admin.mailchimp.com/account/api/ and copying the key out of the API Key
columnCreate List
buttonSettings
from the List's pulldown on the far rightList name & defaults
List ID
that's at the top of the right columnconfig/initializers/launch_soon.rb
fileSettings
from the List's pulldown on the far rightList fields and *|MERGE|* tags
First Name
to Referral Code
, and change FNAME
to RCODE
Last Name
to Referral Count
, and change LNAME
to RCOUNT
rake secret
and replace the secret_token in config/initializers/secret_token.rb
with the result of this commandconfig/initializers/launch_soon.rb
accordinglyapp/assets/images/background.jpg
with your own background image
background.jpg
public/favicon.ico
with your own Favicon filegit add .; git commit -m "Update Config"
heroku create
git push heroku master
Check out the doc/README_FOR_APP.md
file for more information.