
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@fronti/core
Advanced tools
Visual-first AI coding agent for local codebases. Select elements in browser, describe changes, agent applies edits.
Fronti brings Claude Code's powerful agent capabilities into your browser. Point it at any localhost project, select the element you want to change, describe what you need, and Claude updates your codebase instantly.
Install the Chrome extension Fronti Chrome Extension
Install Fronti Core
npm install -g @fronti/core
Install Claude Code CLI
npm install -g @anthropic-ai/claude-code
Start your project
npm run dev → http://localhost:3000)Edit visually
Get the speed of hosted AI tools with complete control over your codebase.
| Feature | Hosted AI Builders | Fronti |
|---|---|---|
| Works with your existing codebase | No | Yes |
| Code stays on your machine | No | Yes |
| Visual click-to-edit interface | Limited | Yes |
| Full agent capabilities | No | Yes |
@fronti/core package connects your browser to Claude Code CLInpm install -g @anthropic-ai/claude-code)npm install -g @fronti/core)All Claude requests run through Claude Code CLI, which requires an active Anthropic subscription.
Build each extension independently when working from source.
cd chrome-extension
npm install
npm run build
Load the unpacked extension from chrome-extension/dist in Chrome.
cd vsc-extension
npm install
npm run compile
npm run package # Outputs visual-editor-ai-<version>.vsix in vsc-extension/
Install the generated .vsix in VS Code (Extensions panel -> ... -> Install from VSIX).
Contributions are welcome:
git checkout -b feature/my-improvement).git commit -m "Describe your change").Fronti is distributed under the MIT License.
If Fronti helps your workflow, please star the repo and share feedback.
Made with care for developers.
FAQs
Visual-first AI coding agent for local codebases. Select elements in browser, describe changes, agent applies edits.
We found that @fronti/core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.