@tummycrypt/scheduling-kit
Backend-agnostic scheduling components with alternative payment support -- Svelte 5, Effect TS
Install
npm install @tummycrypt/scheduling-kit Overview
Backend-agnostic scheduling library with Svelte 5 components, pluggable
scheduling adapters, alternative payment support, and Effect-powered workflow
composition.
This repo keeps two intentionally different build surfaces:
- pnpm is the local package-manager and script interface
- Bazel defines and builds the publishable package artifact used by CI
The recommended local bootstrap path is the repo flake plus direnv, which
makes pnpm, bazel through Bazelisk, and the docs toolchain available from...