Stack - noots2015/stack GitHub Wiki

Noots Tech Stack

Website

General library's that the site is built with can be found here: http://builtwith.com/noots.co

The frontend and CMS components of our website are built in Webflow: https://webflow.com

Payments

Subscription payments are processed via Cratejoy: https://my.cratejoy.com/v/

One-off payments are process via Celery: http://trycelery.com

In the coming quarter, we are migrating to Shopify to handle ALL transactions: http://shopify.com

Stripe is used to handle the payments behind Cratejoy and Celery: https://stripe.com

PayPal is also used to handle the payments behind Celery: https://www.paypal.com

Analytics

VWO is used for A/B tests: https://vwo.com

Hotjar is used for Heatmaps, Funnels and Visitor Recordings: https://www.hotjar.com

General analytics and conversion tracking is done via GA: https://analytics.google.com

Retroactive analytics are done via Heap: https://heapanalytics.com/app

Feedback

Plot is used for feedback polling: http://plot.io

Forms

Typeform is used for forms (like the questionnaire signup): https://www.typeform.com

Abandonment

Gleam is used to show abandonment offers when people try to leave the site: https://gleam.io

Newsletter

Revue is used to send out weekly newsletters: https://www.getrevue.co

We use ConvertKit for sequenced emails (i.e. onboarding once a person signs up): https://convertkit.com

Geo-location

This library is used for IP detection and location-based redirects (i.e. sending AU residents to /au): http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js

Reviews

Custom Twitter card embeds + Yotpo are used for reviews: https://www.yotpo.com

Fonts

The FontAwesome library is used for icons / symbols across the site: http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css

Security

The site uses the Webflow Comodo PremiumSSL Wildcard behind the scenes, for loading and processing secure content like form submissions etc.

Email

We use Gmail for Business: https://apps.google.com/intx/en_au/products/gmail

Hosting

The site runs off a dual-CDN, using https://aws.amazon.com/cloudfront/ to load structural-files (HTML, JS, CSS), and https://www.fastly.com to load content (Images etc.)

Frontend libraries

The site uses a combination of https://jquery.com and https://modernizr.com generated from Webflow.