Interactive Website Simulates Claude Code Project Structure

A developer has created an interactive website that simulates a Claude Code project structure to help users understand how the various components fit together. The site, exploreclaudecode.com, addresses the challenge of navigating Claude Code's extensive configuration options.
Project Overview
The website presents a simulated Claude Code project that users can explore directly in their browser. According to the source, the developer built the entire project using Claude Code itself, creating a meta experience where they wrote content explaining Claude Code features while Claude Code built the website displaying that content.
Key Features
- Interactive File Tree: The sidebar displays a real file tree including .claude/settings.json, CLAUDE directory, skills, agents, hooks, and other components
- File Explanations: Clicking any file provides explanations of what that feature does, how to configure it, and when you'd actually use it
- Terminal Panel: Includes a terminal where users can try slash commands
- Comprehensive Coverage: The simulation covers .claude/ directories, settings files, skills, hooks, agents, plugins, and MCP configs
Development Process
The developer noted that Claude Code handled the implementation including the file explorer, markdown renderer, and terminal panel, while they directed what to build and what the content should say. This approach allowed them to create the tool while simultaneously learning the system.
Practical Application
The website serves as a hands-on learning tool for developers who find Claude Code's documentation explains individual pieces but doesn't show how they fit together. The developer described the experience of learning Claude Code as similar to receiving "a box of IKEA parts with no picture of the finished shelf."
This type of interactive learning tool is particularly useful for complex development environments where configuration files and directory structures can be overwhelming to navigate initially.
📖 Read the full source: r/ClaudeAI
👀 See Also

DecisionNode: CLI and MCP Server for Semantic Decision Storage
DecisionNode is a local-only CLI and MCP server that stores structured decisions as JSON, embeds them as vectors for semantic search, and makes them accessible across AI tools via MCP. It's MIT licensed and designed to work with Claude Code, Cursor, Windsurf, Antigravity, and other MCP clients.

Revise: AI Editor Built with Agentic Coding Tools and Y.js CRDT
Revise is an AI editor for documents built from scratch over 10 months using agentic coding tools, with a custom word processor engine and rendering layer that only uses Y.js for the CRDT stack. It integrates multiple AI models including GPT-5.4 variants and Claude models for proofreading and revision.

Mozilla Thunderbolt: Open-Source Enterprise AI Client for Self-Hosted Infrastructure
Mozilla announced Thunderbolt, an open-source AI client under MPL 2.0 license designed for organizations to deploy self-hosted AI infrastructure with model choice, enterprise data integration, and cross-platform native applications.

Markdown Manager: A Simple Markdown Editor for macOS
Markdown Manager is a free, open-source macOS app for managing Markdown files, featuring document conversion and preview capabilities.