Registry / devops / similarbuild

similarbuild

JSON →
library0.4.2jsnpmunverified

Visual migration framework for Claude Code — clone live pages to WordPress/Elementor HTML widgets or Shopify Liquid sections, validated and auto-corrected. Current stable v0.4.2 (MATURE). Released on npm under MIT license. Releases are irregular but stable. Key differentiators: mobile-first (iPhone 14 viewport), deterministic pipeline with 8 sub-skills, decision matrix 2×2 for delivery vs correction loop, cumulative HTML report with interactive slider, and machine-parseable memory cascade. Requires Node ≥20 and Claude Code installed.

npm install similarbuild
INSTALL
IMPORT
SIG · SIMILARBUILD
S
similarbuild
devopsjavascriptv0.4.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Install SimilarBuild into your project and use slash commands in Claude Code to clone pages.

npx similarbuild install --yes # Opens Claude Code, then run: # /build-page https://example.com # Or: # /clip-section https://example.com --selector .hero # /build-site https://example.com (discovers all pages)
Debug
Known issues
breakingRequires Node.js >= 20; earlier versions are unsupported and will fail.
fix
Upgrade Node.js to v20 or later.
affects: <20
gotchaThe `--no-deps` flag skips npm install; if deps are missing, commands will fail with module-not-found errors.
fix
Run `npm install` manually or omit `--no-deps`.
affects: all
gotchaChromium download (~150MB) is required for Playwright; omitted with `--no-chromium` flag but necessary for execution.
fix
Run `npx playwright install chromium` manually.
affects: all
Errors
Common errors & fixes
Error: Cannot find module 'playwright'
Dependencies not installed (used --no-deps or skipped npm install).
fix
Run `npm install` in the project directory after `npx similarbuild install`.
Error: browserType.launch: Executable doesn't exist at /path/to/chromium
Chromium not installed (used --no-chromium).
fix
Run `npx playwright install chromium`.
Error: Node.js version must be >=20
Node.js version is older than 20.
fix
Install Node.js v20 or higher using nvm or official installer.
Upgrade
Version history
0.4.2latest on npm
Audit
Dependencies
playwrightoptionalheadless browser for page cloning and screenshot comparison
sharprequiredimage processing for visual diff
pixelmatchrequiredpixel-level image comparison
cheeriorequiredHTML parsing and manipulation
liquidjsrequiredLiquid template engine for Shopify sections
Agent activity
6 hits · last 30 days
node
6
Resources
similarbuild — npm install similarbuild · libregistry