glyph-ai 0.3.4 → 0.3.6
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 +2 -2
- package/bundled/server/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# glyph
|
|
2
2
|
|
|
3
|
-
Design intelligence for the vibe coding era
|
|
3
|
+
Design intelligence for the vibe coding era
|
|
4
4
|
|
|
5
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.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Beautiful UI should be native to 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
|
|
package/bundled/server/index.js
CHANGED
|
@@ -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.
|
|
210
|
+
res.json({ status: 'ok', version: '0.3.6' });
|
|
211
211
|
});
|
|
212
212
|
app.get('/overlay.js', (_req, res) => {
|
|
213
213
|
console.log('[Glyph] Serving overlay.js');
|