RocketRide Documentation
RocketRide is an open-source runtime for AI pipelines. Pipelines are portable JSON: version-controlled, shareable, and executed by a multithreaded C++ core that runs the same way on your laptop, your servers, or RocketRide Cloud.
Build your first pipeline
New to RocketRide? Start here: run a working pipeline and pick up the core concepts along the way.
Install the VS Code extension, deploy a local runtime, and assemble a pipeline visually in minutes.
Integrate with an SDKDrop pipelines into your TypeScript or Python application with a few lines of code.
Choose how you run RocketRide
Start building right away on the managed platform. Same pipeline JSON, zero infrastructure to manage.
Self-hostRun the runtime on your own infrastructure — Docker, on-prem, or anywhere the engine builds.
Explore more
Deploy, run, and observe pipelines from your TypeScript app.
Python SDKThe same client surface, native to Python.
NodesThe full catalog: LLMs, vector stores, parsers, tools, and more.
MCPExpose any pipeline as an MCP tool for AI assistants.
VS Code ExtensionBuild, run, and debug pipelines visually in your editor.
Pipeline ReferenceEvery field of the portable pipeline JSON format.