Getting started
Ripplex is live in two minutes. Pick the path that matches how you work.
1. Get your API key
Sign up at ripplexbyreabot6.site/join. Your key arrives by email instantly -- no credit card, free during beta.
2. Connect your editor
Ripplex runs as an MCP server over HTTP. Add it to Cursor, Claude Desktop, or Windsurf:
{
"mcpServers": {
"ripplex": {
"url": "https://ripplexserver-production.up.railway.app/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Full per-editor instructions on the Connect page
3. Install the GitHub App (optional)
Install the GitHub App to scan pull requests automatically. No CI yaml required.
Install GitHub App4. Try it
In Cursor or Claude:
"Check the blast radius of the formatDate function in lib/utils.ts"
"Scan auth/session.ts for security issues"
"What TODOs have been saved from previous sessions?"JS and TypeScript only today -- more languages on the roadmap