Starter Script
The Starter Script, as the name suggests, provides a blank node for adding custom logic to your workflow.
Click the “code” button to configure the node. The Node Editor will open up.
**Node Logic**
Define the custom behavior of the node. This logic is typically written in JavaScript/TypeScript.
**Inputs**
Define the inputs for the node. Later in the workflow, you can pass in the values for these inputs.
**Output**
Specify the output format of the node (String, number, boolean, Array, Object, File)
**Metadata**
Info about the node (Name, ID, description, icon)
Learn more about the Starter Script: [Docs](https://docs.buildship.com/core-nodes/script)