self-hosted scheduling infrastructure

Open scheduling,
embeddable anywhere.

Booking pages, an embeddable widget SDK, calendar-grade availability math, emails and webhooks — on your own infrastructure.

  • Apache-2.0
  • No iframes
  • Timezone & DST-correct
  • MCP-ready

Embeds natively, anywhere

A real web component — React wrapper, one-line script, or the raw element. No iframes unless you want them, themeable with CSS variables.

Yours, commercially — Apache-2.0

Clean-room engine and SDK. Ship it inside products you sell with zero copyleft, no commercial license, no strings.

Race-proof booking engine

Timezone- and DST-correct availability with buffers, notice windows and caps — double-bookings are impossible at the database level.

Drop it into any site
<script src="https://your-host/embed.js"></script>
<script>
  slotmein("inline", {
    el: "#book",
    org: "acme",
    eventType: "intro-30",
    engineUrl: "https://engine.your-host.com",
  });
</script>