An immutable editor for Tavern V2 Character Cards.
Draft treats character creation like code—giving you git-like history, specialized editors for complex data, and export for SillyTavern.
- ✅ Tavern Card V2 Support (Import/Export PNGs)
- ✅ Time Travel History (Undo/Redo trees)
- ✅ Lorebook Manager (Import/Export JSON)
- ✅ Spell Checker (US English Dictionary)
- ✅ Rich text editor (VS Code engine)
You don't need to install Java or compilers to use Draft. Just Node.js.
- Install Node.js (v20+).
Open a terminal in this folder and run:
# 1. Install dependencies
npm install
# 3. Launch Draft
npm run appIf you want to modify the source code (ClojureScript), use the dev mode for hot-reloading:
npm startMIT License