Getting Started

Install RAPIDS in seconds and start building with AI agents immediately.


📦 Installation

Install globally via npm:

npm install -g rapids-ai@beta

🖥️ Platform Support

macOS: Fully supported

Linux & Windows: Coming soon

🚀 Quick Start

Option 1: Create New Project
rapids-init

Interactive wizard to scaffold a new project with Flutter, Next.js 15, FastAPI, or any combination.

Option 2: Migrate Existing Project
cd your-project
rapids-migrate
rapids-clean

Zero-risk migration adds RAPIDS without touching code. Clean removes legacy files.

Read Full Migration Guide →

🤖 Using AI Agents

Open your project in Claude Code and start using agents immediately:

/feature "Add user authentication"

Feature builder agent creates complete functionality

/bug "Login redirect broken"

Bug hunter finds and fixes issues

/refactor "Extract auth logic"

Refactor master improves code quality