
EpicShop Workshop
OfficialAI assistant that helps learners navigate Epic Web workshops by understanding exercise structure, tracking progress, and providing contextual guidance. Works with local workshop environments from EpicWeb.dev, EpicReact.dev, and EpicAI.pro.
AI Assistant Instructor for use in Epic Workshop repos (from EpicReact.dev, EpicWeb.dev, and EpicAI.pro)
What it does
- Navigate workshop exercises and steps
- Track learning progress across workshops
- Access exercise instructions and solutions
- Understand workshop file structure
- Provide contextual coding assistance
- Guide through Epic Web curriculum
Best for
About EpicShop Workshop
EpicShop Workshop is an official MCP server published by epicweb-dev that provides AI assistants with tools and capabilities via the Model Context Protocol. EpicShop Workshop — AI assistant instructor for Epic Workshop repos (EpicReact.dev, EpicWeb.dev, EpicAI.pro). Fast help, It is categorized under developer tools.
How to install
You can install EpicShop Workshop in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
License
EpicShop Workshop is released under the NOASSERTION license.
Epic Workshop (epicshop)
The Epic Workshop app (sometimes referred to as epicshop) is the local workshop environment used for EpicWeb.dev workshops. It’s a React Router v7 app that runs on your machine and provides a guided learning experience (exercises, steps, diffs, videos, progress, etc.).
If you’re here because you want to run a workshop, you probably want the
epicshop CLI.
Quick start (learners)
npx epicshop init
That interactive setup will:
- Choose where to store your workshops
- Clone and set up the
epicshop-tutorial - Start the workshop app
Once you’ve added a workshop you can run it from inside the workshop folder:
epicshop start
Packages
This repository is a monorepo that publishes several npm packages:
epicshop(packages/workshop-cli): CLI for installing/running/updating workshops.@epic-web/workshop-app(packages/workshop-app): the React Router workshop web app used by the CLI.@epic-web/workshop-utils(packages/workshop-utils): shared utilities used across the ecosystem.@epic-web/workshop-presence(packages/workshop-presence): presence schema + server helpers.@epic-web/workshop-mcp(packages/workshop-mcp): MCP server for AI assistants inside workshops.
Documentation
The deeper docs live in /docs:
- CLI:
docs/cli.md - Workshop structure:
docs/workshop-structure.md - Configuration:
docs/configuration.md - MDX components:
docs/mdx.md - Diff system:
docs/diff.md - Video player:
docs/video-player.md - Testing:
docs/testing.md - Launch checklist:
docs/launch.md - Deployment:
docs/deployment.md - Development:
docs/development.md - Debug logging:
docs/debug-logging.md - Other features:
docs/other.md
Contributing
npm run setup
npm run validate
Useful scripts:
npm run lint/npm run formatnpm run test(unit) /npm run test:e2e(playwright)
Links
- EpicWeb.dev:
https://www.epicweb.dev/get-started - Repository:
https://github.com/epicweb-dev/epicshop
License
GPL-3.0-only (see package.json).
Alternatives
Related Skills
Browse all skillsUI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration.
Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have questions about AI providers (OpenAI, Anthropic, Google, etc.), streaming, tool calling, structured output, or embeddings, (4) Use React hooks like useChat or useCompletion. Triggers on: "AI SDK", "Vercel AI SDK", "generateText", "streamText", "add AI to my app", "build an agent", "tool calling", "structured output", "useChat".
Master API documentation with OpenAPI 3.1, AI-powered tools, and modern developer experience practices. Create interactive docs, generate SDKs, and build comprehensive developer portals. Use PROACTIVELY for API documentation or developer portal creation.
Use when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API, auth, models, rate limits, MCP) and you need authoritative, up-to-date documentation (schemas, examples, limits, edge cases). Prefer the OpenAI Developer Documentation MCP server tools when available; otherwise guide the user to enable `openaiDeveloperDocs`.
Guide for building TypeScript CLIs with Bun. Use when creating command-line tools, adding subcommands to existing CLIs, or building developer tooling. Covers argument parsing, subcommand patterns, output formatting, and distribution.
Integrate Vercel AI SDK applications with You.com tools (web search, AI agent, content extraction). Use when developer mentions AI SDK, Vercel AI SDK, generateText, streamText, or You.com integration with AI SDK.