Skip to content

Commit bd9e0b4

Browse files
committed
Align the landing demo with the playground
1 parent 43c3179 commit bd9e0b4

67 files changed

Lines changed: 746 additions & 204 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<p align="center">
44
<b>Kinematic motion as text.</b>
55
<br />
6-
An inspectable, editable movement format for animation tools, agents, and web products.
6+
An inspectable, editable movement format for animation tools, LLMs, and web products.
77
</p>
88

99
<p align="center">
@@ -41,7 +41,7 @@
4141

4242
Animation clips and generated trajectories can show movement, but they often hide the semantic decisions that produced it.
4343

44-
Posecode keeps those decisions in readable source. A human can write the document, an animation tool can emit it, or an agent can draft it. Parsing, validation, editing, and rendering do not require an AI model.
44+
Posecode keeps those decisions in readable source. A human can write the document, an animation tool can emit it, or an LLM can draft it. Parsing, validation, editing, and rendering do not require an AI model.
4545

4646

4747
<p align="center">
@@ -769,7 +769,7 @@ Feedback and contributions are welcome.
769769

770770
---
771771
<p align="center">
772-
<b>Animation tools, agents, and web products need movement they can inspect.</b>
772+
<b>Animation tools, LLMs, and web products need movement they can inspect.</b>
773773
<br />
774774
<b>Posecode makes movement readable source.</b>
775775
</p>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

playground/for-products.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Integrate Inspectable Movement | Posecode for Products</title>
7-
<meta name="description" content="Add a readable, editable movement format to an animation tool, agent workflow, or web product with Posecode's parser, renderer, web component, and MCP server." />
7+
<meta name="description" content="Add a readable, editable movement format to an animation tool, LLM workflow, or web product with Posecode's parser, renderer, web component, and MCP server." />
88
<link rel="canonical" href="https://www.posecode.org/for-products" />
99
<link rel="icon" type="image/png" sizes="192x192" href="/favicon-192.png" />
1010
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
1111
<meta name="theme-color" content="#0b0c0d" />
1212
<meta property="og:title" content="Integrate inspectable movement with Posecode" />
13-
<meta property="og:description" content="Open-source building blocks for adding readable, editable 3D movement to animation tools, agent workflows, and web products." />
13+
<meta property="og:description" content="Open-source building blocks for adding readable, editable 3D movement to animation tools, LLM workflows, and web products." />
1414
<meta property="og:type" content="website" />
1515
<meta property="og:url" content="https://www.posecode.org/for-products" />
1616
<meta property="og:site_name" content="Posecode" />
@@ -51,7 +51,7 @@
5151
<div class="product-hero-copy reveal">
5252
<p class="eyebrow">For product owners &amp; developers</p>
5353
<h1>Build with inspectable movement.</h1>
54-
<p class="product-lede">Posecode is a readable movement format with a parser, typed IR, Three.js renderer, web component, and agent tools. Author it directly or with AI, then keep the result editable and under your control.</p>
54+
<p class="product-lede">Posecode is a readable movement format with a parser, typed IR, Three.js renderer, web component, and LLM tools. Author it directly or with an LLM, then keep the result editable and under your control.</p>
5555
<div class="hero-cta">
5656
<a class="btn primary lg" href="mailto:hello@posecode.org?subject=Posecode%20product%20integration">Discuss an integration&nbsp;→</a>
5757
<a class="btn ghost lg" href="#today">See what exists today</a>
@@ -68,7 +68,7 @@ <h2>Open-source toolkit today.<br />No hosted commercial platform yet.</h2>
6868
<header class="product-section-head reveal">
6969
<p class="eyebrow">Ways to integrate</p>
7070
<h2>Start at the layer you need.</h2>
71-
<p>Keep the standard player, compose the lower-level libraries, or give a local agent movement tools.</p>
71+
<p>Keep the standard player, compose the lower-level libraries, or give an LLM movement tools.</p>
7272
</header>
7373
<div class="integration-grid">
7474
<article class="integration-card reveal">
@@ -85,7 +85,7 @@ <h3>Own the interface</h3>
8585
<pre aria-label="npm installation example"><code>npm install posecode-parser posecode-render three</code></pre>
8686
</article>
8787
<article class="integration-card reveal">
88-
<span class="card-index">03 / agents</span>
88+
<span class="card-index">03 / LLMs</span>
8989
<h3>Run movement tools locally</h3>
9090
<p>The npm MCP server runs over stdio on your machine. It teaches an MCP client the language, validates documents, and creates playground links.</p>
9191
<pre aria-label="Local MCP command example"><code>npx -y posecode-mcp@latest</code></pre>
@@ -103,7 +103,7 @@ <h2>Movement that stays inspectable.</h2>
103103
<article class="use-case reveal"><h3>Fitness &amp; rehab products</h3><p>Show an exercise beside a program or cue. Joint angles are clamped to general range-of-motion limits, but Posecode is not clinical advice or patient-specific validation.</p></article>
104104
<article class="use-case reveal"><h3>Education tools</h3><p>Connect written instruction to a moving figure for anatomy, dance, physical education, or movement vocabulary.</p></article>
105105
<article class="use-case reveal"><h3>Movement libraries</h3><p>Store small, diffable text files, validate them in CI, and open any movement in the browser without pre-rendering video.</p></article>
106-
<article class="use-case reveal"><h3>Agent workflows</h3><p>Let an MCP-capable local agent write, validate, repair, and return a link to movement the user can inspect.</p></article>
106+
<article class="use-case reveal"><h3>LLM workflows</h3><p>Let an MCP-capable LLM write, validate, repair, and return a link to movement the user can inspect.</p></article>
107107
<article class="use-case reveal"><h3>Other web products</h3><p>Use movement as editable content anywhere a video or static diagram is too rigid and a full animation pipeline is too heavy.</p></article>
108108
</div>
109109
</section>

0 commit comments

Comments
 (0)