Getting Started
This guide covers the prerequisites you need to start building extensions.
System Requirements
Before you can create your first extension, make sure you have the following prerequisites.
- You have Streamyx 5.0.0 or higher installed.
- You have Node.js 22.14 or higher installed. We recommend nvm to install Node.
- You have npm 7 or higher
- You are familiar with JavaScript and TypeScript. Don't worry, you don't need to be an expert. If you need some help with the basics, check out TypeScript's Handbook and Mozilla's JavaScript Guide.