This is an automated archive made by the Lemmit Bot.

The original was posted on /r/opensource by /u/dennisklappe on 2025-12-06 00:23:16+00:00.


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: meet.klappe.dev/cloudmeet

GitHub: github.com/dennisklappe/CloudMeet

MIT licensed. Happy to hear feedback or answer questions.