finds.dev← search

// the find

rocketride-org/rocketride-server

★ 3,792 · C++ · MIT · updated Jun 2026

High-performance AI pipeline engine with a C++ core and 50+ Python-extensible nodes. Build, debug, and scale LLM workflows with 13+ model providers, 8+ vector databases, and agent orchestration, all from your IDE. Includes VS Code extension, TypeScript/Python SDKs, and Docker deployment.

RocketRide is a visual AI pipeline builder with a C++ multithreaded runtime, 85+ pre-built nodes covering 13 LLM providers and 8 vector databases, and a VS Code extension that lets you design pipelines on a canvas and deploy them as portable JSON. It targets teams who want more throughput than Python-native pipeline tools and don't want to build their own orchestration layer from scratch.

C++ runtime is a genuine differentiator — most pipeline tools are Python all the way down and hit GIL contention at scale; this sidesteps that without requiring you to write C++. Pipelines stored as portable JSON means they're version-controllable and not locked to a vendor's cloud storage, unlike Flowise or LangSmith. Built-in observability that traces token usage, latency, and call trees directly in the VS Code canvas addresses the thing that makes LLM pipeline debugging miserable. Node coverage goes well beyond LLM+RAG: OCR, NER, PII anonymization, and chunking strategies are included, which means less glue code for document processing workloads.

The `apps/aparavi-ui` directory and 'aparavi' references throughout the tree suggest this is a rebranded Aparavi data-management product — that legacy enterprise DNA may mean the architecture isn't as purpose-built for LLM workloads as the README implies. 'RocketRide Cloud (coming soon)' combined with checkout/billing code already present in shell-ui signals an upcoming paid tier; the open-source sustainability story is unclear. The claim that C++ toolchain dependencies are managed automatically is doing heavy lifting — the devcontainer config and Docker requirement suggest local builds are more fragile than advertised. Six separate UI apps plus the C++ engine plus Python and TypeScript SDKs is a lot of surface area to keep in sync; if you hit a bug at the boundary between the C++ runtime and a Python node, expect a non-trivial debugging session.

View on GitHub →

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →