Claude Artifacts: working apps that appear next to your chat
Sometimes you do not want a whole platform. You want to type "make me a flashcard app for these twenty terms" and have it exist, right now, in the same window. That is exactly what Claude Artifacts do. They might be the lowest friction way to vibe code anything, because the building happens inside a conversation you were probably already having. This post covers what it is, what you can build with it, and how to get started.
What are Claude Artifacts?
Claude (claude.ai) is the AI assistant from Anthropic. Artifacts are its dedicated workspace: when you ask Claude to make something substantial, like an app, a document, a diagram or a visualization, it appears in a separate panel next to the chat instead of as a wall of text inside it. The conversation stays on the left, the thing you are making lives on the right, and every follow up message updates it.
The key point: artifacts are not screenshots or code listings. An interactive artifact actually runs. Ask for a quiz and you can click the answers. Ask for a calculator and the buttons work. Ask for a chart of your data and you can hover over the points.
What you can build with it
- Mini apps and tools. Flashcards, timers, calculators, converters, habit trackers, small games. Anything that fits in one interactive page.
- Dashboards and visualizations. Paste in data and ask for an interactive chart or a small dashboard with filters. Great for making sense of a CSV.
- Diagrams. Flowcharts, architecture sketches and process diagrams, generated from a plain description.
- Documents and prototypes. Reports, landing page drafts, slide outlines, interface mockups. Artifacts handle text deliverables as well as interactive ones.
- AI powered artifacts. The sleeper feature: artifacts can call Claude from inside themselves. That means you can build an app that itself uses AI, like a quiz generator that creates new questions on any topic, and share it with others without anyone touching an API key.
Why this is great for explaining ideas
Where Artifacts really shine is communication. A working demo beats a description every time, and Artifacts make demos nearly free. Trying to explain a process? Generate the diagram. Pitching an app idea? Generate a clickable mockup during the meeting. Exploring data with a teammate? Generate the chart and adjust it live as questions come up. Because it all happens in conversation, the barrier between "we should look at that" and "we are looking at it" basically disappears.
You can publish an artifact and share the link, so the thing you made in a chat becomes a small product others can use. You can also view the code behind any artifact, copy it out, and continue in another tool when you outgrow the panel.
What does it cost?
Artifacts work on Claude's free plan, with usage limits on how much you can generate per period. Paid plans raise the limits, add stronger models and longer sessions. For experimenting and building small tools, the free plan is genuinely usable.
Honest about the limitations
Artifacts are single page creations running in a sandbox. There is no database behind them, so data does not persist between visits unless you build around that, and they cannot freely call any external service. For multi page apps with accounts and stored data, a tool like Lovable, Bolt or Replit is the better home. The natural flow many people use: prototype the idea and the interface as an artifact in minutes, then rebuild the winner properly in a full platform. And the universal rule holds here too: describe concretely what the user sees and does, and iterate in small steps.
How to get started today
- Go to claude.ai and sign in.
- Ask for something interactive, and mention that you want it as an artifact if it does not appear automatically.
- Test it in the panel and refine it through the chat.
- Happy with it? Publish it and share the link, or copy the code out for later.
An example prompt to start with:
Make an interactive artifact: a flashcard study app.
I will paste term and definition pairs.
Show one card at a time, click to flip, with next and previous buttons.
Add a "shuffle" button and a counter showing my progress.
Clean, calm design. Here are my terms: ...Artifacts capture something the bigger platforms sometimes lose: the joy of a thought becoming a thing within one minute, in the middle of a conversation. For quick tools, teaching, prototyping and exploring data, that speed is hard to beat.
Prices, limits and features change fast in the AI world. Always check the official page of the tool for the current state of things.