Quickstart
Quickstart
Pick the path that matches how you want to build. Build visually in your IDE, or drop RocketRide into your app with a code-first SDK, each path takes you from zero to a running pipeline.
Use cases & walkthroughsEnd-to-end walkthroughs: build a pipeline in the IDE, then integrate it with an SDK.Build in your IDEInstall the extension, deploy a local runtime, and wire up your first pipeline on the visual canvas.Python SDK
pip install rocketride and run a pipeline from Python in a few lines.TypeScript SDKnpm install rocketride and integrate pipelines into your Node.js or browser app.Browse nodes50+ ready-to-use nodes: LLM providers, vector stores, OCR, NER, and more.Deploy a serverRun locally, on-premises with Docker, or one-click deploy to RocketRide Cloud.New to RocketRide?
Start with Build in your IDE, it
installs the extension, spins up a local runtime, and walks you through a Chat → LLM
pipeline you can run in minutes. Once you have a pipeline, the
SDK walkthrough shows how to run
it from your own Python or TypeScript application.