Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/discoposse/GUIness/llms.txt

Use this file to discover all available pages before exploring further.

Click Export → LLM in the top-right toolbar to open the export drawer. GUIness compiles your connected pipeline nodes into a structured prompt payload ready to send to any supported LLM provider. Three output formats are available, each targeting a different runtime or sharing workflow.

Output formats

The Markdown export produces a structured document that captures your pipeline’s execution sequence, step-by-step node details, and any reference material attached to nodes. It is the most human-readable format and works well for documentation, code review, or sharing pipelines with collaborators who are not using GUIness.The exported file contains:
  • An execution sequence listing nodes in topological order
  • Per-step details drawn from each node’s instructions, code, and description fields
  • Reference materials included as appended sections
Use the Download button to save as a .md file, or click Copy to send the content directly to your clipboard.

Prompt size

The bottom of the export drawer displays a live estimate of the compiled prompt’s size. Token count is approximated at roughly 4 characters per token. A cost estimate is also shown, calculated using the per-token pricing of the model currently selected in the Run section. These estimates update immediately as you switch between output formats or change the selected model.

Connected nodes only

GUIness only includes nodes that are connected to at least one edge when compiling an export. A node sitting on the canvas with no connections is treated as a draft and silently excluded from all output formats.
Only nodes connected to at least one edge are included in the export. Disconnected nodes are ignored regardless of their content.
Use the Markdown export to share your pipeline as living documentation. The structured format renders cleanly in GitHub, Notion, and most markdown viewers, making it a fast way to hand off a workflow to a teammate without requiring them to open GUIness.

Build docs developers (and LLMs) love