Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Your agent installs the Skill, configures the MCP, and opens browser OAuth. If n

Each request produces an editable StarryKit result you can review and continue refining.

### Prompt → Showcase
### Prompt

| Prompt | Showcase |
| --- | --- |
Expand All @@ -59,10 +59,11 @@ Each request produces an editable StarryKit result you can review and continue r

### More from the Gallery

| | |
| --- | --- |
| <img src="assets/demos/gallery-orbit-drop-01.webp" alt="Bold product campaign graphic created with StarryKit" width="420" /> | <img src="assets/demos/gallery-type-index.webp" alt="Typography education carousel created with StarryKit" width="420" /> |
| <img src="assets/demos/gallery-afterlight-2026.webp" alt="Nocturnal garden festival poster created with StarryKit" width="420" /> | <img src="assets/demos/gallery-where-the-rain-goes.webp" alt="Rain garden infographic created with StarryKit" width="420" /> |
| Presentation | Web | UI |
| :---: | :---: | :---: |
| <img src="assets/demos/gallery-noon-loop.webp" alt="Editorial presentation created with StarryKit" width="280" /> | <img src="assets/demos/gallery-noriform.webp" alt="Sustainable materials website created with StarryKit" width="280" /> | <img src="assets/demos/gallery-dark-telemetry.webp" alt="Dark operations dashboard created with StarryKit" width="280" /> |
| **Poster** | **Social** | **Infographic** |
| <img src="assets/demos/gallery-afterlight-2026.webp" alt="Nocturnal garden festival poster created with StarryKit" width="280" /> | <img src="assets/demos/gallery-make-one-metre-wild.webp" alt="Bright social campaign graphic created with StarryKit" width="280" /> | <img src="assets/demos/gallery-where-the-rain-goes.webp" alt="Rain garden infographic created with StarryKit" width="280" /> |

You can also ask StarryKit to inspect an existing document, tighten its story, redesign one page, reorder content, or export selected pages.

Expand Down
11 changes: 6 additions & 5 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Agent 会安装 Skill、配置 MCP 并打开浏览器 OAuth。需要手动操作

每一个请求都会得到一份可在 StarryKit 中审核、编辑和继续优化的结果。

### Prompt → Showcase
### Prompt

| Prompt | Showcase |
| --- | --- |
Expand All @@ -59,10 +59,11 @@ Agent 会安装 Skill、配置 MCP 并打开浏览器 OAuth。需要手动操作

### 更多 Gallery 作品

| | |
| --- | --- |
| <img src="assets/demos/gallery-orbit-drop-01.webp" alt="使用 StarryKit 创建的产品社交 Campaign" width="420" /> | <img src="assets/demos/gallery-type-index.webp" alt="使用 StarryKit 创建的字体知识轮播图" width="420" /> |
| <img src="assets/demos/gallery-afterlight-2026.webp" alt="使用 StarryKit 创建的夜间花园节海报" width="420" /> | <img src="assets/demos/gallery-where-the-rain-goes.webp" alt="使用 StarryKit 创建的雨水花园信息图" width="420" /> |
| Presentation | Web | UI |
| :---: | :---: | :---: |
| <img src="assets/demos/gallery-noon-loop.webp" alt="使用 StarryKit 创建的编辑风格演示文稿" width="280" /> | <img src="assets/demos/gallery-noriform.webp" alt="使用 StarryKit 创建的可持续材料网站" width="280" /> | <img src="assets/demos/gallery-dark-telemetry.webp" alt="使用 StarryKit 创建的深色运营 Dashboard" width="280" /> |
| **Poster** | **Social** | **Infographic** |
| <img src="assets/demos/gallery-afterlight-2026.webp" alt="使用 StarryKit 创建的夜间花园节海报" width="280" /> | <img src="assets/demos/gallery-make-one-metre-wild.webp" alt="使用 StarryKit 创建的高饱和社交 Campaign" width="280" /> | <img src="assets/demos/gallery-where-the-rain-goes.webp" alt="使用 StarryKit 创建的雨水花园信息图" width="280" /> |

你也可以让 StarryKit 检查已有文档、收紧叙事、重新设计某一页、调整页面顺序,或者只导出指定页面。

Expand Down
Binary file added assets/demos/gallery-dark-telemetry.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/demos/gallery-make-one-metre-wild.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/demos/gallery-noon-loop.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/demos/gallery-noriform.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/demos/gallery-orbit-drop-01.webp
Binary file not shown.
Binary file removed assets/demos/gallery-type-index.webp
Binary file not shown.
6 changes: 4 additions & 2 deletions tests/plugin.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,11 @@ describe("plugin bundle", () => {
"assets/demos/event-design.gif",
"assets/demos/gallery-morrow-formworks.webp",
"assets/demos/gallery-relay-one.webp",
"assets/demos/gallery-orbit-drop-01.webp",
"assets/demos/gallery-type-index.webp",
"assets/demos/gallery-noon-loop.webp",
"assets/demos/gallery-noriform.webp",
"assets/demos/gallery-dark-telemetry.webp",
"assets/demos/gallery-afterlight-2026.webp",
"assets/demos/gallery-make-one-metre-wild.webp",
"assets/demos/gallery-where-the-rain-goes.webp",
]) {
assert.ok([".svg", ".webp", ".gif"].includes(extname(asset)));
Expand Down
Loading