Host Calendly on your custom domain.
calendly.com/your_username → book.yourdomain.com
Works the same
Better Calendly works by using the iframe embed that calendly offers but adds some CSS to make it function like the normal calendly app.
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:
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 ✨
Pull Requests are welcome. Please feel free to raise issues if you have errors or want a new feature to be integrated.
Content type
Image
Digest
Size
107.5 MB
Last updated
over 5 years ago
docker pull snpranav/bettercalendly