diff --git a/.changeset/fix-readme-exports-2-0-1-beta.md b/.changeset/fix-readme-exports-2-0-1-beta.md
new file mode 100644
index 00000000..1a198cf3
--- /dev/null
+++ b/.changeset/fix-readme-exports-2-0-1-beta.md
@@ -0,0 +1,11 @@
+---
+"@esnet/packets-ui-react": patch
+"@esnet/packets-ui-css": patch
+"@esnet/packets-ui-web": patch
+---
+
+fix: correct README install commands, remove dead exports, fix avatar example
+
+- README install commands now use the @beta tag so beta testers get 2.x instead of the old 0.x/1.x stable release
+- Removed ./style.css export from ui-react exports map: no CSS file ships in the tarball, causing MODULE_NOT_FOUND for consumers who imported it
+- Fixed PktsAvatar usage example in ui-react README: initials and color are not props; correct props are alt (for the fallback label) and backgroundColor
diff --git a/apps/host-docs/src/components-react.mdx b/apps/host-docs/src/components-react.mdx
index b9837cf1..123b3b5c 100644
--- a/apps/host-docs/src/components-react.mdx
+++ b/apps/host-docs/src/components-react.mdx
@@ -22,7 +22,7 @@ import { Meta } from "@storybook/blocks";
## Installation
- For installation instructions, see **[Installing React Components →](/?path=/docs/about-installing-react-components--docs)**
+ For installation instructions, see Installing React Components →
diff --git a/apps/host-docs/src/components-web.mdx b/apps/host-docs/src/components-web.mdx
index bd89612f..155477fc 100644
--- a/apps/host-docs/src/components-web.mdx
+++ b/apps/host-docs/src/components-web.mdx
@@ -22,7 +22,7 @@ import { Meta } from "@storybook/blocks";
## Installation
- For installation instructions, see **[Installing Web Components →](/?path=/docs/about-installing-web-components--docs)**
+ For installation instructions, see Installing Web Components →
diff --git a/apps/host-docs/src/css.mdx b/apps/host-docs/src/css.mdx
index 830d5d92..490ea320 100644
--- a/apps/host-docs/src/css.mdx
+++ b/apps/host-docs/src/css.mdx
@@ -22,7 +22,7 @@ import { Meta } from "@storybook/blocks";
## Installation
- For installation instructions, see **[Installing CSS Components →](/?path=/docs/about-installing-css-components--docs)**
+ For installation instructions, see Installing CSS Components →
diff --git a/apps/host-docs/src/design-tokens.mdx b/apps/host-docs/src/design-tokens.mdx
index 24366fee..8bc851ce 100644
--- a/apps/host-docs/src/design-tokens.mdx
+++ b/apps/host-docs/src/design-tokens.mdx
@@ -75,9 +75,9 @@ const CustomButton = styled.button`
If you're starting a new project or simply want to use Packets components, you **don't need design tokens**. Instead, use one of the component systems:
- - **[Installing CSS Components →](/?path=/docs/about-installing-css-components--docs)** - For static sites and no-build projects
- - **[Installing Web Components →](/?path=/docs/about-installing-web-components--docs)** - For framework-agnostic applications
- - **[Installing React Components →](/?path=/docs/about-installing-react-components--docs)** - For React applications
+ - Installing CSS Components → - For static sites and no-build projects
+ - Installing Web Components → - For framework-agnostic applications
+ - Installing React Components → - For React applications
@@ -88,13 +88,13 @@ const CustomButton = styled.button`
Browse the design tokens by category:
- - **[Colors](/?path=/docs/design-tokens-colors--docs)** - Color ramps and semantic color tokens
- - **[Spacing](/?path=/docs/design-tokens-spacing--docs)** - Margin, padding, and gap values
- - **[Motion](/?path=/docs/design-tokens-motion--docs)** - Animation durations and easing functions
- - **[Breakpoints](/?path=/docs/design-tokens-breakpoints--docs)** - Responsive breakpoint values
- - **[Radius & Borders](/?path=/docs/design-tokens-radius-and-borders--docs)** - Border radius and border width values
- - **[Elevation & Shadows](/?path=/docs/design-tokens-elevation-and-shadows--docs)** - Box shadow and elevation tokens
- - **[Icons](/?path=/docs/design-tokens-icons--docs)** - Icon size and styling tokens
+ - Colors - Color ramps and semantic color tokens
+ - Spacing - Margin, padding, and gap values
+ - Motion - Animation durations and easing functions
+ - Breakpoints - Responsive breakpoint values
+ - Radius & Borders - Border radius and border width values
+ - Elevation & Shadows - Box shadow and elevation tokens
+ - Icons - Icon size and styling tokens
diff --git a/apps/host-docs/src/getting-started.mdx b/apps/host-docs/src/getting-started.mdx
index 1b9d396c..d8731708 100644
--- a/apps/host-docs/src/getting-started.mdx
+++ b/apps/host-docs/src/getting-started.mdx
@@ -29,7 +29,7 @@ import { Paintbrush, Globe, Atom } from "lucide-react";
npm install @esnet/packets-ui-css
npm install @esnet/packets-ui-css @esnet/packets-ui-web
@@ -71,7 +71,7 @@ import { Paintbrush, Globe, Atom } from "lucide-react";
npm install @esnet/packets-ui-css @esnet/packets-ui-react
@@ -195,9 +195,9 @@ import { Paintbrush, Globe, Atom } from "lucide-react";