Claude Artifact Viewer Template
Description
A modern web application for viewing and interacting with Claude-generated artifacts
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Artifact Viewer - Template
A modern web application for viewing and interacting with Claude-generated artifacts. This project provides an automatic navigation system for artifacts uploaded to the `src/artifacts` folder, making it easy to showcase and interact with AI-generated content.
Features
- Automatic Navigation: Components added to the
src/artifactsfolder are automatically included in the navigation - Modern UI: Built with React, TypeScript, Tailwind CSS, and shadcn/ui components
- Data Visualization: Integration with Recharts for beautiful data visualizations
- Responsive Design: Fully responsive layout that works well on all devices
Tech Stack
- Frontend Framework: React 18
- Router: React Router 7
- Runtime: Bun
- Language: TypeScript
- Styling: Tailwind CSS
- UI Components: shadcn/ui (with Radix UI primitives)
- Charting: Recharts
- Build Tool: Vite
Getting Started
Prerequisites
- Bun (latest version)
- Node.js (v18 or higher recommended)
Installation
Clone the repository:
git clone cd claude-artifact-viewerInstall dependencies:
bun installStart the development server:
bun run devBuild for production:
bun run build
Authentication
The application includes HTTP Basic Authentication via Cloudflare Pages Functions middleware. To configure authentication:
Copy `.env.example` to `.env`:
cp .env.example .envModify the username and password in the `.env` file (defaults are `claude`/`claude2025`)
The authentication middleware in `functions/_middleware.js` validates these credentials before allowing access to the application.
Project Structure
claude-artifact-viewer/
├── public/ # Static assets
├── src/
│ ├── artifacts/ # Claude-generated artifacts (add your components here)
│ ├── components/ #
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11