TheBlueprint is Nodus design intelligence for building client websites with range: high-motion, high-craft, conversion-aware, and specific to the client instead of copy-pasted from one template.
It combines two layers:
- A searchable design data engine: product categories, styles, palettes, typography, UX rules, chart guidance, and stack guidance.
- A Hunt craft layer: critique, motion direction, asset strategy, conversion judgment, mobile polish, and anti-template guardrails.
The rule is simple:
Diversity in visual language. Consistency in craft.
Use TheBlueprint for websites, landing pages, product pages, pricing pages, hero sections, service pages, portfolio pages, dashboards with a visual design requirement, and frontend UI audits.
The default posture is high-motion premium. Pull motion back only when credibility, regulation, accessibility, or performance demands restraint.
npm install -g the-blueprint-cli
the-blueprint init --ai claude
the-blueprint init --ai codex
the-blueprint init --ai allGlobal install:
the-blueprint init --ai claude --global
the-blueprint init --ai codex --globalMCP server:
the-blueprint-mcpGenerate a Hunt-filtered design direction:
python3 .claude/skills/the-blueprint/scripts/search.py "premium agency website kinetic typography" --design-system -f markdown -p "Agency"Search specific domains:
python3 .claude/skills/the-blueprint/scripts/search.py "cinematic hospitality booking" --domain landing
python3 .claude/skills/the-blueprint/scripts/search.py "scroll performance accessibility" --domain ux
python3 .claude/skills/the-blueprint/scripts/search.py "Next.js image performance" --stack nextjssrc/the-blueprint/ # Source of truth
data/ # Searchable design data
scripts/ # Python search and design-system generator
templates/ # Generated skill templates
references/ # Hunt craft docs
evals/ # Regression prompts for website directions
cli/ # Installer package
assets/ # Packaged copy of src/the-blueprint
src/ # CLI and MCP implementation
.claude/skills/the-blueprint/ # Local generated Claude skill for this repo
Edit src/the-blueprint/ first, then sync into cli/assets/ before building or publishing the CLI.
Sync packaged assets after source changes:
cd cli
npm run sync:assetsBuild the CLI:
cd cli
npm install
npm run verifyVerify generated installs:
cd cli
npm run verifyThe verifier builds the CLI, checks source/asset parity, runs direction evals, installs every platform template into temporary homes, verifies uninstall behavior, and smoke-tests the MCP server.
--design-system includes the raw recommendation plus the Hunt layer:
brand_rangemotion_profilemotion_lanehunt_scoresguardrail_overridestemplate_riskmotion_recipesite_blueprintasset_strategyconversion_noteshunt_critique
The data engine suggests. Hunt craft judges.
Structured output:
python3 .claude/skills/the-blueprint/scripts/search.py "law firm trust website" --design-system --json
python3 .claude/skills/the-blueprint/scripts/search.py "restaurant hospitality booking" --site-blueprint --jsonTheBlueprint is MIT licensed by Nodus.