open-brandkit 0.4.7 → 0.4.9

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 +7 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -16,6 +16,9 @@ Open BrandKit is source-available. You can use it in personal, internal,
16
16
  client, agency, and commercial projects, but you cannot repackage or resell Open
17
17
  BrandKit itself as a standalone or competing product.
18
18
 
19
+ Open BrandKit is currently early alpha software. It is published on npm, but the
20
+ installer and generated page may still change quickly before a stable release.
21
+
19
22
  ## What It Creates
20
23
 
21
24
  Open BrandKit can generate a brand kit with:
@@ -36,7 +39,7 @@ logos, your icons, your wordmarks, and your colors.
36
39
 
37
40
  Open BrandKit currently works best with:
38
41
 
39
- - A Next.js App Router site.
42
+ - A Next.js 14 or newer App Router site.
40
43
  - Tailwind CSS 3 or 4.
41
44
  - Logos and icons stored in your repo, usually under `public/logos`.
42
45
  - SVG or PNG brand assets.
@@ -270,12 +273,14 @@ See `LICENSE` for the full terms.
270
273
 
271
274
  ## Status
272
275
 
273
- Open BrandKit is early. The main path today is:
276
+ Open BrandKit is early alpha software. The main path today is:
274
277
 
275
278
  ```text
276
279
  existing Next.js app + local brand assets -> generated /brandkit page
277
280
  ```
278
281
 
282
+ If you want to pin the alpha dist-tag explicitly, use `open-brandkit@alpha`.
283
+
279
284
  ## Up Next
280
285
 
281
286
  Additional installation paths are planned, including Astro and other static or
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-brandkit",
3
- "version": "0.4.7",
3
+ "version": "0.4.9",
4
4
  "description": "A reusable, self-service brand kit system for websites and product repos.",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/campbell17/open-brandkit#readme",
@@ -54,7 +54,7 @@
54
54
  ],
55
55
  "license": "SEE LICENSE IN LICENSE",
56
56
  "peerDependencies": {
57
- "next": ">=15",
57
+ "next": ">=14",
58
58
  "react": ">=18",
59
59
  "react-dom": ">=18",
60
60
  "tailwindcss": ">=3"