Links
Where to find Knot, where to get help, and the open-source projects Knot is built with.
Knot
| What | Link |
|---|---|
| Repository | github.com/StormByte0/Knot |
| Issue tracker | github.com/StormByte0/Knot/issues |
| Architecture notes | ARCHITECTURE.md |
| Roadmap | ROADMAP.md |
| Planned features | PLANNED_FEATURES.md |
| Extension README | extensions/vscode/README.md |
| Supporters list | SUPPORTERS.md (also rendered on the sponsors page) |
Support & community
| Channel | Link | Best for |
|---|---|---|
| Patreon | patreon.com/StormByte0 | Recurring development funding ($5 / $10 / $25 tiers) |
| Ko-fi | ko-fi.com/stormbyte0 | One-time tips and donations under $5 |
| Discord | discord.gg/UvWSZFkC3 | Support, dev updates, feature requests |
| GitHub Issues | github.com/StormByte0/Knot/issues | Bug reports (the standard channel) |
Built with
Knot stands on the shoulders of several excellent open-source projects:
Tweego
The compiler Knot uses to build stories. Format-agnostic, command-line, and rock-solid.
oxc
The JavaScript parser powering SugarCube variable analysis. Fast, correct, and written in Rust.
tower-lsp
The LSP server framework for Rust that Knot's language server is built on.
petgraph
Graph data structures for passage analysis — reachability, dead-end detection, and the Story Map model.
@xyflow/react
The Story Map graph visualization library. Powering the interactive passage graph in the webview.
Rust & VS Code ecosystems
The broader Rust workspace ecosystem and the VS Code extension API that hosts the Knot experience.
Related
| What | Link |
|---|---|
| Twine | twinery.org |
| SugarCube | motoslave.net/sugarcube/2 |
| Harlowe | twine2.neocities.org |
| Chapbook | klembot.github.io/chapbook |
| Snowman | videlais.github.io/snowman |