Skip to content

What is Zaptime?

Zaptime is tool focused on automatic scheduling of meetings and calls. It offers versatile integration methods on your end.

See it in action

Architecture

Zaptime is layered so you can stop at whichever level fits your needs:

LayerWhat you getDocs
Script tag (zaptime.js)Inline calendar, floating button, popup. Zero build step.Embedding modes
@zaptime/vue3The same calendar as a Vue 3 component with props, events and theme tokens. No iframe.Vue installation
@zaptime/coreHeadless composables and API functions. Bring your own UI.Headless
REST APIEverything above talks to it. Use it directly from any backend.API reference
MCP serverAI assistants read and manage your account.MCP

The script tag wraps @zaptime/vue3, which is built on @zaptime/core. All packages are open source in the zaptime-monorepo.