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
- Check the example we have on our homepage
- Iframe in codesandbox
- Vue in Stackblitz
Architecture
Zaptime is layered so you can stop at whichever level fits your needs:
| Layer | What you get | Docs |
|---|---|---|
Script tag (zaptime.js) | Inline calendar, floating button, popup. Zero build step. | Embedding modes |
@zaptime/vue3 | The same calendar as a Vue 3 component with props, events and theme tokens. No iframe. | Vue installation |
@zaptime/core | Headless composables and API functions. Bring your own UI. | Headless |
| REST API | Everything above talks to it. Use it directly from any backend. | API reference |
| MCP server | AI 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.

