Inteligencia Artificial

Anthropic Launches Artifacts in Claude Code for Enterprise Interactive Dashboards

The new feature turns terminal sessions into dynamic, shareable web pages, directly competing with OpenAI Codex Sites.

June 19, 2026 · 5 min read

Vibrant and engaging code displayed on a computer screen, showcasing programming concepts.

TL;DR: Anthropic launches Artifacts in Claude Code, enabling real-time creation of interactive, shareable dashboards from the terminal. Competes with OpenAI Codex Sites but with a lighter approach. Available on Team and Enterprise plans.

Anthropic has launched Artifacts for Claude Code, its AI-assisted development tool. This feature allows users on Team and Enterprise plans to turn work from a Claude Code session into an interactive, live HTML web page, shareable via a unique URL. The dashboards update in real time as the agent modifies code or data sources, and a version history is preserved for easy collaboration. According to VentureBeat, integrating Artifacts into Claude Code's command-line interface (CLI) and desktop app bridges the gap between deep technical development and non-technical stakeholders. Anthropic originally introduced Artifacts in its consumer web chatbot in summer 2024, where it evolved from a manual feature to a general tool for publishing code snippets and games on the web. Now, by embedding it directly into Claude Code, Anthropic aims to eliminate the friction of creating and sharing data visualizations within companies.

Why It Matters

Artifacts bridges the gap between deep technical development and non-technical stakeholders. Engineers no longer need to set up external infrastructure to generate visualizations; the agent itself builds the interface from the context of the local repository, monitoring tools, and conversational reasoning. This democratizes the creation of dashboards and prototypes within companies. As VentureBeat notes, these web pages are not static exports: while the AI works in a terminal session, the open web page updates in place, refreshing charts and text instantly on the same URL. Each update publishes a new version history, allowing teammates to roll back or track the agent's progress securely on desktop or mobile.

The launch comes just two weeks after OpenAI introduced Codex Sites, a similar feature but with a platform-as-a-service (PaaS) approach. While Sites generates full web applications with data persistence and authentication, Artifacts is presented as a simpler, faster-to-generate "stateless canvas." This comparison is key: while Codex Sites requires a two-stage publishing process (candidate and production), Artifacts simplifies the flow to a single shareable URL. The choice between them will depend on each team's specific needs.

Market Implications

Competition between Anthropic and OpenAI is intensifying in the enterprise space. Artifacts bets on immediacy and real-time collaboration, while Sites offers a more robust solution for production-ready applications. Companies will need to assess their needs: if they want quick, shareable prototypes, Artifacts is ideal; if they require full applications with a backend, Sites may be more suitable.

Additionally, this feature could reduce reliance on traditional BI and dashboarding tools like Tableau or Power BI, by allowing engineering teams to generate ad hoc visualizations without leaving the development environment. According to a VentureBeat analysis, the ability to generate interactive dashboards directly from the context of the local repository and connected monitoring tools could change how internal teams share data and prototypes. This could also pressure platforms like Databricks or Looker to integrate similar UI generation capabilities from AI agents.

What Readers Should Know

  • Artifacts is available only on Claude Team ($30/user/month) and Enterprise (custom pricing) plans.
  • Generated pages are interactive and update live; they are not static exports.
  • Sharing requires collaborators to have access to Claude Code (not necessarily a paid subscription, but access to the project).
  • Version history allows tracking changes and reverting if needed.
  • It supports multiple data sources and live code.
  • According to Anthropic's documentation, Artifacts is generated directly from the Claude Code session context, using the local repository and connected tools. The generated URL is accessible from any browser, and code changes are reflected instantly.
"Artifacts in Claude Code represents a step forward in real-time collaboration between AI and human teams, eliminating the friction of creating and sharing data visualizations."

Technical Context

According to Anthropic's documentation, Artifacts is generated directly from the Claude Code session context, using the local repository and connected tools. The generated URL is accessible from any browser, and code changes are reflected instantly. Unlike OpenAI Sites, which requires a two-stage publishing process (candidate and production), Artifacts simplifies the flow to a single shareable URL. This reduces friction for developers who need to share prototypes quickly. Additionally, Artifacts integrates with Claude Code's version history, allowing teams to track the agent's evolution and revert changes if needed. This functionality is especially useful in agile development environments where iterations are frequent.

From a technical perspective, Artifacts acts as a dynamic translation layer. Built directly from the uninterrupted context of a user session, the agent uses the local code repository, connected monitoring tools, and conversational reasoning to generate specialized web pages. Engineers no longer need to wire up external data sources or spin up temporary infrastructure; the AI builds the user interface from what already exists. This represents a significant advance in developer productivity, reducing the time needed to create data visualizations from hours to minutes.

Implications for the Future of Work

This feature accelerates the feedback loop between developers and stakeholders, enabling faster iterations in product design and data analysis. It also reinforces the trend toward AI-integrated development environments, where interface generation is a natural extension of code. In a broader context, Artifacts could change how companies internally share prototypes and dashboards, reducing reliance on traditional BI tools and enabling greater agility in data-driven decision-making. The ability to share a URL that updates in real time while the agent works could transform sprint review meetings and collaborative design sessions, where stakeholders can see live progress without waiting for the developer to finish an iteration.

Furthermore, integrating Artifacts into Claude Code could be a precursor to future real-time collaboration features, where multiple users can interact with the same agent and see results simultaneously. This would align Anthropic with the vision of a "shared workspace" where AI acts as a team member, generating and updating content collaboratively. As competition between Anthropic and OpenAI intensifies, we are likely to see more innovations in this space, with significant implications for the future of work and enterprise productivity.

Keep reading