All Projects → eemebarbe → Schemebeam

eemebarbe / Schemebeam

Licence: mit
Free viral/referral marketing tool built on React/Node/MySQL

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Schemebeam

merkalysis
A marketing tool that helps you to market your products using organic marketing. This tool can potentially save you 1000s of dollars every year. The tool predicts the reach of your posts on social media and also suggests you hashtags for captions in such a way that it increases your reach.
Stars: ✭ 28 (-78.95%)
Mutual labels:  marketing, email-marketing
Mc Magento2
MailChimp for Magento 2. Syncs all data (subscriber, customers, orders, products) and enables marketing automation with email campaigns, automations, ads, postcards and more.
Stars: ✭ 115 (-13.53%)
Mutual labels:  email-marketing
Hello Bar
👋 Greet your visitors with a hello bar
Stars: ✭ 57 (-57.14%)
Mutual labels:  marketing
React Static
⚛️ 🚀 A progressive static site generator for React.
Stars: ✭ 9,946 (+7378.2%)
Mutual labels:  marketing
Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (-40.6%)
Mutual labels:  marketing
Gatsby Starter Saas Marketing
☁️ A simple one page marketing site starter for SaaS companies and indie hackers
Stars: ✭ 103 (-22.56%)
Mutual labels:  marketing
Mailerlite Api V2 Php Sdk
Official PHP wrapper for MailerLite HTTP API v2
Stars: ✭ 50 (-62.41%)
Mutual labels:  email-marketing
Jquery.fbmessenger
Fake Facebook Messenger interactions on an iPhone with a simple jQuery plugin!
Stars: ✭ 130 (-2.26%)
Mutual labels:  marketing
Truvisory
This project is meant to provide resources to users who want to access good LinkedIn posts which contains resources to learn any Technology, Design, Self-Branding, Motivation etc. You can visit project by:
Stars: ✭ 116 (-12.78%)
Mutual labels:  marketing
Pine
A modular and lightweight, responsive email framework.
Stars: ✭ 98 (-26.32%)
Mutual labels:  email-marketing
Landscapeapp
🌄Upstream landscape generation application
Stars: ✭ 96 (-27.82%)
Mutual labels:  marketing
Email Extractor
The main functionality is to extract all the emails from one or several URLs - La funcionalidad principal es extraer todos los correos electrónicos de una o varias Url
Stars: ✭ 81 (-39.1%)
Mutual labels:  email-marketing
Mosaico
Mosaico - Responsive Email Template Editor
Stars: ✭ 1,392 (+946.62%)
Mutual labels:  email-marketing
Animockup
Create animated mockups in the browser 🔥
Stars: ✭ 1,152 (+766.17%)
Mutual labels:  marketing
Responsive Html Email Template
A free simple responsive HTML email template
Stars: ✭ 10,831 (+8043.61%)
Mutual labels:  email-marketing
Emailimo
Small project that simplifies (according to me) sending colorful emails in PowerShell
Stars: ✭ 55 (-58.65%)
Mutual labels:  email-marketing
Marketing
The symfony.com content
Stars: ✭ 87 (-34.59%)
Mutual labels:  marketing
Awesome Emails
✉️ An awesome list of resources to build better emails.
Stars: ✭ 1,379 (+936.84%)
Mutual labels:  email-marketing
Erxes
Free and open fair-code licensed all-in-one growth marketing & management software
Stars: ✭ 1,988 (+1394.74%)
Mutual labels:  marketing
Footprints
🐾 A simple registration attribution tracking solution for Laravel (UTM Parameters and Referrers)
Stars: ✭ 127 (-4.51%)
Mutual labels:  marketing

schemeBeam

Do you want your product to go viral and build an email list of solid leads to market to directly? Do it for free with schemeBeam, the open source referral marketing application!

schemeBeam provides a solution for you to gain hype around your idea. A simple landing page (which you can modify) asks users for their email address. After they verify, they can share their invite link in exchange for the ability to earn a reward. Users win by getting the biggest number of users to sign up (tracked by schemeBeam).

The more users they refer, the higher they move up in the queue, and the more free traffic you gain.

How It Works

  1. Decide on a reward to give away, and the number of top performers you'll be rewarding it to. Maybe beta access to your new application for the top 50 referrers, or a free month of your subscription service to the top 10.
  2. Let people know about the offer. Link them to your schemeBeam landing page, where they can submit their email to enter the contest.
  3. Once they enter, an email will be sent to them containing their personal referral link. They'll be asked to confirm their email address in order to participate, ensuring that you're receiving real leads for your product or service.
  4. Once they confirm their email address, they'll be encouraged to share their referral link on social media and elsewhere, continuing the cycle. Every person that signs up through their link will increase the referrer's standing in the contest. Data about their rank will be accessible to them via the stats page.
  5. When the campaign is finished, you'll have a list of potential customers that will automatically be added to your SendGrid contacts list, in addition to being downloadable as a CSV file via the admin panel.

schemeBeam

Installation and Setup

  1. Spin up a MySQL server (requires version 5.6.5 or greater) and create a new database named "schemeBeam"
  2. In the command prompt, enter mysql -u [your username] -p schemeBeam < schemeBeamDB.sql to import the database structure
  3. Run npm install
  4. Create a SendGrid account. The first 12,000 emails sent are absolutely free. Go to the settings tab and click on "API Keys". Create a general API key and paste it into adminConfig.js (remember to use the actual API key and not the API key ID, happens to everyone)
  5. Create a list for your collected emails under "Marketing Campaigns" in SendGrid. Add the ID of your list to the adminConfig file (while very useful, this is technically optional. You can download a CSV of your email list in the admin panel)
  6. Finish changing your credentials in adminconfig.js, and customize your app settings in settingsconfig.js. Run webpack to finalize changes.
  7. Change the background image in the CSS file to fit your company's branding
  8. Ready to deploy, run app.js

License

The code, documentation and configuration are released under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].