Mock Screenshot feature of SaaS applications

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • dev.to-screenshot-email-BE

  • STEP-1: The setup - We are going to need a backend which I have designed using Node.js and Express.js to take the screenshot and mail it along with the frontend. The Backend and Frontend can be found in the repos attached.

  • dev.to-screenshot-email-FE

  • STEP-1: The setup - We are going to need a backend which I have designed using Node.js and Express.js to take the screenshot and mail it along with the frontend. The Backend and Frontend can be found in the repos attached.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Nodemailer

    ✉️ Send e-mails with Node.JS – easy as cake!

  • STEP-5: The Email - We are gonna use nodemailer for sending the screenshot. The screenshot.api would send back the JSON response which would contain the screenshot key that would contain the URL of the screenshot. Now, for emailing the image we need to first fetch the image, write it to the disk using the fs module and then send it using nodemailer. Attaching the code to the below:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts