render_catalog
Scan a directory for UI component files (JSX/TSX/Vue/Svelte/HTML) and generate screenshots of each. Create a visual catalog for component auditing without configuration.
Instructions
Scan a directory for component files (.jsx/.tsx/.vue/.svelte/.html) and render a screenshot of each. Returns a visual catalog — like Storybook but zero-config. Use this to quickly audit all components in a folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | Yes | Absolute path to the directory to scan | |
| recursive | No | Scan subdirectories recursively | |
| width | No | Viewport width (px) | |
| height | No | Viewport height (px) | |
| darkMode | No | Render with dark mode | |
| tailwindVersion | No | Tailwind CSS version (3 or 4) | 3 |