You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-22Lines changed: 20 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@
10
10
</p>
11
11
12
12
<p>
13
-
RocketRide is an open-source data pipeline builder and runtime built for AI and ML workloads. With 50+ pipeline nodes spanning 13 LLM providers, 8 vector databases, OCR, NER, and more — pipelines are defined as portable JSON, built visually in VS Code, and executed by a multithreaded C++ runtime. From real-time data processing to multimodal AI search, RocketRide runs entirely on your own infrastructure.
RocketRide is an open-source data pipeline builder and runtime built for AI and ML workloads. With 50+ pipeline nodes spanning 13 LLM providers, 8 vector databases, OCR, NER, and more — pipelines are defined as portable JSON, built visually in VS Code, and executed by a multithreaded C++ runtime. From real-time data processing to multimodal AI search, RocketRide runs entirely on your own infrastructure.
<ahref="https://www.producthunt.com/products/rocketride?embed=true&utm_source=badge-featured&utm_medium=badge&utm_campaign=badge-rocketride"target="_blank"rel="noopener noreferrer"><imgalt="RocketRide - Your IDE is the new AI command center. | Product Hunt"width="250"height="54"src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1112116&theme=light&t=1774995997490"></a>
<imgsrc="https://raw.githubusercontent.com/rocketride-org/rocketride-server/develop/images/screenshot-ide.png"alt="Build and run AI pipelines inside your IDE"width="100%">
44
38
45
39
_Design, test, and ship complex AI workflows from a visual canvas, right where you write code._
@@ -48,16 +42,20 @@ _Design, test, and ship complex AI workflows from a visual canvas, right where y
48
42
49
43
_Drop pipelines into any Python or TypeScript app with a few lines of code, no infrastructure glue required._
50
44
45
+
</div>
46
+
51
47
## Features
52
48
53
-
-**VS Code Extension** — Build, visualize, and monitor pipelines directly in your editor. The visual pipeline builder lets you drag, connect, and configure nodes without writing boilerplate. Real-time observability tracks token usage, LLM calls, latency, and execution — all without leaving VS Code. Pipelines are defined as portable JSON, meaning they're version-controllable, shareable, and runnable anywhere.
54
-
-**High-performance C++ runtime** — RocketRide's runtime is built in C++ with native multithreading, purpose-built for the throughput demands of AI and data workloads. No bottlenecks, no compromises for production scale.
55
-
-**50+ pipeline nodes** — A comprehensive library of pre-built nodes covering 13 LLM providers, 8 vector databases, OCR, NER, PII anonymization, chunking strategies, embedding models, and more. All nodes are Python-extensible, so you can build and publish your own.
56
-
-**Multi-agent workflows** — Orchestrate and scale complex agent pipelines with built-in support for CrewAI and LangChain. Chain agents, share memory across pipeline runs, and manage multi-step reasoning workflows at scale. Switch between agentic frameworks with a few clicks for your task.
57
-
-**Coding agent ready** — Install the VS Code extension and RocketRide automatically detects and configures your coding agent — Claude, Cursor, and more. Your agent can build, modify, and deploy pipelines through natural language.
58
-
-**TypeScript, Python & MCP SDKs** — Integrate pipelines into native applications, expose them as callable tools for AI assistants, or build programmatic pipeline workflows into your existing codebase.
59
-
-**Zero dependency headaches** — RocketRide manages Python environments, C++ toolchains, Java/Tika, and all node dependencies automatically. Clone, build, run — no manual setup, no version conflicts, no glue scripts.
60
-
-**One-click deploy** — Run on Docker, on-prem, or RocketRide Cloud (coming soon). RocketRide's architecture is designed for production from day one — not retrofitted from a demo.
|**Visual Pipeline Builder**| Drag, connect, and configure nodes in VS Code — no boilerplate. Real-time observability tracks token usage, LLM calls, latency, and execution. Pipelines are portable JSON — version-controllable, shareable, and runnable anywhere. |
52
+
|**High-Performance C++ Runtime**| Native multithreading purpose-built for the throughput demands of AI and data workloads. No bottlenecks, no compromises for production scale. |
53
+
|**50+ Pipeline Nodes**| 13 LLM providers, 8 vector databases, OCR, NER, PII anonymization, chunking strategies, embedding models, and more. All nodes are Python-extensible — build and publish your own. |
54
+
|**Multi-Agent Workflows**| Built-in CrewAI and LangChain support. Chain agents, share memory across pipeline runs, and manage multi-step reasoning at scale. |
55
+
|**Coding Agent Ready**| RocketRide auto-detects your coding agent — Claude, Cursor, and more. Build, modify, and deploy pipelines through natural language. |
56
+
|**TypeScript, Python & MCP SDKs**| Integrate pipelines into native apps, expose them as callable tools for AI assistants, or build programmatic workflows into your existing codebase. |
57
+
|**Zero Dependency Headaches**| Python environments, C++ toolchains, Java/Tika, and all node dependencies managed automatically. Clone, build, run — no manual setup. |
58
+
|**One-Click Deploy**| Run on Docker, on-prem, or RocketRide Cloud (coming soon). Production-ready architecture from day one — not retrofitted from a demo. |
61
59
62
60
## Quick Start
63
61
@@ -88,7 +86,7 @@ _Drop pipelines into any Python or TypeScript app with a few lines of code, no i
0 commit comments