Flyto2 for Node.js
Powerful workflow automation for JavaScript and TypeScript projects.
Be the first to know when the npm package is published.
You're on the list! We'll email you when it's ready.
Need automation now? Try Flyto2 Core (Python)
What's Coming
Native Node.js automation with first-class TypeScript support
TypeScript First
Full TypeScript support with complete type definitions. IntelliSense everywhere.
Async/Await
Native async/await support. No callbacks, no promises hell.
Lightweight
Minimal dependencies. Fast installation, small bundle size.
250+ Modules
Same powerful modules as Python. String, array, data processing, and more.
Browser Automation
Playwright integration for headless browser automation.
Battle Tested
Same reliability as the Python version. Comprehensive test suite.
Clean API
A preview of the simple, intuitive API
# Install from npm npm install flyto2 # Or with yarn yarn add flyto2 # Or with pnpm pnpm add flyto2
import { flyto } from 'flyto2'; // Execute a module const result = await flyto.execute( 'string.uppercase', { text: 'hello world' } ); console.log(result.data); // Output: "HELLO WORLD"
Why Flyto2 for Node.js?
The same power, native to your JavaScript ecosystem
For Node.js Developers
- Native JavaScript/TypeScript
- No child_process or Python spawn
- Tree-shakable ES modules
- Single runtime, no Python needed
For Teams
- Same API as Python version
- Share workflows across languages
- Consistent behavior everywhere
- Unified documentation