
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
create-lego-box
Advanced tools
Scaffolds a new Lego Box microfrontend app with ui-kit, pilets, and shell from npm.
pnpm create lego-box
# or
npm create lego-box
pnpm create:app
# or
node packages/create-lego-box/index.js
pnpm create lego-box my-awesome-app
/my-app
package.json
pnpm-workspace.yaml
tsconfig.base.json
.env.example
scripts/
dev-all-pilets.js
dev-multi-pilet.js
discover-pilets.js
update-scaffold.js
run-shell.js
packages/
ui-kit/ # Extensible – re-exports @lego-box/ui-kit, add custom components here
create-pilet/ # CLI to scaffold new pilets
pilets/
my-pilet/ # Initial pilet
@lego-box/shell from npm (maintained by Lego Box team)@lego-box/ui-kit, add your componentspnpm create:pilet – auto-saved to pilets/cd my-apppnpm install (if not run automatically)pb serve (or your PocketBase setup)pnpm dev – runs shell + ui-kit + all piletspnpm create:piletpackages/ui-kit/src/components/To get the latest shell, ui-kit, and scaffold template files (README, scripts, configs):
pnpm update
Or step by step:
pnpm update @lego-box/shell@latest @lego-box/ui-kit@latest
pnpm update create-lego-box@latest
pnpm update:scaffold
Note: update:scaffold pulls latest template files but does not modify your pilets or custom components in packages/ui-kit/src/components/.
To publish to npm for pnpm create lego-box:
create-lego-box (unscoped) or @lego-box/create (scoped)The create-* convention: pnpm create foo runs the create-foo package.
FAQs
Scaffold a new Lego Box microfrontend app with ui-kit and pilets
The npm package create-lego-box receives a total of 17 weekly downloads. As such, create-lego-box popularity was classified as not popular.
We found that create-lego-box demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.