@ufira/vibma 0.3.0 → 0.3.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.
Files changed (2) hide show
  1. package/README.md +54 -0
  2. package/package.json +2 -1
package/README.md ADDED
@@ -0,0 +1,54 @@
1
+ > **[简体中文](./README.zh-CN.md)**
2
+
3
+ <div align="center">
4
+
5
+ # ✦ Vibma
6
+
7
+ **Vibe Design meets Figma.**
8
+
9
+ https://github.com/user-attachments/assets/bf38e37d-57bb-40b3-a2d1-f89216117c11
10
+ </div>
11
+
12
+ Let AI agents design directly in Figma — read layouts, create components,
13
+ modify styles, and build entire design systems through conversation.
14
+
15
+ ---
16
+
17
+ ## Prerequisites
18
+
19
+ Vibma works with any LLM that supports MCP, but only **Claude Opus 4.6**
20
+ consistently achieves the demonstrated results. GPT-5.3-Codex comes close
21
+ but makes occasional mistakes.
22
+
23
+ ## Setup
24
+
25
+ Two paths:
26
+
27
+ | | Guide | For |
28
+ |---|---|---|
29
+ | 📦 | [**DRAGME.md**](./DRAGME.md) | Clone the repo, build from source, full control |
30
+ | ☁️ | [**CARRYME.md**](./CARRYME.md) | Install from npm, zero cloning |
31
+ | 📖 | [**Docs**](https://ufira-ai.github.io/Vibma/) | Tool reference with parameters, response schemas, and examples |
32
+
33
+ Or just paste this to your AI agent and let it figure it out:
34
+
35
+ ```
36
+ Set up Vibma so I can vibe-design in Figma.
37
+ Follow the instructions at https://raw.githubusercontent.com/ufira-ai/vibma/refs/heads/main/CARRYME.md
38
+ ```
39
+
40
+ ## Community
41
+
42
+ [![Discord Banner](https://img.shields.io/discord/1476577401298358315?color=5865F2&label=Join%20the%20Discord&logo=discord&logoColor=white&style=for-the-badge)](https://discord.gg/4XTedZdwV6)
43
+
44
+ [GitHub Issues](https://github.com/ufira-ai/vibma/issues) — bugs and feature requests
45
+
46
+ Vibma is the first open-source project from **[ufira](https://github.com/ufira-ai)** — a platform bridging creators and technology. We believe everyone who wants to create should have access to AI-powered tools, not just developers.
47
+
48
+ ## Acknowledgments
49
+
50
+ Built on the foundation of [cursor-talk-to-figma-mcp](https://github.com/grab/cursor-talk-to-figma-mcp) by [sonnylazuardi](https://github.com/sonnylazuardi).
51
+
52
+ ## License
53
+
54
+ [MIT](./LICENSE)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ufira/vibma",
3
3
  "description": "Vibma — Vibe Design meets Figma. AI-powered MCP bridge for designing in Figma.",
4
- "version": "0.3.0",
4
+ "version": "0.3.1",
5
5
  "license": "MIT",
6
6
  "author": "ufira <https://github.com/ufira-ai>",
7
7
  "homepage": "https://github.com/ufira-ai/vibma",
@@ -66,6 +66,7 @@
66
66
  "scripts": {
67
67
  "build": "tsup",
68
68
  "build:watch": "tsup --watch",
69
+ "prepack": "cp ../../README.md . 2>/dev/null || true",
69
70
  "pub:release": "npm run build && npm publish"
70
71
  },
71
72
  "dependencies": {