Documentation
Docs for humans, not lawyers.
Slotly is small enough that the docs fit on one page. Pick a topic.
Getting started
- Sign up at getslotly.io.
- Confirm your email when the message lands.
- You'll land on the dashboard. Set your time zone under Availability.
- Mark which days you're Ideal vs Backup.
- Create your first event type — a 30-minute sync is a good starter.
- Copy the share link (it'll be on the
slotly.to domain). Send it.
Availability
Set weekly working hours per day. You can disable any day entirely. Each enabled day has a single window for now (e.g. 9am–5pm) plus a priority toggle: Ideal for hours you want front-of-line, Backup for "I'd rather not, but I'll take it if I have to."
Smart Overlay
On the public booking page, guests can toggle Overlay my calendar to compare the host's availability against their own busy blocks. Guests can import an exported .icscalendar file directly in the browser; Slotly uses those events to hide conflicting times and highlight slots that work for both sides. If no file is imported, the page can still show sample busy blocks for a quick demo.
Time zones
Slotly stores all bookings in UTC. The slot engine converts your host-local availability windows to UTC for storage, then back to guest-local time for display via date-fns-tz. Daylight saving transitions are handled correctly — the engine re-evaluates the offset for the actual calendar date being requested, not the offset at server start.