Back to the changelog
RecordedSDKsNew

unmap create, and a registry that is shadcn-native in both lanes

npx @unmap/cli create my-app scaffolds a shadcn or shadcn-vue project with the map components installed, your key in the env file and a demo page that renders. Underneath it, the registry was rebuilt so it feels like shadcn to people who live there, and nothing in any item carries an unmap brand value.

  • Install is npx shadcn add @unmap/map on React and npx shadcn-vue add on Vue, after one registries entry in components.json; unmap add writes that entry and hands off to the right CLI
  • The Vue lane is shadcn-vue proper: one directory per item, the customer's Combobox, Field, Input, Button and Alert, so shadcn-nuxt auto-imports <UiUnmapMap>
  • Markers, routes, popups and map controls follow the customer's tokens; <Map accent="theme" | "system"> says whether a theme code or the design system wins

Packages@unmap/cli@0.5.0