Docs
Build faster.
Ship safer.
Beacon runs in your editor, reviews generated code locally, and blocks risky changes before they land in your branch.
Quickstart
- 1Install Beacon in Cursor, VS Code, or JetBrains.
- 2Open any repository and start coding normally.
- 3Beacon reviews each AI-generated change before commit.
- 4Fix flagged issues and ship with confidence.
Rule policy example
beacon.rules.json
{
"mode": "enforce",
"rules": [
{ "name": "Block hardcoded secrets", "severity": "critical" },
{ "name": "Warn on unsafe shell execution", "severity": "high" },
{ "name": "Flag weak crypto usage", "severity": "high" }
]
}Need help?
For enterprise onboarding, custom policies, or migration support, contact the Beacon team and we’ll help you set up your workflow quickly.
Contact support