Grow your SaaS organically with Content Marketing.
Try for free →Published on Sep 18, 2023
Trigger Zapier Webhooks using Node.js
We will trigger a Zapier Webhook event to trigger an action using Axios and Node.js.
Published on Sep 18, 2023
Building a Subscription System using Stripe, Node.js, and MongoDB - Part 5: Deploy to Production
Published on Sep 18, 2023
Building a Subscription System using Stripe, Node.js, and MongoDB - Part 4: Paywall Content
We will give our paying customers access to premium content by implementing an Express Middleware.
Published on Sep 18, 2023
Building a Subscription System using Stripe, Node.js, and MongoDB - Part 3: Manage Billing
Published on Sep 18, 2023
Building a Subscription System using Stripe, Node.js, and MongoDB - Part 2: Webhooks
We use Mongo and Stripe Webhooks to real-time update customer billing information.
Published on Sep 18, 2023
Building a Subscription System using Stripe, Node.js, and MongoDB - Part 1: Recurring Payments
We will create a subscription system that will let our users pay for a monthly plan using Stripe Checkout.
Published on Sep 18, 2023
How to send automated email sequences using Node.js and Candymail
Candymail NPM package allows you to send marketing email sequences directly from your Node.js server from a single JSON file. Think of it as a docker.yaml but for email marketing.
Published on Sep 18, 2023
Generate 10x traffic from Google using Programmatic SEO with Next.js
Content pages are blog posts type pages that addresses a visitor's pain point. Typically they are meant to address a specific query with keywords. It ranks for the keywords your customers are searching for with a lead in to how much your product solves their problem + a link to sign up.
Published on Sep 18, 2023
Easy State Management with React Query and Typescript for your SaaS app
Published on Sep 18, 2023
Easily collect Pre-Sales revenue from early adopters using the Stripe Payment Links
We will implement a pre-order button with Stripe so that our visitors can request to pre-order our awesome product.
Published on Sep 18, 2023
Create a Backend project with Node.js, Prisma, Typescript and Docker
Published on Sep 18, 2023
Collect Pre-Sales revenue from early adopters using the Stripe API
Collecting pre-sales revenue is the best way to validate a product idea. Stripe makes it easy to set up one-time payments on a really simple static HTML site. In this guide, we will implement a pre-order button with Stripe so that our visitors can request to pre-order our awesome product.
Published on Sep 18, 2023
Authentication System using Passport.js, Node.js, and MongoDB - Part 2: Local Sign up and Sign in
Published on Sep 18, 2023
Authentication System using Passport.js, Node.js, and MongoDB - Part 1: Google Login
We will create an authentication system that will let our users log in using Google Sign-In.
Published on Sep 18, 2023
Build a landing page for your SaaS app using React, Chakra UI and Typescript
Published on Sep 18, 2023
Generate 10x traffic from Google using Programmatic SEO with Next.js
Content pages are blog posts type pages that addresses a visitor's pain point. Typically they are meant to address a specific query with keywords. It ranks for the keywords your customers are searching for with a lead in to how much your product solves their problem + a link to sign up.
Published on Sep 18, 2023
Create a Backend project with Node.js, Prisma, Typescript and Docker
This document provides a step-by-step guide to creating a backend project using Node.js, Prisma, Typescript, and Docker.