Get Started

Install Upshift and scan your first project in under a minute.

Five-minute win: no account needed

See fleet health without signing up for anything:

  1. In a repo with Node, run upshift scan --report report.json (after installing the CLI below).
  2. Open Radar and paste the JSON → instant summary.

What is guaranteed in CI vs AI best-effort →

1

Install the CLI

Requires Node.js 18 or higher.

npm install -g upshift-cli
2

Scan your project

Navigate to any project with a package.json and run:

upshift scan
Scan complete Package manager: npm Outdated dependencies: - react: 18.2.0 → 19.0.0 - express: 4.18.2 → 5.0.0 - typescript: 5.3.0 → 5.7.0 Vulnerabilities: high: 1, moderate: 2
3

Understand what will break

Before upgrading, see what changed and assess the risk:

upshift explain react --risk # or get AI-powered deep analysis: upshift explain react --ai
react 18.2.0 → 19.0.0: MEDIUM - Major version bump (potential breaking changes) - High popularity (45M weekly downloads) AI Analysis: Found 3 potential breaking change indicators Found 5 new feature indicators Recommended: Review useEffect cleanup changes
4

Upgrade safely

Upshift upgrades the package, runs your tests, and rolls back automatically when they fail. (No test script in your package.json? Then there's no rollback gate; the CLI warns you first.)

upshift upgrade react # or preview first: upshift upgrade react --dry-run

See it in action

Click any demo to see the full workflow

Demos show the CLI workflow. On the Free tier, explain --ai and fix use starter credits; Pro and Team include unlimited AI on the hosted dashboard with an API key. See pricing.


Use the GitHub App

Get scan-on-push and optional PR comments without wiring CI yourself. Install once on your org and you're done.

Add to GitHub Setup guide →

Free vs AI-powered

upshift explain is free and unlimited. Add --ai for deep AI analysis (costs 1 credit). You get 10 free credits to start. No card required.

AI credits & subscriptions

  • Credit packs (free tier): 100/$5 · 300/$12 · 1000/$35
  • Pro ($12/mo): unlimited AI, Radar Pro, JARVIS API key
  • Team ($39/mo): unlimited AI, org Radar, audit logs, up to 10 seats
  • See full pricing →

More commands

  • upshift explain <pkg>: free risk assessment
  • upshift explain <pkg> --ai: AI deep analysis (1 credit)
  • upshift fix <pkg>: AI-suggested code fix (3 credits on free)
  • upshift scan --json: JSON output for CI/CD
  • upshift scan --report report.json: export for Radar
  • upshift credits: check your balance
  • upshift status: view subscription tier