glyph-ai 0.3.63 → 0.3.65

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 CHANGED
@@ -1,19 +1,19 @@
1
- # glyph
1
+ # glyph-ai
2
2
 
3
3
  design intelligence for Claude Code/Cursor
4
4
 
5
- **Vibe coding is design blind.** You can ship a working app in an afternoon. But Claude Code can't tell why your glass nav bar looks off, or why your app looks like Duolingo from Wish. And if you aren't a designer, it's a frustrating and time-consuming part of shipping products people love.
5
+ **Vibe coding is design blind.** You can ship a working app in an afternoon. But Claude Code can't tell why purple looks cheap, or why your app looks like Duolingo from Wish. And if you aren't a designer, it can be a frustrating and time-consuming part of shipping products people love.
6
6
 
7
- Beautiful UI should be native to vibe coding. Glyph gives Claude Code and Cursor a sense of design so that this is possible.
7
+ Beautiful UI should be a native output of vibe coding. Glyph gives Claude Code and Cursor a sense of design so that this is possible.
8
8
 
9
9
  ## What it does
10
10
 
11
- Glyph injects a design layer into your existing Claude Code or Cursor workflow. Point at a UI component or page, and it generates **design variations** in your desired aesthetic (minimal, bold, editorial, dashboard, warm) -- rendered live in a browser overlay so you can preview your options and pick your favorite.
11
+ Glyph injects a design layer into your existing Claude Code or Cursor workflow. Tell it what you're building, and it pulls from the best references in the industry to establish a visual direction that fits your app. If you have an existing product, ask your coding agent to redesign any part of the app and watch Glyph work.
12
12
 
13
13
  ## Install
14
14
 
15
15
  ```bash
16
- npx glyph init
16
+ npx glyph-ai init
17
17
  ```
18
18
 
19
19
  That's it. Glyph writes `.mcp.json` and `.cursor/mcp.json` automatically so Claude Code and Cursor pick up the MCP server without any manual config.
@@ -33,8 +33,8 @@ When you ask Claude Code to improve a component, Glyph returns a design brief wi
33
33
  ## Commands
34
34
 
35
35
  ```bash
36
- npx glyph init # Set up Glyph and start the server
37
- npx glyph stop # Stop the server
36
+ npx glyph-ai init # Set up Glyph and start the server
37
+ npx glyph-ai stop # Stop the server
38
38
  ```
39
39
 
40
40
  ## Requirements
@@ -207,7 +207,7 @@ async function discardVariation() {
207
207
  // Routes
208
208
  // ---------------------------------------------------------------------------
209
209
  app.get('/health', (_req, res) => {
210
- res.json({ status: 'ok', version: '0.3.62' });
210
+ res.json({ status: 'ok', version: '0.3.65' });
211
211
  });
212
212
  app.get('/overlay.js', (_req, res) => {
213
213
  console.log('[Glyph] Serving overlay.js');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "glyph-ai",
3
- "version": "0.3.63",
3
+ "version": "0.3.65",
4
4
  "license": "FSL-1.1-Apache-2.0",
5
5
  "type": "module",
6
6
  "bin": {