Skip to content

A template repository for creating a waitlist using Next.js 14, Notion as a CMS, Upstash Redis for rate limiting and Resend for sending emails with a custom domain.

Notifications You must be signed in to change notification settings

Huneyydiipppp/nextjs-notion-waitlist-template

 
 

Repository files navigation

NEW WAITING LIST FOR TYLER'S HOME TEXAS RUSTIC DESIGN GROUP

Collect customer information

customer_name = input("Enter customer's name: ") customer_email = input("Enter customer's email: ") customer_phone = input("Enter customer's phone number: ")

Store customer information in a tuple

customer_info = (customer_name, customer_email, customer_phone)

Add customer information to the waiting list

waiting_list.append(customer_info)

print("Customer added to the waiting list.")

Sign up for "Are You Home Yet?" updates

signup_choice = input("Would you like to sign up for 'Are You Home Yet?' updates? (yes/no): ").lower()

if signup_choice == 'yes': print("Great! You've been signed up for 'Are You Home Yet?' updates.") # Here you would typically add code to handle the signup process, # such as adding the customer to a mailing list or database else: print("No problem. You can always sign up for updates later.")

About

A template repository for creating a waitlist using Next.js 14, Notion as a CMS, Upstash Redis for rate limiting and Resend for sending emails with a custom domain.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.5%
  • CSS 3.9%
  • JavaScript 0.6%
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy