Anne-Charlotte commited on
Commit
8ae6672
·
verified ·
1 Parent(s): a91b0c8

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +131 -88
index.html CHANGED
@@ -46,10 +46,10 @@
46
  <img src="assets/Build.png" alt="Build your Reachy Mini" class="section-image">
47
  </div>
48
 
49
- <div class="grid-2 build-grid">
50
- <!-- Beta Version -->
51
- <div class="card">
52
- <div class="badge badge-muted">Beta</div>
53
  <div class="video-wrapper">
54
  <iframe
55
  src="https://www.youtube.com/embed/_r0cHySFbeY?si=TIf791Q4jaXQArjB"
@@ -68,25 +68,32 @@
68
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path>
69
  </svg>
70
  </a>
71
- <p class="card-text-small">
72
- After you build your Reachy Mini, you can download the dashboard to control your Reachy Mini here:
73
- </p>
74
- <a href="https://pollen-robotics.github.io/reachy-mini-desktop-app/latest.json"
75
- target="_blank"
76
- class="btn btn-outline btn-full">
77
- Download dashboard
78
- <svg class="icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
79
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path>
80
- </svg>
81
- </a>
 
 
 
 
 
 
 
82
  </div>
83
 
84
- <!-- Lite Version -->
85
- <div class="card">
86
- <div class="badge badge-primary">Lite</div>
87
  <div class="video-wrapper">
88
  <iframe
89
- src="https://www.youtube.com/embed/_r0cHySFbeY?si=TIf791Q4jaXQArjB"
90
  title="YouTube video player"
91
  frameborder="0"
92
  allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
@@ -94,25 +101,32 @@
94
  allowfullscreen>
95
  </iframe>
96
  </div>
97
- <a href="https://huggingface.co/spaces/pollen-robotics/Reachy_Mini_Assembly_Guide"
98
  target="_blank"
99
  class="btn btn-outline btn-full mb-4">
100
- Open assembly guide
101
- <svg class="icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
102
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path>
103
- </svg>
104
- </a>
105
- <p class="card-text-small">
106
- After you build your Reachy Mini, you can download the dashboard to control your Reachy Mini here:
107
- </p>
108
- <a href="https://pollen-robotics.github.io/reachy-mini-desktop-app/latest.json"
109
- target="_blank"
110
- class="btn btn-outline btn-full">
111
- Download dashboard
112
  <svg class="icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
113
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path>
114
  </svg>
115
  </a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
116
  </div>
117
  </div>
118
 
@@ -128,16 +142,16 @@
128
  </div>
129
 
130
  <div class="grid-2">
131
- <!-- No Code -->
132
- <div class="card">
133
- <h4 class="card-title">2.1. No Code</h4>
134
  <div class="gif-wrapper">
135
  <img src="reachy-mini-demo-dashboard.gif" alt="Reachy Mini Dashboard Demo">
136
  </div>
137
  <p class="card-text">
138
  Start playing with Reachy Mini using our visual dashboard - no coding required.
139
  </p>
140
- <a href="#" target="_blank" class="btn btn-outline btn-full">
141
  Download dashboard
142
  <svg class="icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
143
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path>
@@ -145,19 +159,19 @@
145
  </a>
146
  </div>
147
 
148
- <!-- Code Your Own -->
149
- <div class="card">
150
- <h4 class="card-title">2.2. Code Your Own Applications</h4>
151
- <div class="placeholder">
152
- Documentation GIF preview<br>(coming soon)
153
  </div>
154
  <p class="card-text">
155
- Explore the documentation and build custom applications for your Reachy Mini.
156
  </p>
157
- <a href="https://github.com/pollen-robotics/reachy_mini"
158
  target="_blank"
159
- class="btn btn-outline btn-full">
160
- View documentation
161
  <svg class="icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
162
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path>
163
  </svg>
@@ -174,30 +188,54 @@
174
 
175
  <div class="grid-3">
176
  <!-- No Code -->
177
- <div class="card">
178
  <h4 class="card-title">No Code</h4>
179
  <div class="dashboard-image-wrapper">
180
  <img src="dashboard-discover-apps.png" alt="Reachy Mini Dashboard">
181
  </div>
182
  <p class="card-text">
183
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
184
  </p>
 
 
 
 
 
 
 
 
185
  </div>
186
 
187
  <!-- SDK -->
188
- <div class="card">
189
  <h4 class="card-title">SDK</h4>
190
  <p class="card-text">
191
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
192
  </p>
 
 
 
 
 
 
 
 
193
  </div>
194
 
195
  <!-- Web API -->
196
- <div class="card">
197
  <h4 class="card-title">Web API</h4>
198
  <p class="card-text">
199
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
200
  </p>
 
 
 
 
 
 
 
 
201
  </div>
202
  </div>
203
  </div>
@@ -209,14 +247,14 @@
209
  </div>
210
 
211
  <div class="grid-2">
212
- <!-- Browse Spaces -->
213
  <div class="card card-flex">
214
- <h4 class="card-title">4.1. Browse Existing Spaces</h4>
215
  <div class="gif-wrapper">
216
- <img src="reachy-mini-demo-dashboard.gif" alt="Reachy Mini Dashboard Demo">
217
  </div>
218
  <p class="card-text">
219
- Discover all Spaces already developed for Reachy Mini. You can also duplicate them to customize depending on your needs.
220
  </p>
221
  <a href="https://huggingface.co/spaces?q=reachy+mini"
222
  target="_blank"
@@ -228,11 +266,11 @@
228
  </a>
229
  </div>
230
 
231
- <!-- Create Spaces -->
232
  <div class="card card-flex">
233
- <h4 class="card-title">4.2. Build Your Own Spaces</h4>
234
  <p class="card-text">
235
- Build, customize existing apps, or create your own from scratch using our template.
236
  </p>
237
  <a href="https://huggingface.co/spaces/pollen-robotics/reachy_mini_app_example"
238
  target="_blank"
@@ -274,25 +312,31 @@
274
  </p>
275
 
276
  <div class="grid-2 pricing-grid">
277
- <!-- Lite Version -->
278
  <div class="card pricing-card">
279
  <div class="pricing-header">
280
- <div class="badge badge-primary">Lite</div>
281
- <h3 class="pricing-title">Reachy Mini Lite</h3>
282
- <p class="pricing-price">$299</p>
283
  </div>
284
  <ul class="feature-list">
285
  <li>
286
  <svg class="check-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
287
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
288
  </svg>
289
- External compute (Mac & Linux, Windows soon)
290
  </li>
291
  <li>
292
  <svg class="check-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
293
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
294
  </svg>
295
- No Wi-Fi (wired power only)
 
 
 
 
 
 
296
  </li>
297
  <li>
298
  <svg class="check-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
@@ -310,7 +354,7 @@
310
  <svg class="check-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
311
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
312
  </svg>
313
- No accelerometer
314
  </li>
315
  <li>
316
  <svg class="check-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
@@ -331,41 +375,35 @@
331
  2 animated antennas
332
  </li>
333
  </ul>
334
- <a href="https://buy.stripe.com/6oUfZj78P1a5e6b0FS73G02"
335
  target="_blank"
336
- class="btn btn-primary btn-full">
337
- Buy Lite version
338
  <svg class="icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
339
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path>
340
  </svg>
341
  </a>
342
  </div>
343
 
344
- <!-- Wireless Version -->
345
  <div class="card pricing-card">
346
  <div class="pricing-header">
347
- <div class="badge badge-success">Wireless</div>
348
- <h3 class="pricing-title">Reachy Mini Wireless</h3>
349
- <p class="pricing-price">$449</p>
350
  </div>
351
  <ul class="feature-list">
352
  <li>
353
  <svg class="check-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
354
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
355
  </svg>
356
- On-board compute (Raspberry Pi 4)
357
- </li>
358
- <li>
359
- <svg class="check-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
360
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
361
- </svg>
362
- Works both wired and wireless, for power and communication
363
  </li>
364
  <li>
365
  <svg class="check-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
366
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
367
  </svg>
368
- Wi-Fi enabled, or Ethernet via a USB-C adapter (not included)
369
  </li>
370
  <li>
371
  <svg class="check-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
@@ -383,7 +421,7 @@
383
  <svg class="check-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
384
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
385
  </svg>
386
- Integrated accelerometer
387
  </li>
388
  <li>
389
  <svg class="check-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
@@ -404,10 +442,10 @@
404
  2 animated antennas
405
  </li>
406
  </ul>
407
- <a href="https://buy.stripe.com/9B65kFfFlaKFbY34W873G03"
408
  target="_blank"
409
- class="btn btn-primary btn-full">
410
- Buy Wireless version
411
  <svg class="icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
412
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path>
413
  </svg>
@@ -420,18 +458,23 @@
420
  <!-- Footer -->
421
  <footer class="footer">
422
  <div class="container">
423
- <p>&copy;Proudly brought by <a href="https://www.pollen-robotics.com/" target="_blank">Pollen Robotics</a> x 🤗 <a href="https://huggingface.co/" target="_blank">Hugging Face</a></p>
 
 
 
424
  </div>
425
  </footer>
426
 
427
  <!-- Documentation Button -->
428
- <a href="https://github.com/pollen-robotics/reachy_mini" target="_blank" class="doc-button" id="docButton">
 
 
429
  <svg class="doc-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
430
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253"></path>
431
  </svg>
432
  <span class="doc-text">Documentation</span>
433
  </a>
434
 
435
  <script src="script.js"></script>
436
  </body>
437
- </html>
 
46
  <img src="assets/Build.png" alt="Build your Reachy Mini" class="section-image">
47
  </div>
48
 
49
+ <div class="grid-2">
50
+ <!-- Reachy Mini -->
51
+ <div class="card card-flex">
52
+ <h4 class="card-title">Reachy Mini</h4>
53
  <div class="video-wrapper">
54
  <iframe
55
  src="https://www.youtube.com/embed/_r0cHySFbeY?si=TIf791Q4jaXQArjB"
 
68
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path>
69
  </svg>
70
  </a>
71
+ <details class="accordion">
72
+ <summary class="accordion-trigger">Connect to your Reachy Mini Wireless</summary>
73
+ <div class="accordion-content">
74
+ <ol>
75
+ <li>Power on your Reachy Mini.</li>
76
+ <li>Reachy Mini will create its own access point: "reachy-mini-ap". It should appear in the list of available Wi-Fi networks on your computer or smartphone after a few moments.</li>
77
+ <li>Connect your computer to the <code>reachy-mini-ap</code> Wi-Fi network (password: <code>reachy-mini</code>). Or you can directly scan the QR-code below to join the network:</li>
78
+ </ol>
79
+ <div class="qr-code-wrapper">
80
+ <img src="reachy-mini-ap-qr.png" alt="QR Code to connect to reachy-mini-ap" class="qr-code">
81
+ </div>
82
+ <ol start="4">
83
+ <li>Open a web browser and go to <a href="http://reachy-mini.local:8000/settings" target="_blank"><code>http://reachy-mini.local:8000/settings</code></a> to access the configuration page.</li>
84
+ <li>Enter your Wi-Fi network credentials (SSID and password) and click "Connect".</li>
85
+ <li>Wait a few moments for Reachy Mini to connect to your Wi-Fi network. The access point will disappear once connected. If the connection fails, Reachy Mini will restart the access point, and you can try again.</li>
86
+ </ol>
87
+ </div>
88
+ </details>
89
  </div>
90
 
91
+ <!-- Reachy Mini Lite -->
92
+ <div class="card card-flex">
93
+ <h4 class="card-title">Reachy Mini Lite</h4>
94
  <div class="video-wrapper">
95
  <iframe
96
+ src="https://www.youtube.com/embed/XGMdd38vHd0?si=fHsqOqlNUNKw930f"
97
  title="YouTube video player"
98
  frameborder="0"
99
  allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
 
101
  allowfullscreen>
102
  </iframe>
103
  </div>
104
+ <a href="https://huggingface.co/spaces/pollen-robotics/Reachy_Mini_LITE_Assembly_Guide"
105
  target="_blank"
106
  class="btn btn-outline btn-full mb-4">
107
+ Open Assembly Guide (Lite version)
 
 
 
 
 
 
 
 
 
 
 
108
  <svg class="icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
109
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path>
110
  </svg>
111
  </a>
112
+ <details class="accordion">
113
+ <summary class="accordion-trigger">Connect to your Reachy Mini Lite</summary>
114
+ <div class="accordion-content">
115
+ <ol>
116
+ <li>Power on Reachy Mini.</li>
117
+ <li>Connect Reachy Mini to your computer using the provided USB cable.</li>
118
+ <li>Download the dashboard to interact with your Reachy Mini.</li>
119
+ </ol>
120
+ <a href="https://pollen-robotics.github.io/reachy-mini-desktop-app/latest.json"
121
+ target="_blank"
122
+ class="link-tertiary link-centered">
123
+ Download dashboard
124
+ <svg class="icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
125
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path>
126
+ </svg>
127
+ </a>
128
+ </div>
129
+ </details>
130
  </div>
131
  </div>
132
 
 
142
  </div>
143
 
144
  <div class="grid-2">
145
+ <!-- Interactive Dashboard -->
146
+ <div class="card card-flex">
147
+ <h4 class="card-title">Interactive Dashboard</h4>
148
  <div class="gif-wrapper">
149
  <img src="reachy-mini-demo-dashboard.gif" alt="Reachy Mini Dashboard Demo">
150
  </div>
151
  <p class="card-text">
152
  Start playing with Reachy Mini using our visual dashboard - no coding required.
153
  </p>
154
+ <a href="#" target="_blank" class="btn btn-outline btn-full mt-auto">
155
  Download dashboard
156
  <svg class="icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
157
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path>
 
159
  </a>
160
  </div>
161
 
162
+ <!-- Explore Applications -->
163
+ <div class="card card-flex">
164
+ <h4 class="card-title">Explore Applications</h4>
165
+ <div class="gif-wrapper">
166
+ <img src="assets/reachy-mini-hand-tracking.png" alt="Reachy Mini Hand Tracking">
167
  </div>
168
  <p class="card-text">
169
+ Explore the applications already developed for Reachy Mini and install them in one click via the dashboard.
170
  </p>
171
+ <a href="https://huggingface.co/spaces?q=reachy+mini"
172
  target="_blank"
173
+ class="btn btn-outline btn-full mt-auto">
174
+ Explore Applications
175
  <svg class="icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
176
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path>
177
  </svg>
 
188
 
189
  <div class="grid-3">
190
  <!-- No Code -->
191
+ <div class="card card-flex">
192
  <h4 class="card-title">No Code</h4>
193
  <div class="dashboard-image-wrapper">
194
  <img src="dashboard-discover-apps.png" alt="Reachy Mini Dashboard">
195
  </div>
196
  <p class="card-text">
197
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.
198
  </p>
199
+ <a href="https://github.com/iizukak/reachy_mini_turbowarp"
200
+ target="_blank"
201
+ class="link-tertiary link-centered">
202
+ Code with Scratch
203
+ <svg class="icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
204
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path>
205
+ </svg>
206
+ </a>
207
  </div>
208
 
209
  <!-- SDK -->
210
+ <div class="card card-flex">
211
  <h4 class="card-title">SDK</h4>
212
  <p class="card-text">
213
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.
214
  </p>
215
+ <a href="https://github.com/pollen-robotics/reachy_mini"
216
+ target="_blank"
217
+ class="link-tertiary link-centered">
218
+ Develop native apps
219
+ <svg class="icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
220
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path>
221
+ </svg>
222
+ </a>
223
  </div>
224
 
225
  <!-- Web API -->
226
+ <div class="card card-flex">
227
  <h4 class="card-title">Web API</h4>
228
  <p class="card-text">
229
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.
230
  </p>
231
+ <a href="https://huggingface.co/spaces/pollen-robotics/reachy_mini_template_app"
232
+ target="_blank"
233
+ class="link-tertiary link-centered">
234
+ Duplicate Template
235
+ <svg class="icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
236
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path>
237
+ </svg>
238
+ </a>
239
  </div>
240
  </div>
241
  </div>
 
247
  </div>
248
 
249
  <div class="grid-2">
250
+ <!-- Share your app -->
251
  <div class="card card-flex">
252
+ <h4 class="card-title">Share your app with the community</h4>
253
  <div class="gif-wrapper">
254
+ <img src="assets/reachy-mini-demo-dashboard.gif" alt="Reachy Mini Dashboard Demo">
255
  </div>
256
  <p class="card-text">
257
+ Each app can be shared on Hugging Face by making it public. Each space can receive likes and may appear in our Top Apps.
258
  </p>
259
  <a href="https://huggingface.co/spaces?q=reachy+mini"
260
  target="_blank"
 
266
  </a>
267
  </div>
268
 
269
+ <!-- Co-create -->
270
  <div class="card card-flex">
271
+ <h4 class="card-title">Co-create with Reachy Mini Lovers</h4>
272
  <p class="card-text">
273
+ Lorem ipsum
274
  </p>
275
  <a href="https://huggingface.co/spaces/pollen-robotics/reachy_mini_app_example"
276
  target="_blank"
 
312
  </p>
313
 
314
  <div class="grid-2 pricing-grid">
315
+ <!-- Wireless Version -->
316
  <div class="card pricing-card">
317
  <div class="pricing-header">
318
+ <div class="badge badge-muted">Wireless</div>
319
+ <h3 class="pricing-title">Reachy Mini</h3>
320
+ <p class="pricing-price">$499</p>
321
  </div>
322
  <ul class="feature-list">
323
  <li>
324
  <svg class="check-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
325
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
326
  </svg>
327
+ On-board compute (Raspberry Pi 4)
328
  </li>
329
  <li>
330
  <svg class="check-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
331
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
332
  </svg>
333
+ Works both wired and wireless
334
+ </li>
335
+ <li>
336
+ <svg class="check-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
337
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
338
+ </svg>
339
+ Wi-Fi enabled
340
  </li>
341
  <li>
342
  <svg class="check-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
 
354
  <svg class="check-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
355
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
356
  </svg>
357
+ Integrated accelerometer
358
  </li>
359
  <li>
360
  <svg class="check-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
 
375
  2 animated antennas
376
  </li>
377
  </ul>
378
+ <a href="https://buy.stripe.com/9B65kFfFlaKFbY34W873G03"
379
  target="_blank"
380
+ class="btn btn-primary btn-full mt-auto">
381
+ Buy Wireless version
382
  <svg class="icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
383
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path>
384
  </svg>
385
  </a>
386
  </div>
387
 
388
+ <!-- Lite Version -->
389
  <div class="card pricing-card">
390
  <div class="pricing-header">
391
+ <div class="badge badge-primary">Lite</div>
392
+ <h3 class="pricing-title">Reachy Mini Lite</h3>
393
+ <p class="pricing-price">$299</p>
394
  </div>
395
  <ul class="feature-list">
396
  <li>
397
  <svg class="check-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
398
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
399
  </svg>
400
+ External compute (Mac & Linux, Windows soon)
 
 
 
 
 
 
401
  </li>
402
  <li>
403
  <svg class="check-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
404
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
405
  </svg>
406
+ No Wi-Fi (wired power only)
407
  </li>
408
  <li>
409
  <svg class="check-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
 
421
  <svg class="check-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
422
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
423
  </svg>
424
+ No accelerometer
425
  </li>
426
  <li>
427
  <svg class="check-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
 
442
  2 animated antennas
443
  </li>
444
  </ul>
445
+ <a href="https://buy.stripe.com/6oUfZj78P1a5e6b0FS73G02"
446
  target="_blank"
447
+ class="btn btn-primary btn-full mt-auto">
448
+ Buy Lite version
449
  <svg class="icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
450
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path>
451
  </svg>
 
458
  <!-- Footer -->
459
  <footer class="footer">
460
  <div class="container">
461
+ <div class="footer-content-centered">
462
+ <p>Need help? Contact us on <a href="https://discord.gg/2bAhWfXme9" target="_blank" rel="noopener noreferrer">Discord</a> and join the community.</p>
463
+ <p class="footer-credits">Proudly brought by <a href="https://www.pollen-robotics.com/" target="_blank" rel="noopener noreferrer">Pollen Robotics</a> x 🤗 <a href="https://huggingface.co/" target="_blank" rel="noopener noreferrer">Hugging Face</a></p>
464
+ </div>
465
  </div>
466
  </footer>
467
 
468
  <!-- Documentation Button -->
469
+ <a href="https://github.com/pollen-robotics/reachy_mini"
470
+ target="_blank"
471
+ class="doc-button">
472
  <svg class="doc-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
473
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"></path>
474
  </svg>
475
  <span class="doc-text">Documentation</span>
476
  </a>
477
 
478
  <script src="script.js"></script>
479
  </body>
480
+ </html>