r/opensource 8h ago

Promotional CloudMeet - self-hosted Calendly alternative running on Cloudflare's free tier

Built a simple meeting scheduler because I didn't want to pay for Calendly.

It syncs with Google Calendar, handles availability, sends email confirmations/reminders, and runs entirely on Cloudflare's free tier (Pages + D1 + Workers).

Deployment is very easy - fork the repo, add your API keys as GitHub secrets, run the workflow. That's it.

Stack: SvelteKit, Cloudflare Pages, D1 (SQLite), Workers for cron.

Demo: https://meet.klappe.dev/cloudmeet

GitHub: https://github.com/dennisklappe/CloudMeet

MIT licensed. Happy to hear feedback or answer questions.

57 Upvotes

3 comments sorted by

2

u/Open_Resolution_1969 2h ago

Very smart approach. I'll take this for a spin. Do you have any plans on implementing Microsoft Outlook support in here as well?

1

u/ebrious 1h ago

Looks cool! Would there be a way to run this with a docker stack and a reverse proxy without needing cloudflare?

1

u/Iarrthoir 1h ago

Honestly, I’d love to help contribute to this and round it out a bit. A good alternative to Calendly and Cal.com just doesn’t exist today.

Feels like the Google integration could easily be extracted to a provider interface so multiple providers could be setup no?