Hey HN, I'm Joshua from RocketRide. We built an open source AI pipeline platform that turns your IDE into an AI command center.
The problem: building AI features means weeks of infrastructure plumbing before writing application logic. RocketRide eliminates that with composable pipelines, a unified API, and one-click deploy.
The C++ engine handles concurrency, backpressure, and stage isolation at petabyte scale. Pipelines are JSON. 50+ built-in nodes cover OCR, transcription, summarization, redaction, chunking, embedding, plus model integrations (Claude, GPT, Gemini, Grok). MCP server exposes pipelines as tools for Claude/Cursor/Windsurf.
Stack: C++ 49.6%, Python 24.7%, TypeScript 17.6%. MIT license. Only prereq: Node.js 18+.
Donated by Aparavi after years of enterprise AI deployments. Linux Foundation and Agentic AI Foundation member.
joshuadarron•1h ago
The problem: building AI features means weeks of infrastructure plumbing before writing application logic. RocketRide eliminates that with composable pipelines, a unified API, and one-click deploy.
The C++ engine handles concurrency, backpressure, and stage isolation at petabyte scale. Pipelines are JSON. 50+ built-in nodes cover OCR, transcription, summarization, redaction, chunking, embedding, plus model integrations (Claude, GPT, Gemini, Grok). MCP server exposes pipelines as tools for Claude/Cursor/Windsurf.
Stack: C++ 49.6%, Python 24.7%, TypeScript 17.6%. MIT license. Only prereq: Node.js 18+.
Donated by Aparavi after years of enterprise AI deployments. Linux Foundation and Agentic AI Foundation member.
Repo: https://github.com/rocketride-org/rocketride-server Docs: https://docs.rocketride.org
Happy to answer questions about the architecture, design decisions, or roadmap.