Coder Social home page Coder Social logo

loveyoufyi / loveyouforms-package Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 455 KB

Node.js package for the LoveYouForms RESTful JavaScript cloud app that handles form submissions for one website or 1,000 using the Firebase platform.

Home Page: https://loveyouforms.com

License: MIT License

JavaScript 100.00%

loveyouforms-package's Introduction

LoveYouForms - Node.js Package

Primary codebase for the RESTful LoveYouForms JavaScript cloud app that handles form submissions for one website or 1,000 using Firebase.

Features

  • Google Sheets Sync
  • Email Notifications
  • Spam Filter with Akismet
  • Deployed to cloud Firebase, makes use of Firestore database

🖥️ Video Demo ❤️ for LoveYouForms here ❤️

This repo is the primary codebase, find the app-wrapper at ❤️ loveyouforms ❤️

Motivation for LoveYouForms

To make it fast and simple to capture, handle, and view form submissions for unlimited web forms of unlimited websitesfrom a single cloud application that requires minimal maintenance and cost.

You get significant time-savings compared to developing, and deploying or maintaining a new, and separate form-handling API for each web-app.

What is LoveYouForms?

Functional Explanation

Your own form handling application:

  • Manage Unlimited Websites — each with its own settings, email recipients, and Google Sheets spreadsheet sync.
  • Form Submissions — captures and saves form-submitted data to your database.
  • Email Sending — sends emails with the form data to one or more email addresses.
  • Google Sheets — syncs form submissions to Google Sheets so you have a spreadsheet to view all form submissions.
  • Spam Filter — option for using Akismet prevents emails from being sent when a form submission is flagged as spam, but still syncs the data to Google Sheets for your periodic review in case a legitimate submission was mistakenly flagged as spam.

Technical Explanation

It is a Node.js application which is served as cloud functions on the Google Firebase platform. It uses the scalable NoSQL cloud Firestore database of the Firebase platform. Cloud funtions make use of the Google API to sync form data to Google Sheets spreadsheets. Emails are sent using the SMTP Email Provider API of your choice (such as Sendgrid). Spam filtering with Akismet optionally built in.

Why Use LoveYouForms?

The app runs on Google's Firebase platform. So the servers, Node.js environment, and database are managed by them, and scaling is automated.

  • Free or Cost Effective — although you need to supply your credit card to Google Firebase to activate all the functionality of the application's cloud functions, you may never pay anything for usage since their free tier is extremely generous. Google Sheets sync costs nothing unless you are processing an extremely high number of form submissions. Sendgrid's free tier allows 100 emails per day. For an unlimited number of websites, you should be able to process up to a combined 100 form submissions per day, or 3,000 emails per month without paying anything.
  • Minimal Maintenace — leverages stable and fully-managed backend systems for minimal maintenance by you: Firebase, Google Sheets, Sendgrid (or your choice of email provider), Akismet.
  • Performance — never worry about being able to handle volume, or scaling.

When to Use LoveYouForms?

Use it for websites which primary motivation is to capture form submissions from anonymous visitors, that is, not authenticated / not logged in. Use it for capturing data from contact forms, lead-generation forms, email addresses, feedback, etc.

Use it when relying on client-side data validation serves your needs.

The app is not presently intended for use when needs require robust server-side data validation. Though this can be achieved through further development.

loveyouforms-package's People

Contributors

loveyoufyi avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.