Quickly check your Google Calendar availability and share it with a link.
Connects to your Google Calendar, shows your free slots for the next 5 business days, and generates a shareable link so others can see when you're available — no sign-up or backend required.
- Google Calendar integration via OAuth
- 5-day business day availability view
- One-click shareable link (compressed with lz-string). So no database!
- No backend — runs entirely in the browser!
- Mobile responsive
Vite, React 19, TypeScript, Google OAuth (@react-oauth/google), lz-string
git clone https://github.com/user/whats-my-availability.git
cd whats-my-availability
pnpm installCreate a .env file:
VITE_GOOGLE_CLIENT_ID=your-google-client-id
pnpm dev