Launched this week

Claude Artifact Player
Run your Claude AI artifacts natively, No browser. No cloud.
265 followers
Run your Claude AI artifacts natively, No browser. No cloud.
265 followers
Run your Claude AI artifacts natively on your Mac, fully offline. No browser. No cloud. Instant playback. Claude Artifact Player lets you open and run the interactive files that Claude's Artifacts feature generates — HTML pages, React JSX components, and TypeScript TSX files — directly on your Mac, without a browser and without uploading anything anywhere.




This fixes a very specific Claude workflow problem.
Artifacts are great while they’re inside the chat, but once I want to save one, tweak it, reopen it later, or show it like a normal little app, the flow gets awkward.
The folder watching and local reload are the details I’d probably use most. It turns artifacts from “cool thing Claude made once” into something I can keep editing on my Mac.
Claude Artifact Player
@alicia_data Exactly
The local editing will be a future feature in our app ;)
@alicia_data there's a stack version of this too. the artifacts come out as react jsx, but the codebase i'm in all day is angular — so a react artifact is never something i can just open in the stack i'm already in, it's always a context switch. a player that runs the jsx as-is means i'm not bouncing out of my own setup to look at it.
Running interactive TSX/JSX components completely offline is a massive win for privacy. Are these rendered inside an isolated local sandbox like an Electron instance, or how are you handling secure execution locally? Congrats on the launch!
Claude Artifact Player
@alina_avanesova_
"massive win for privacy" exactly.
Are these rendered inside an isolated local sandbox?
Not yet, comming in the new version.