Getting Started
Start building AI-powered tests in minutes. Follow our quick start guide to set up Raiken in your project and generate your first test.
Prerequisites
Make sure you have these requirements before getting started
Node.js 18+
Modern JavaScript runtime
npm/yarn/pnpm
Package manager
Modern browser
Chrome, Firefox, or Safari
OpenRouter API key
For AI-powered test generation
Installation
Install globally (Recommended)
npm install -g @raiken/cliThis installs Raiken globally, allowing you to use it from any project directory.
Quick Start
Install the CLI
npm install -g @raiken/cliInstall Raiken CLI globally to access it from any project
Navigate to your project
cd my-projectMove to your project directory
Start Raiken
raiken startLaunches the web interface (auto-detects project type)
What happens next?
- • Raiken auto-detects your project type (Next.js, React, Vue, etc.)
- • Opens your browser to http://localhost:3456
- • Starts the bridge server for local file system access
- • Ready to generate and run tests!
Key Features
AI Test Generation
Convert natural language descriptions into complete test suites using 30+ AI models
Local Integration
Seamless CLI integration with project detection and automatic test saving
Multi-Browser Testing
Test across Chromium, Firefox, and WebKit with comprehensive reporting
Next Steps
Configure Your Project
Set up your OpenRouter API key and customize Raiken for your specific project needs.
Configure RaikenGenerate Your First Test
Learn how to use AI to generate comprehensive tests from natural language descriptions.
Start Testing