OCNexus automates the path from GitHub issue to merged pull request. Here is how to get up and running in under 5 minutes.
Sign up with your GitHub account. Pay $1 to activate your account. Your 14-day trial starts immediately. Your full subscription begins on day 15.
From the OCNexus dashboard, click New Project and select a GitHub repository. OCNexus installs a GitHub App that listens for new issues and has permission to create branches and pull requests.
Create a GitHub issue in your connected repo. Describe the bug or feature in plain language. OCNexus picks it up automatically and starts the pipeline.
Within 60 seconds, OCNexus opens a pull request with the implementation. Review the changes, approve, and merge.
Every issue runs through a 7-phase pipeline. Each phase is logged in the project journal for full auditability.
Determines if the issue is a bug, feature, or question. Routes accordingly.
Scans your codebase for relevant files, dependencies, imports, and context.
Writes a detailed implementation specification with file-level changes and rationale.
Multi-LLM execution. GPT-4 handles complex reasoning, Claude handles docs and tests, Gemini handles fast iteration.
The Guardian quality gate scans for syntax errors, security issues, style violations, and logical inconsistencies.
Runs your existing test suite. If CI fails, the fix is automatically re-routed through the pipeline.
Opens a clean pull request with full context, linked to the original issue.
OCNexus uses credits to measure pipeline usage. Each plan includes a monthly credit allocation. 1 credit = one pipeline action. A simple bug fix uses ~5 credits; a complex feature uses ~20-50.
| Plan | Price | Credits/mo | Projects | Overage |
|---|---|---|---|---|
| Indie | $49/mo | 500 | 1 | $10/1k credits |
| Studio | $149/mo | 25,000 | 5 | $6/1k credits |
| Team | $399/mo | 15,000 | 20 | $5/1k credits |
Studio and Team plans can purchase Credit Packs which are consumed before overage and never expire.
Guardian is the built-in quality gate. Every implementation is scanned before a PR is opened. Guardian checks for:
Not everything should be auto-merged. The Human Gate pauses the pipeline for changes that touch:
These changes are flagged for manual review. You approve or reject from the dashboard or the PR itself.
You pay $1 today to activate your account. Your full subscription starts on day 15. Cancel within 14 days and you are only charged $1.
GPT-4, Claude, and Gemini, routed by task type for optimal results.
Yes. Code is processed in isolated, ephemeral containers. Nothing is stored after pipeline completion. All connections are encrypted.
Yes, the Team plan includes BYOK (Bring Your Own Keys).