Skip to content

SpindleA Preact-based Story Format for Twine 2

Variables, macros, saves, settings, widgets, and full CommonMark markdown.

Quick Example

A simple passage with a variable and a link:

:: Start
$name = "World"

Hello, {$name}! This is a **Spindle** story.

[[Continue|Next Passage]]

Released under the Unlicense.