$ browse --type node-templates
Node Templates
// Individual building blocks for your workspace workflows
export Slide Generator
from "@marketplace"
// Generates a single presentation slide from text content and an instruction. Connect multiple Slide Generator outputs to a Presentation Composer to build a full presentation.
export Presentation Composer
from "@marketplace"
// Assembles slide sections into a complete presentation. Outputs a self-contained HTML file viewable in any browser.
export PPTX Converter
from "@marketplace"
// Converts an HTML presentation into a downloadable PowerPoint (.pptx) file. Connect to a Presentation Composer output.
export Infographic Renderer
from "@marketplace"
// Renders infographic syntax into a PNG or SVG image. Accepts the infographic markup format and produces a rendered output. Use to render manually written or LLM-generated infographic definitions.
export Infographic Generator
from "@marketplace"
// Generates a professional infographic from text content. Uses an LLM to analyze the content and select the best visualization layout. Outputs a PNG or SVG image. Supports 237 templates across charts, lists, comparisons, hierarchies, sequences, and relations.