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.

A production-ready React frontend for a website template editor that visually edits HTML templates and outputs HTML/CSS code.

A Hugo theme with a user-level accent color picker, dark/light mode, and privacy-aware features.

Free Bootstrap 4 UI kit based on material design with 60 components, 5 JavaScript components, and 3 example pages.

A template for building scrollable landing pages with GSAP, ScrollTrigger, and the WEBGi engine in TypeScript using Parcel bundler.
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.
