Aborine
Close the loop from production crash to fixed code — stories, bugs, and AI context in one place.
How it works
Production tells you what broke. Aborine brings it to the editor.
01
Capture
Drop in the SDK. Crashes and end-user feedback land as work items—with URL, device, and stack.
02
Plan
Manage stories, bugs, and requirements in one board. Assign, prioritize, and track without tool-hopping.
03
Fix in context
The IDE gets a short, confirmed prompt—goal, context, and done-when—not a raw dump of tickets and stacks.
Platform
One operating surface for engineering work.
Project portal
Board and list views for stories, bugs, tasks, and feedback—scoped to each tenant and project.
Crash & feedback SDK
npm install @aborine/sdk. Init with your API key. Floating help widget and Ctrl+Shift+F for end users.
IDE extension
Refresh assigned work and crash context without leaving Cursor or VS Code.
Token-efficient AI prompts
Craft once on the board (free template or AI rewrite), confirm, and reuse in the IDE. Short prompts mean less coding-agent spend per fix.
Billing & admin
PayPal subscriptions, launch coupons, and an admin console for users, tenants, and payments.
Pricing
Simple plans. Pay with PayPal.
Launch coupons available in the portal — try or .
Starter
$20/mo
1 project
Growth
$60/mo
4 projects
Scale
$100/mo
10 projects
SDK
Two lines to listen to production.
import Aborine from '@aborine/sdk'
Aborine.init({
apiKey: 'abo_…',
feedbackWidget: true,
})