Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Calendly-like scheduling template built with Next.js, TypeScript, Tailwind CSS, and Firebase Auth.
This is a Calendly-like appointment scheduling template built on Next.js, TypeScript, and Tailwind CSS, providing a starting point for building online booking and calendar applications.
This template is a front-end starter for a scheduling web app in the style of Calendly. It takes environment configuration through a .env file and produces a web application with authentication and payment hooks. The project runs on the Next.js framework, is written entirely in TypeScript, and uses Tailwind CSS for styling. It is hosted as a public repository with 3 stars.
.env template includes NEXTAUTH_URL and OAuth keys for Google, Microsoft Graph, LinkedIn, Facebook, and Twitter (with a note that the Twitter app is not yet set up).NEXT_PUBLIC_STRIPE_CLIENT_ID and STRIPE_SERVER_ID are present for wiring in payments.Clone the repository, rename .env.template to .env, fill in the required keys (database URL, secret, OAuth clients, Stripe), then run npm run dev or yarn dev to start the development server. The project uses the standard Next.js development flow.
