Choicekit is a lightweight, headless, framework-agnostic library for building interactive fiction.
apps/library: the publishable library package,choicekitapps/docs: the documentation sitepackages/: shared supporting packages for compression, serialization, events, and polyfills
The docs site is available at https://iceman8911.github.io/choicekit/.
Install the published package with:
bun add choicekitThen import from choicekit:
import { ChoicekitEngineBuilder } from "choicekit";