← all repositories
rocketride-org/rocketride-server

A C++ engine that drags-and-drops LLM pipelines inside VS Code

RocketRide wants you to stop context-switching between your IDE and a dozen AI tools.

rocketride-server
Velocity · 7d
+33
★ / day
Trend
steady
star history

What it does

RocketRide is a self-hostable AI pipeline builder with a multithreaded C++ runtime and a VS Code extension for visual editing. You wire nodes together on a canvas—LLM calls, vector DB lookups, OCR, chunking, agents—and the resulting pipeline is just JSON that executes on your own hardware or in Docker. Python and TypeScript SDKs let you embed finished pipelines into existing codebases.

The interesting bit

The IDE-native angle is the real bet. Rather than shipping yet another web dashboard, RocketRide renders the pipeline canvas inside VS Code, tracks token usage and latency in real time, and auto-detects coding agents like Claude or Cursor so you can modify workflows via natural language. It is a tacit admission that AI tooling has become too scattered.

Key highlights

  • 50+ built-in nodes across 13 LLM providers and 8 vector databases, all Python-extensible
  • Portable JSON pipeline definitions—version control friendly, no lock-in
  • Built-in CrewAI and LangChain support for multi-agent orchestration with shared memory
  • One Docker command to self-host; local deployment pulls the runtime directly into the IDE
  • MCP server available so AI assistants can call pipelines as tools

Caveats

  • “RocketRide Cloud” is listed as coming soon, so fully managed hosting is not yet an option
  • The README claims “zero dependency headaches” but also notes Java/Tika are involved; your mileage may vary on exotic platforms

Verdict

Worth a look if you are already living in VS Code and want to prototype or productionize LLM workflows without leaving your editor. Less compelling if you are committed to Jupyter, heavily customized Neovim, or cloud-native orchestrators like Airflow.

heatdrop uses Google Analytics to see which pages get read — nothing else. Your call. How we handle data.