Sign inSign up

snpranav/bettercalendly

By snpranav

Updated over 5 years ago

Image
0

100K+

snpranav/bettercalendly repository overview

Better Calendly

Host Calendly on your custom domain.

TLDR; 😎

calendly.com/your_username → book.yourdomain.com
Works the same

How it works? 🤓

Better Calendly works by using the iframe embed that calendly offers but adds some CSS to make it function like the normal calendly app.

Deploy

Click on one of the following buttons to deploy on your favorite service.
You will be prompted to enter two environment variables when you click one of the buttons below:

  • REACT_APP_USERNAME - Your calendly username (You can find this at the end of the calendly URL - https://calendly.com/<your_username>)
  • REACT_APP_FULL_NAME - Your full name
Vercel

Deploy with Vercel

Heroku

Deploy to Heroku

Netlify

Deploy to Netlify


Deploy with Docker 🐋

The Dockerfile in this repository has been configured for auto-builds with Docker Hub. Just run the following command replacing <your_username> and <your_full_name>.

$ docker run -p 80:80 \
             -e REACT_APP_USERNAME='<your_username>' \
             -e REACT_APP_FULL_NAME='<your_full_name>' \
             snpranav/bettercalendly

Visit localhost or <server_ip_address> and watch the magic happen ✨


Contributing

Pull Requests are welcome. Please feel free to raise issues if you have errors or want a new feature to be integrated.

Tag summary

Content type

Image

Digest

Size

107.5 MB

Last updated

over 5 years ago

docker pull snpranav/bettercalendly