daisyui-blueprint 1.0.1 → 1.1.0
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/README.md +3 -4
- package/package.json +1 -1
- package/server.js +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# daisyUI Blueprint
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
MCP (Model Context Protocol) server that provides AI assistants with daisyUI component snippets, conversion prompts, and Figma design integration.
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
7
|
-
- **
|
|
7
|
+
- **500+ daisyUI Snippets** - Ready-to-use code for daisyUI components, layouts, and templates provided to LLMs
|
|
8
8
|
- **AI Conversion Prompts** - Convert Bootstrap to daisyUI, screenshots to code, Tailwind to daisyUI, and images to themes
|
|
9
9
|
- **Figma Integration** - Extract design data from Figma files and convert them to daisyUI code
|
|
10
10
|
- **Theme Generation** - Create custom daisyUI themes from image color palettes
|
|
@@ -13,7 +13,6 @@ An MCP (Model Context Protocol) server that provides AI assistants with daisyUI
|
|
|
13
13
|
|
|
14
14
|
### Prerequisites
|
|
15
15
|
|
|
16
|
-
- [Bun](https://bun.sh) runtime installed
|
|
17
16
|
- A valid daisyUI Blueprint license from [daisyui.com](https://daisyui.com)
|
|
18
17
|
- (Optional) Figma API token for Figma integration
|
|
19
18
|
|
|
@@ -48,7 +47,7 @@ Add this MCP server to your code editor or AI assistant client:
|
|
|
48
47
|
|
|
49
48
|
### 1. daisyUI Component Snippets
|
|
50
49
|
|
|
51
|
-
Request component code snippets from your AI assistant. The server provides
|
|
50
|
+
Request component code snippets from your AI assistant. The server provides 500+ components, layouts, and templates.
|
|
52
51
|
|
|
53
52
|
**Available Categories:**
|
|
54
53
|
- **Components** - Button, Card, Modal, Navbar, Dropdown, Table, Form inputs, and 50+ more
|