This tutorial was AI-generated and is being fleshed out. Content may be incomplete or change.

Viewing the Graph

Deciduous provides three interfaces for exploring your decision graph, each suited to different needs.

Three Ways to View

Interface Best For Command
Terminal UI (TUI) Keyboard-driven exploration, file jumping deciduous tui
Web Viewer Visual exploration, sharing, GitHub Pages deciduous serve
CLI Quick queries, scripting, piping deciduous nodes, etc.

When to Use Each

Use the TUI when:

Use the Web Viewer when:

Use the CLI when:

Let's start with the most feature-rich option: The Terminal UI →