Skip to content

docs: rebrand to Open CoDesign + Anthropic-style README & website#26

Merged
hqhq1025 merged 3 commits intomainfrom
wt/brand-rename
Apr 18, 2026
Merged

docs: rebrand to Open CoDesign + Anthropic-style README & website#26
hqhq1025 merged 3 commits intomainfrom
wt/brand-rename

Conversation

@hqhq1025
Copy link
Copy Markdown
Collaborator

@hqhq1025 hqhq1025 commented Apr 18, 2026

Summary

  • 品牌全名 Open CoDesign(D 大写,CoDesign 合写),slug/package 保持 open-codesign 不变
  • README 改成 Anthropic 风格(editorial、克制、有人格 statement)
  • website hero + features 重写:反映当前已落地 + 即将到来的 killer features
  • 中文站等价同步

Brand naming

  • Display name: Open CoDesign
  • Repo / npm slug: open-codesign (unchanged — industry convention)
  • Spoken short form: "CoDesign"

What changed

  • README.md — full rewrite: three convictions, What's working today, What's coming next, Why CoDesign
  • README.zh-CN.md — parallel rewrite in restrained Chinese tone
  • website/index.md — new hero ("Design with intent."), 8 features reflecting current + upcoming
  • website/zh/index.md — full Chinese translation of new hero + features
  • website/quickstart.md + website/zh/quickstart.md — brand name updated in prose
  • website/architecture.md — frontmatter description
  • apps/desktop/src/renderer/index.html — window title: Open CoDesign
  • packages/templates/src/system/design-generator.md + index.ts — model persona updated
  • .github/prompts/codex-pr-review.md + issue-auto-response.md — heading + project context
  • CONTRIBUTING.md — title
  • CLAUDE.md — header comment

What didn't change

  • @open-codesign/* package names
  • ~/.config/open-codesign/ config path
  • github.com/OpenCoworkAI/open-codesign URL
  • Installer filenames (open-codesign-*.dmg etc.)
  • Bot signatures (*open-codesign Bot*)
  • cd open-codesign in quickstart (directory name from git clone)

Checks

  • pnpm typecheck: 10/10 tasks successful, 0 errors

Principles check

  • Compatibility ✅ (docs-only + LLM persona only, no runtime change)
  • Upgradeability ✅
  • No bloat ✅
  • Elegance ✅

- Rename h1 title from open-codesign to Open CoDesign
- Update body paragraph to use Open CoDesign brand name
- Add cross-link to README.zh-CN.md in English README
- Add README.zh-CN.md (full Chinese translation, structure mirrors EN)

Signed-off-by: hqhq1025 <[email protected]>
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Findings

  • [Major] New public README links point to internal/non-existent docs, causing dead links for contributors and users, evidence README.zh-CN.md:7, README.zh-CN.md:60.
    Suggested fix:
    [官网](https://opencoworkai.github.io/open-codesign/) · [贡献指南](./CONTRIBUTING.md)
    
    ## 状态与路线图
    
    路线图请见 GitHub Issues / Projects(或在公开后再补充 docs 链接)。

Summary

  • Review mode: initial
  • 1 major issue found in changed lines.
  • Not found in repo/docs: docs/VISION.md, docs/PRINCIPLES.md (and docs/ROADMAP.md/docs/COLLABORATION.md linked from the new README), so these links are currently broken in this checkout.

Testing

  • Not run (automation)

open-codesign Bot

Comment thread README.zh-CN.md Outdated

> 开源 AI 设计工具——把自然语言变成可点击的原型、幻灯片和营销素材。多模型支持,BYOK,跑在你自己的电脑上。

[项目愿景](./docs/VISION.md) · [路线图](./docs/ROADMAP.md) · [官网](https://opencoworkai.github.io/open-codesign/) · [贡献指南](./CONTRIBUTING.md) · [协作方式](./docs/COLLABORATION.md)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/ / are not present in this public checkout, so this nav line creates dead links. Suggest keeping only public links (e.g., Website + CONTRIBUTING) until those docs are published.

Comment thread README.zh-CN.md Outdated

## 状态与路线图

详见 [`docs/ROADMAP.md`](./docs/ROADMAP.md)。MVP 成功标准:复现所有公开的 Claude Design 演示效果。
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is currently missing in this repo checkout, so this section links to a non-existent file. Consider replacing with a public roadmap location (Issues/Projects) or removing the link for now.

- Display name: Open CoDesign (D capitalised, CamelCase)
- Slug/package/repo open-codesign unchanged (industry convention)
- README: rewrite in Anthropic editorial style — three convictions,
  What's working today, What's coming next, Why CoDesign sections
- README.zh-CN: parallel rewrite in restrained Chinese tone
- website/index.md: new hero (Design with intent.), features reflect
  current + upcoming killer features (sliders, snapshots, cost, Skills)
- website/zh/index.md: full Chinese translation of new hero + features
- website/quickstart.md + zh/quickstart.md: brand name in prose
- website/architecture.md: description frontmatter
- apps/desktop/src/renderer/index.html: window title
- packages/templates/src/system: model persona updated to Open CoDesign
- .github/prompts: heading + project context updated
- CONTRIBUTING.md: title updated
- All @open-codesign/* package names, GitHub URLs, config paths,
  installer filenames, and bot signatures left unchanged

Signed-off-by: hqhq1025 <[email protected]>
@hqhq1025 hqhq1025 changed the title docs: rebrand to Open CoDesign + EN/ZH README docs: rebrand to Open CoDesign + Anthropic-style README & website Apr 18, 2026
Remove all `./docs/VISION.md`, `./docs/ROADMAP.md` links from both READMEs
(docs/ is gitignored — external contributors would hit 404).

README.md nav: Vision → Security + Code of Conduct
README.zh-CN.md nav: 项目愿景 + 路线图 → 安全政策 + 行为准则
README.zh-CN.md §roadmap body: link docs/ROADMAP.md → GitHub Issues

Signed-off-by: hqhq1025 <[email protected]>
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Findings

  • No high-confidence issues found in added/modified lines.

Summary

  • Review mode: follow-up after new commits
  • No actionable issues found in the latest diff.
  • Residual risk/testing gap: this PR is documentation-focused; no Vitest/Playwright coverage changes were included, and documentation capability claims were not runtime-validated in this review.
  • Not found in repo/docs: docs/VISION.md, docs/PRINCIPLES.md.

Testing

  • Not run (automation)

open-codesign Bot

@hqhq1025 hqhq1025 merged commit 3f59871 into main Apr 18, 2026
5 of 6 checks passed
@hqhq1025 hqhq1025 deleted the wt/brand-rename branch April 18, 2026 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant