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
2 changes: 1 addition & 1 deletion website/src/pages/en/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const sections = [
<Layout lang="en" title="Flow2Spec — Give AI the project facts it needs" description="Flow2Spec gives AI development tools a routable, documented knowledge layer for software teams.">
<Header english />
<main class="home-main">
<section class="hero" id="top"><div class="hero-inner"><div class="hero-copy"><p class="eyebrow"><span class="eyebrow-dot"></span>AI coding context, made routable</p><h1>Give AI the<br /><em>project facts</em> it needs.</h1><p class="hero-lead">Flow2Spec gives AI development tools a documented collaboration layer. Route each request to the facts that matter, then start changing code.</p><div class="hero-actions"><a class="button button-primary" href="#quick-start">Get started <span aria-hidden="true">↓</span></a><a class="button button-outline" href="https://github.com/double-coding-lab/Flow2Spec" target="_blank" rel="noreferrer">View on GitHub <span aria-hidden="true">↗</span></a></div><button class="install-command" type="button" data-copy="npx @double-coding/flow2spec@latest init"><code>npx @double-coding/flow2spec@latest init</code><span data-copy-label>Copy</span></button></div><div class="hero-art" aria-label="Flow2Spec knowledge routing illustration"><div class="art-sun"></div><div class="art-window"><div class="window-bar"><span></span><span></span><span></span><b>project facts</b></div><div class="window-body"><div class="code-line wide"></div><div class="code-line short"></div><div class="code-line medium"></div><div class="code-line accent"></div><div class="code-line wide"></div><div class="code-line short"></div></div></div><div class="art-card card-route"><span class="card-icon">↗</span><b>route hit</b><small>4 topics · 300 lines</small></div><div class="art-card card-fact"><span class="card-icon">✓</span><b>verified fact</b><small>Redis lock · TTL 10 min</small></div><div class="art-sticker">less rediscovery<br />more building</div></div></div></section>
<section class="hero" id="top"><div class="hero-inner"><div class="hero-copy"><p class="eyebrow"><span class="eyebrow-dot"></span>AI coding context, made routable</p><h1>Give AI the<br /><em>project facts</em> it needs.</h1><p class="hero-lead">Flow2Spec gives AI development tools a documented collaboration layer. Route each request to the facts that matter, then start changing code.</p><div class="hero-actions"><a class="button button-primary" href="#quick-start">Get started <span aria-hidden="true">↓</span></a><a class="button button-outline" href="https://github.com/double-coding-lab/Flow2Spec" target="_blank" rel="noreferrer">View on GitHub <span aria-hidden="true">↗</span></a></div><button class="install-command" type="button" data-copy="npm i -g @double-coding/flow2spec && flow2spec init"><code>npm i -g @double-coding/flow2spec && flow2spec init</code><span data-copy-label>Copy</span></button></div><div class="hero-art" aria-label="Flow2Spec knowledge routing illustration"><div class="art-sun"></div><div class="art-window"><div class="window-bar"><span></span><span></span><span></span><b>project facts</b></div><div class="window-body"><div class="code-line wide"></div><div class="code-line short"></div><div class="code-line medium"></div><div class="code-line accent"></div><div class="code-line wide"></div><div class="code-line short"></div></div></div><div class="art-card card-route"><span class="card-icon">↗</span><b>route hit</b><small>4 topics · 300 lines</small></div><div class="art-card card-fact"><span class="card-icon">✓</span><b>verified fact</b><small>Redis lock · TTL 10 min</small></div><div class="art-sticker">less rediscovery<br />more building</div></div></div></section>
<div class="site-shell home-content-shell">
<SectionNav items={sections} label="Page sections" />
<div class="home-content">
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const sections = [
<a class="button button-primary" href="#quick-start">开始使用 <span aria-hidden="true">↓</span></a>
<a class="button button-outline" href="https://github.com/double-coding-lab/Flow2Spec" target="_blank" rel="noreferrer">查看 GitHub <span aria-hidden="true">↗</span></a>
</div>
<button class="install-command" type="button" data-copy="npx @double-coding/flow2spec@latest init"><code>npx @double-coding/flow2spec@latest init</code><span data-copy-label>复制</span></button>
<button class="install-command" type="button" data-copy="npm i -g @double-coding/flow2spec && flow2spec init"><code>npm i -g @double-coding/flow2spec && flow2spec init</code><span data-copy-label>复制</span></button>
</div>
<div class="hero-art" aria-label="Flow2Spec knowledge routing illustration">
<div class="art-sun"></div>
Expand Down
Loading