Anthropic launches Claude Code browser tool for cloud coding, now in beta
When I opened claude.com/code I saw a new tool called Claude Code. It’s a browser-based service that lets you set up a coding task and run it without installing anything - everything runs in the cloud. Right now it’s only a beta research preview, so you have to be a Pro or Max subscriber to get in.
The site offers a short walkthrough that shows how to start a job, watch its progress and pull the results back into the same page. Because it’s still experimental, the docs are likely to shift as users send feedback. What’s interesting is that Anthropic seems to be trying to pull its LLM-powered coding assistant out of the usual IDEs and make it usable straight from a browser.
That said, the beta label means the experience could change, and only a limited group can test it today. Keep an eye on the documentation for updates, and watch for any announcements about a wider rollout.
Anthropic has launched Claude Code on the web, a browser-based tool that allows users to assign and run coding tasks directly in the cloud. The feature is currently in beta as a research preview for Pro and Max users. Claude Code on the web is available at claude.com/code.
The company’s documentation details rate limits, security configurations, and sandboxing architecture. According to Anthropic, the new interface enables developers to delegate coding tasks directly from their browser without opening a terminal. Users can connect GitHub repositories, describe the required changes, and Claude will handle implementation through Anthropic-managed infrastructure.
Each task runs in an isolated cloud environment with real-time progress tracking. “You can actively steer Claude to adjust course as it’s working through tasks,” the company said. The system also supports multiple sessions running in parallel across repositories, with automatic pull request (PR) creation and change summaries.
The web tool is designed to complement existing Claude Code workflows, with particular use cases in bug fixes, backend updates, and answering questions about repository structure. Anthropic said that Claude Code applies test-driven development to verify backend changes. A mobile version of Claude Code is also available through Anthropic’s iOS app as part of the preview.
Anthropic just rolled out Claude Code, a browser-based coding assistant you can spin up in a couple of clicks. It’s only a beta research preview right now, so you need a Pro or Max plan and you can give it a try at claude.com/code. From the page you can hand the model a snippet, ask it to write or debug code, and watch it run without touching a local IDE.
The docs mention rate limits, security knobs and a sandboxed runtime, but how those limits will feel in real work is still fuzzy. Likewise, we haven’t seen any hard proof of how isolated the sandbox really is. Pricing and a roadmap are deliberately vague because the service is still in preview.
Anthropic seems to be betting on a web-first workflow, hoping to cut down the back-and-forth of setting up environments. Still, it’s unclear whether the tool can scale to big codebases or hook into existing CI pipelines. Right now, curious developers can play within the stated bounds while Anthropic collects feedback.
Whether Claude Code becomes a staple in dev toolkits will hinge on how the beta holds up and what tweaks come next.
Common Questions Answered
What type of users have access to the Claude Code beta research preview?
Access to the Claude Code beta is currently limited to Anthropic's Pro and Max subscribers. This restricted preview allows the company to gather feedback and test the service with a controlled user base before a wider release.
Where can users access the new Claude Code browser tool?
The Claude Code interface is available on the web at the specific address claude.com/code. Upon visiting, users are greeted with a short walkthrough that explains the service's workflow for assigning and running tasks.
What specific technical details does the documentation for Claude Code provide?
Anthropic's documentation outlines important operational parameters, including rate limits, security configurations, and the sandboxing architecture. These details are intended to inform users about the service's constraints and safety measures, though the practical impact of some limits is still being evaluated.
How does Claude Code change the workflow for developers according to the article?
Claude Code enables developers to assign and run coding tasks directly from a web browser, with the processing handled in the cloud. This approach bypasses the need for local development environments, putting cloud-based coding within a few clicks.