Skip to content

feat(cli): registry URL, blocks, update, init scaffolding, docs DX#231

Open
AMDphreak wants to merge 2 commits into
stefan-karger:mainfrom
AMDphreak:feat/cli-dx-and-registry
Open

feat(cli): registry URL, blocks, update, init scaffolding, docs DX#231
AMDphreak wants to merge 2 commits into
stefan-karger:mainfrom
AMDphreak:feat/cli-dx-and-registry

Conversation

@AMDphreak

Copy link
Copy Markdown

Summary

Follow-up to #230 (mode-toggle is included on this branch). Closes several CLI/docs gaps:

  • SOLIDUI_REGISTRY_URL — test forks and preview deploys
  • solidui-cli add-block — install sidebar-01 etc. with SolidStart target paths; auto-installs UI registryDependencies
  • solidui-cli update — refresh components from registry
  • init -y, --with-color-mode (COLOR_MODE.md), --with-tailwind (+ postcss.config.cjs)
  • Sidebar — Tailwind v3-compatible w-[var(--*)] (fixes [Bug]: Sidebar component uses Tailwind v4 syntax (parentheses) instead of v3 (square brackets) #229 class of issues)
  • Docs: Tauri dark mode, expanded CLI page, sidebar callout, CONTRIBUTING.md, llms.txt
  • Bugfix: add valibot to solidui-cli dependencies (was hoisted-only)

Maintainer checklist

  • pnpm --filter docs build:registry and deploy public/registry (includes blocks/index.json)
  • Publish solidui-cli patch release

Test plan

  • pnpm --filter solidui-cli build
  • init -y --with-color-mode --with-tailwind in a fresh SolidStart+Tailwind app
  • add mode-toggle, add-block sidebar-01 against deployed registry
  • SOLIDUI_REGISTRY_URL=... against preview host

AMDphreak and others added 2 commits May 15, 2026 03:31
Promote the docs site theme switcher to a first-class registry entry so
`solidui-cli add mode-toggle` pulls button and dropdown-menu deps and
installs light/dark/system switching without copy-paste from examples.

Uses lucide-solid icons (already credited in NOTICE). Update dark-mode
docs to reference the single add command.

Maintainers: run `pnpm build:registry` in apps/docs before release.
Co-authored-by: Cursor <cursoragent@cursor.com>
- SOLIDUI_REGISTRY_URL for fork/preview registries
- add-block command with SolidStart target paths; build blocks/index.json
- update command to refresh UI components from registry
- init -y, --with-color-mode (COLOR_MODE.md), --with-tailwind (+ postcss)
- Sidebar Tailwind v3-compatible arbitrary values
- Tauri dark-mode doc, expanded CLI docs, CONTRIBUTING.md, llms.txt
- Add missing valibot dependency to solidui-cli package

Co-authored-by: Cursor <cursoragent@cursor.com>
@vercel

vercel Bot commented May 15, 2026

Copy link
Copy Markdown

@AMDphreak is attempting to deploy a commit to the Stefan EK's projects Team on Vercel.

A member of the Team first needs to authorize it.

@changeset-bot

changeset-bot Bot commented May 15, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: a53558a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Sidebar component uses Tailwind v4 syntax (parentheses) instead of v3 (square brackets)

1 participant