New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@clize/sites

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clize/sites

Sites by Clize — ship a real marketing site from your coding agent: domain, HTTPS and a working inbox included. Installs the Clize CLI + MCP server.

latest
Source
npmnpm
Version
0.36.0
Version published
Weekly downloads
66
-69.86%
Maintainers
1
Weekly downloads
 
Created
Source

Sites by Clize — @clize/sites

Build and ship a real marketing site from Claude Code: your agent writes the code with 39 design styles, Clize puts it live — domain, HTTPS, and a working inbox included.

A Clize product · clize.ai/sites

What it is

Sites generated by coding agents usually die at the preview link. This line is the other half: the part that ends with a domain someone can type.

  • A design method, not a template. build site start returns the workflow, a catalog of 39 style constitutions, and a recommendation for your brief — palettes, font pairs, anti-patterns. Your agent still writes the code; it just stops improvising the taste.
  • Live, not previewed. deploy pushes a directory to a real host with HTTPS on a real domain — a free <slug>.clize.app handle or one you bought a minute earlier.
  • The site can receive mail. Claiming a handle opens a working support@ inbox with it, so the contact form on the page has somewhere to land.
  • Local preview that behaves. serve supports Range requests and doesn't poison media caching, so pages with <video> actually play while you iterate.

Install

npm i -g @clize/clize

@clize/sites ships no code of its own — it is the Sites entry point on npm and in the MCP registry (ai.clize/sites), and it depends on @clize/clize: one CLI, one MCP server, one account behind every Clize product line. Installing it gets you the whole CLI, not a sites-only fork.

Note that npm does not put a dependency's executable on your PATH when you globally install a metapackage, so install @clize/clize directly for the clize command. Use @clize/sites for the MCP server below.

MCP: just the site tools

claude mcp add sites -- npx -y -p @clize/sites clize-mcp --profile sites

--profile sites exposes this line's tools — clize_claim and clize_deploy_site — plus account status / balance / recharge. The design method (build site), local preview (serve) and image generation (gen image) are CLI commands today, so the agent runs them in a shell; when they get MCP tools, they join this profile. Drop --profile for the full Clize tool set.

The loop

clize build site start "a landing page for a 3-person audit firm"   # method + style recommendation
clize build site get editorial                                      # one style's full constitution
# ... your agent writes the site into ./site ...
clize build site review                                             # anti-slop + design-fidelity checklist
clize serve site                                                    # local preview (Range-aware)

clize claim acme                                                    # free acme.clize.app + support@ inbox
clize deploy site --domain acme.clize.app
# or: clize domain buy acme.com --confirm && clize deploy site --domain acme.com

Need artwork? clize gen image "..." --confirm writes files next to the site (it quotes the price first, and only spends on --confirm).

MIT © Clize

Keywords

ai

FAQs

Package last updated on 03 Sep 2026

Related posts