Build Custom Nodes for Typeflow
Extend Typeflow with your own nodes. Create API integrations, data transformations, or anything you can imagine.
Getting Started
Clone the Starter Template
Get up and running in seconds
Terminal
Project Structure
Choose Your Style
Programmatic Style
Full control with the execute() method. Best for complex logic.
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152Typeflow-Exclusive Features
Streaming Support
Handle real-time data like AI responses
Result Caching
Cache expensive API calls
Parallel Processing
Process items concurrently
Cost Estimation
Preview costs before execution
Lifecycle Hooks
Run custom logic at key points
Creating Credentials
API Credential Template
123456789101112131415161718192021222324252627282930Testing Your Node
Built-in Test Cases
Define test cases directly in your node description:
Run tests with: typeflow test
Deployment
Local Development
Terminal
Publishing to npm
Terminal
Package Configuration
123456789101112131415161718192021