Workspace

Visual Data Pipeline

Drag nodes to rearrange. Data pipes Input → Filter → Mask → Output with a 100ms debounce so the UI stays at 90FPS. 100% local — nothing leaves your browser.

drag header to movePipeline live
JSON Input
Filter (JQ-Lite / NL)
Supports .users[].id, "first item", "extract emails".
Mask / Flatten
Output
[
  {
    "id": 1,
    "name": "Ada",
    "email": "ada@forge.dev"
  },
  {
    "id": 2,
    "name": "Linus",
    "email": "linus@forge.dev"
  }
]