$ browse --type node-templates
Node Templates
// Individual building blocks for your workspace workflows
export Workspace Picker
from "@marketplace"
// Selects a workspace to reference. Outputs the workspace ID for use with Workspace Break nodes.
export Workspace Break
from "@marketplace"
// Decomposes a referenced workspace into selectable node outputs. Configure via the wizard to select which outputs to expose.
export Video LUT Uniform
from "@marketplace"
// Color-matches a video to a reference image using Reinhard color transfer. Extracts the color profile from a reference frame, generates a 3D LUT, and applies it to the target video via ffmpeg. Strength parameter controls transfer intensity.
export Public Share
from "@marketplace"
// Publishes content or files to a public URL. Supports HTML, plain text, and file downloads. Optionally protects with a PIN. The URL is deterministic — re-running the node refreshes the content without changing the link.
export Make Array
from "@marketplace"
// Collects multiple inputs into an ordered array. Add items dynamically and drag to reorder.
export Test File Processor
from "@marketplace"
// Accepts file inputs, processes them, and produces file outputs. Tests the full file pipeline.
export Test File Generator
from "@marketplace"
// Generates test files of various types (image, audio, video) for testing the file handling pipeline.
export Custom Code
from "@marketplace"
// A programmable node with custom Python code. Use when no existing template fits the requirement. The AI agent will generate appropriate code, input schemas, and output schemas based on your instructions.