meet

A minimal booking page. Edit the SLOTS object in main.ts to set your own time slots and Google Calendar links.

const SLOTS: Record<string, string> = { "15 min": "https://calendar.app.google/...", "30 min": "https://calendar.app.google/...", "45 min": "https://calendar.app.google/...", };

Light/dark mode via system preference. No dependencies.