You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: restructure README + site for clearer visual rhythm
- README hero stays as product-hero.png; the single big GIF
(generate-from-scratch) now owns its own 'Watch a design come to life'
section, followed by 4 static Highlights and the Claude Code / Codex
import GIF just before Quickstart — alternating static/motion instead
of back-to-back autoplay.
- Website hero video replaced by the same product-hero.png for faster
first paint; added a 2x3 'Take a closer look' gallery of six
screenshots between 'How it works' and the full demo video.
- New .codesign-hero-shot and .codesign-gallery styles.
- Claude Code copy now calls out Codex too (both are supported).
<imgsrc="https://raw.githubusercontent.com/OpenCoworkAI/open-codesign/main/website/public/screenshots/product-hero.png"alt="Open CoDesign — prompt on the left, live artifact on the right"width="1000" />
11
11
</p>
12
12
13
13
<palign="center">
@@ -29,15 +29,46 @@ Open CoDesign turns a natural-language prompt into a polished HTML prototype, sl
29
29
30
30
---
31
31
32
-
## Quick demo
32
+
## Watch a design come to life
33
33
34
-
Already using Claude Code? Your providers, models, and API keys import in one click:
34
+
From a blank prompt to a finished artifact — the agent plans, writes, self-checks, and hands you something with hover states, tabs, and empty states already wired up:
35
35
36
-

36
+

37
37
38
-
From a blank prompt to a finished design — watch the agent plan, write, and self-check, then hand you back an artifact that already has hover states, tabs, and empty states wired up:
38
+
---
39
39
40
-

<img src="https://raw.githubusercontent.com/OpenCoworkAI/open-codesign/main/website/public/screenshots/comment-mode.png" alt="Click any element, leave a pin, let the model rewrite that region" />
47
+
</a>
48
+
<p><b>Comment, don't retype.</b><br/>Click any element, drop a pin, the model rewrites only that region.</p>
<img src="https://raw.githubusercontent.com/OpenCoworkAI/open-codesign/main/website/public/screenshots/tweaks-sliders.png" alt="AI-emitted tweaks panel with color pickers and RGB inputs" />
53
+
</a>
54
+
<p><b>AI-tuned sliders.</b><br/>The model emits the parameters worth tweaking — drag to refine without a round trip.</p>
<img src="https://raw.githubusercontent.com/OpenCoworkAI/open-codesign/main/website/public/screenshots/agent-panel.png" alt="Live agent panel showing todos and streaming tool calls" />
67
+
</a>
68
+
<p><b>Watch the agent work.</b><br/>Todos, tool calls, and streamed reasoning — fully visible, fully interruptible.</p>
69
+
</td>
70
+
</tr>
71
+
</table>
41
72
42
73
---
43
74
@@ -56,6 +87,14 @@ From a blank prompt to a finished design — watch the agent plan, write, and se
56
87
57
88
---
58
89
90
+
## Already using Claude Code or Codex?
91
+
92
+
Your providers, models, and API keys import in one click — no copy-paste, no re-entering settings:
93
+
94
+

<figcaption><b>Fifteen demo briefs.</b> Landing, dashboard, pricing, pitch deck, chat UI — one click to see Open CoDesign in action.</figcaption>
124
+
</figure>
125
+
<figure>
126
+
<img :src="withBase('/screenshots/add-provider-menu.png')" alt="Add provider menu — Claude Code, Codex, custom, and presets" />
127
+
<figcaption><b>Bring your own model.</b> Import Claude Code / Codex configs, or pick any OpenAI-compatible provider.</figcaption>
128
+
</figure>
129
+
</div>
130
+
131
+
</div>
132
+
133
+
<divclass="codesign-section">
134
+
96
135
## Watch a design come to life
97
136
98
137
<pclass="lede">From a blank prompt to a finished artifact — the agent plans, writes, self-checks, and hands you something with hover states, tabs, and empty states already wired up.</p>
0 commit comments