starwind 2.0.1 → 3.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Boston343 (webreaper)
3
+ Copyright (c) 2024 Branden (Boston343)
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -1,10 +1,19 @@
1
- # Starwind UI
1
+ <p align="center">
2
+ <img alt="Starwind UI" src="https://shieldcn.dev/header/gradient.svg?title=Starwind+UI&amp;mode=dark&amp;theme=blue" />
3
+ </p>
2
4
 
3
- [![NPM version](https://img.shields.io/npm/v/starwind.svg?style=flat)](https://npmjs.org/package/starwind) [![NPM downloads](https://img.shields.io/npm/dm/starwind.svg?style=flat)](https://npmjs.org/package/starwind) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![Twitter Follow](https://img.shields.io/twitter/follow/webreaper.svg?style=social)](https://twitter.com/webreaper)
5
+ <p align="center">
6
+ <a href="https://github.com/starwind-ui/starwind-ui"><img alt="npm + stars" src="https://shieldcn.dev/group/npm/starwind+github/stars/starwind-ui/starwind-ui.svg" /></a>
7
+ <!-- <a href="https://www.npmjs.com/package/starwind"><img alt="badge" src="https://shieldcn.dev/npm/starwind.svg" /></a>
8
+ <a href="https://github.com/starwind-ui/starwind-ui"><img alt="badge" src="https://shieldcn.dev/github/starwind-ui/starwind-ui/stars.svg" /></a> -->
9
+ <a href="https://www.npmjs.com/package/starwind"><img alt="downloads" src="https://shieldcn.dev/npm/dm/starwind.svg" /></a>
10
+ <a href="https://x.com/boston343builds"><img alt="follow" src="https://shieldcn.dev/x/follow/boston343builds.svg?split=true" /></a>
11
+ </p>
4
12
 
5
- **Create animated websites in record time.**
13
+ **Astro-first, framework-portable UI components you can own.**
6
14
 
7
- Starwind UI is a collection of 49+ beautifully designed, animated, and accessible components built purely with Astro and vanilla JS. Inspired by [shadcn/ui](https://ui.shadcn.com/), components are added directly to your codebase, giving you full ownership and complete control.
15
+ Starwind UI gives you accessible, Tailwind CSS components with Starwind/shadcn-style ergonomics,
16
+ backed by a portable Runtime that powers Astro and React adapters today.
8
17
 
9
18
  **[Get Started →](https://starwind.dev/docs/getting-started/installation/)** &nbsp;|&nbsp; **[Explore Components](https://starwind.dev/docs/components/)**
10
19
 
@@ -13,11 +22,21 @@ Starwind UI is a collection of 49+ beautifully designed, animated, and accessibl
13
22
  - **🎯 Own Your Code** — Components live in your project, not hidden in `node_modules`. Customize everything.
14
23
  - **✨ Animated by Default** — Smooth, polished animations out of the box with Tailwind CSS v4.
15
24
  - **♿ Accessible** — Keyboard navigable and screen reader friendly. Built with a11y in mind.
16
- - **🚀 Zero Runtime Dependencies** — Pure Astro + vanilla JS. No heavy frameworks to slow you down.
25
+ - **🚀 Portable Runtime** — Shared DOM behavior with generated Astro and React adapters.
17
26
  - **🛠️ CLI-Powered** — Add only what you need with a simple `npx starwind add` command.
18
27
 
19
28
  ## Quick Start
20
29
 
30
+ To test the portable Runtime beta in an Astro or React project:
31
+
32
+ ```bash
33
+ npx starwind@beta init
34
+ npx starwind@beta add
35
+ ```
36
+
37
+ The beta keeps Color Picker as a legacy Astro-only migration compatibility surface; it is not
38
+ available for fresh Runtime or React installs.
39
+
21
40
  ### Initialize your project
22
41
 
23
42
  ```bash
@@ -34,9 +53,10 @@ npx starwind@latest add
34
53
 
35
54
  Resources for AI:
36
55
 
56
+ - [Starwind Skills](https://starwind.dev/docs/getting-started/skills/)
57
+ - [MCP server](https://starwind.dev/docs/getting-started/mcp/)
37
58
  - [llms.txt](https://starwind.dev/llms.txt)
38
59
  - [llms-full.txt](https://starwind.dev/llms-full.txt)
39
- - [MCP server](https://github.com/starwind-ui/starwind-ui-mcp)
40
60
 
41
61
  ## Contributing
42
62