> ## Documentation Index
> Fetch the complete documentation index at: https://docs.moxycode.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> MoxyCode fixes Salesforce deployment errors instantly — without leaving VS Code.

<iframe width="100%" height="400" src="https://www.youtube.com/embed/YOUR_VIDEO_ID" title="MoxyCode Introduction" frameBorder="0" allowFullScreen />

MoxyCode is a VS Code extension built specifically for Salesforce developers. When a deployment fails, MoxyCode opens automatically, analyses every error, and gives you a one-click fix — without leaving your editor or opening a browser tab.

It also analyses your code as you write, catching governor limit violations, security issues, and LWC mistakes before you ever hit deploy.

## Who it's for

MoxyCode is built for Salesforce developers working with:

* **Apex** — classes, triggers, batch jobs
* **Lightning Web Components** — JavaScript controllers, HTML templates
* **Both** — the same AI engine handles Apex and LWC errors

## What it does

<CardGroup cols={2}>
  <Card title="Fix deployment errors" icon="bolt">
    Deploy fails? MoxyCode opens automatically, explains every error, and fixes them all in one click.
  </Card>

  <Card title="Code analysis" icon="magnifying-glass">
    Catches SOQL in loops, DML violations, Locker Service issues, and more — on every save, before you deploy.
  </Card>

  <Card title="Deploy to Org" icon="cloud-arrow-up">
    Deploy any Apex or LWC file directly from VS Code — right-click or Command Palette.
  </Card>

  <Card title="Offline mode" icon="wifi-slash">
    Run fully local with Ollama — your code never leaves your machine.
  </Card>
</CardGroup>

## How fixes work

Every fix MoxyCode generates includes:

|                  |                                                                 |
| ---------------- | --------------------------------------------------------------- |
| **Confidence**   | High, Medium, or Low — how certain the AI is about the fix      |
| **Risk**         | No Risk, Minor Risk, or Review Needed — how safe it is to apply |
| **What Changed** | Plain-English summary of exactly what was modified and why      |

You stay in control. Review the diff, then apply — or turn on Auto Fix Mode to apply fixes automatically in your dev sandbox.

## Plans

|                        | Free    | Pro       |
| ---------------------- | ------- | --------- |
| Deployment error fixes | 5 / day | Unlimited |
| Code analysis          | ✓       | ✓         |
| AI explanations        | ✓       | ✓         |
| Fix All (bulk fix)     | —       | ✓         |
| Offline mode           | —       | ✓         |

**Pro** — A\$24/month or A\$19/month billed yearly · [moxycode.com](https://moxycode.com)

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/moxycode/images/introduction-overview.png" alt="MoxyCode panel overview" />
</Frame>

<Card title="Get started in minutes" icon="rocket" href="/getting-started/installation">
  Install MoxyCode from the VS Code Marketplace
</Card>
