
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@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.
The npm package @fronti/core receives a total of 5 weekly downloads. As such, @fronti/core popularity was classified as not popular.
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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.