Snapp Serve banner
aviranrevach aviranrevach

Snapp Serve

Design community

Description

--- description: Open the Snapp visual explorer in the browser --- Start the Snapp explorer web UI so the user can browse all prototypes, chapters, rounds, and takes visually. Run preflight (Node + context detect) from the `snapp-prototyping` skill. If context is `real-app`, refuse and suggest side-exploration. Underlying command (run from the user's project CWD): `node "$HOME/.claude/skills/snapp-prototyping/bin/snapp.js" serve`. The explorer opens at http://localhost:4200 by default. If th

Installation

Installs to ~/.claude/skills/aviranrevach-snapp-prototyping-skill-snapp-serve/SKILL.md

Terminal
mkdir -p ~/.claude/skills/aviranrevach-snapp-prototyping-skill-snapp-serve && curl -fsSL https://raw.githubusercontent.com/aviranrevach/snapp-prototyping-skill/HEAD/commands/snapp-serve.md -o ~/.claude/skills/aviranrevach-snapp-prototyping-skill-snapp-serve/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository