rocketride-org/rocketride-server

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+...

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 59 minutes ago
Added to GitGenius on September 1st, 2026
Created on February 11th, 2026
Open Issues & Pull Requests: 390 (+0)
GitHub issues: Enabled
Number of forks: 2,748
Total Stargazers: 8,417 (+4)
Total Subscribers: 9 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 238
New in 7 days: 33
Closed in 7 days: 33
Avg open age: 42 days
Stale 30+ days: 120
Stale 90+ days: 0

Recent activity

Opened in 7 days: 22
Closed in 7 days: 27
Comments in 7 days: 17
Events in 7 days: 45

Top labels

  • bug (186)
  • feature (153)
  • module:nodes (119)
  • priority:medium (98)
  • priority:high (61)
  • module:ai (54)
  • needs-validation (34)
  • chore (29)

Detailed Description

RocketRide is an AI Development Environment that turns your IDE into a platform for building, debugging, and deploying AI pipelines with a high-performance C++ core and Python-extensible nodes.

The tool addresses the fragmentation of AI development by providing a unified workspace where developers can compose and execute complex AI workflows without vendor lock-in. It works by exposing over 100 pipeline nodes through a visual builder in VS Code, with pipelines defined as portable JSON and executed by a multithreaded C++ runtime. The architecture supports integration with multiple LLM providers, vector databases, and specialized processing nodes for tasks like OCR and named entity recognition, allowing developers to orchestrate entire AI stacks from a single environment.

Developers should choose this tool if they need to build production-ready AI applications that run on their own infrastructure and want to avoid being locked into a single vendor's ecosystem. It suits teams building complex data pipelines, multimodal AI search systems, or real-time processing workflows that require deep observability and high throughput. The project provides SDKs in both Python and TypeScript, a VS Code extension for visual pipeline composition, and Docker deployment support, making it accessible whether you prefer working in your editor or via command line.

The project maintains active development with regular updates to its core engine and node library. The codebase spans multiple languages with the performance-critical runtime in C++ while keeping the extensibility layer in Python. The team actively expands integrations, regularly adding support for new model providers and vector databases. Documentation and tooling receive ongoing attention, including maintenance of both language SDKs and the VS Code extension.