Changelog

Every release, in plain English.

We ship most weeks. Subscribe to our list if you want a monthly digest instead.

v0.10June 4, 2026

Enterprise scheduling and advanced intake

  • Settings now includes custom booking-domain setup, DNS verification, SAML SSO metadata, and SCIM provisioning token controls.
  • Routing forms now support conditional routing rules that send guests to different event types based on intake answers.
  • Custom booking questions now include file uploads for PDFs, documents, text files, and common image formats.
  • Event types can now require manual approval before requests become confirmed calendar bookings.
  • Meeting polls, one-off links, team master-calendar events, and advanced event types are covered by the public API surface.
v0.9June 4, 2026

Developer API, privacy controls, and onboarding

  • API-key endpoints now cover people, teams, team members, and team event types.
  • Booking data retention controls and audit log CSV exports are available in Settings.
  • Webhook deliveries retry automatically and API usage is tracked with rate limiting.
  • The dashboard now includes an onboarding checklist based on real account progress.
v0.8June 3, 2026

Calendar integrations, analytics, and teams

  • Outlook Calendar OAuth foundation with Microsoft Graph free/busy checks, event creation, cancellation cleanup, and Settings connection UI.
  • Google Calendar write-back, Google Meet creation, and busy-time checks are wired into booking validation.
  • Team seat limits are enforced server-side and visible in the Teams UI.
  • Analytics now includes source/referrer breakdowns and attributed booking conversion.
  • Calendar subscription feeds let users subscribe from Apple Calendar, iOS Calendar, Outlook, or Google Calendar.
v0.4May 15, 2026

Pricing, login polish, dual-domain deploy

  • Pricing tiers (Free / Standard / Team) on the landing and a standalone /pricing page.
  • Login redesigned with Sign in / Sign up tabs, email+password, and Google OAuth.
  • Production deployed: getslotly.io for the app, slotly.to for short booking links.
  • Smart Overlay route renamed [eventSlug] for clarity; Pricing/Docs/Status nav pages filled in.
v0.3May 15, 2026

Brand mark, OG card, repo on GitHub

  • SVG SlotlyMark + Slotly wordmark wired through header, footer, login, sidebar, booking page.
  • next/og dynamic OG card with animated gradient mesh + gradient headline.
  • Repo at github.com/jamshedq/slotly (private), Vercel auto-deploy on push.
v0.2May 15, 2026

Smart Overlay + Ranked Availability

  • New visual week grid with side-by-side day columns and absolutely-positioned slot tiles.
  • Guests can connect Google or Outlook Calendar, or import an .ics calendar overlay, to see mutual openings.
  • Hosts can mark each day Ideal or Backup; top picks lead with Ideal windows.
  • Slot engine rewritten as a pure function; 7 unit tests including 2 DST cases pass.
v0.1May 14, 2026

Initial scaffold

  • Next.js 15 + Tailwind + shadcn-style UI + Prisma + Supabase.
  • Event types, availability editor, public booking page, mocked email confirmation.
  • Atomic booking inserts with Serializable transaction to prevent double-book.