-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
856 lines (737 loc) · 30.8 KB
/
index.html
File metadata and controls
856 lines (737 loc) · 30.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ScriptO Studio — Program Embedded Devices with Natural Language</title>
<meta name="description" content="ScriptO Studio — A next-generation IDE for MicroPython. Program embedded devices with natural language. No firmware updates required.">
<meta name="color-scheme" content="light dark">
<link rel="icon" href="app/favicon.svg" type="image/svg+xml">
<link rel="canonical" href="https://scriptostudio.com/">
<!-- Open Graph -->
<meta property="og:title" content="ScriptO Studio — Program Embedded Devices with Natural Language">
<meta property="og:description" content="A next-generation IDE for MicroPython. Program embedded devices with natural language. No firmware updates required.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://scriptostudio.com/">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="ScriptO Studio — Program Embedded Devices with Natural Language">
<meta name="twitter:description" content="A next-generation IDE for MicroPython. Program embedded devices with natural language. No firmware updates required.">
<!-- Fonts: Clash Display + Satoshi from Fontshare -->
<link rel="preconnect" href="https://api.fontshare.com">
<link rel="preconnect" href="https://cdn.fontshare.com" crossorigin>
<link href="https://api.fontshare.com/v2/css?f[]=clash-display@700,600,500&f[]=satoshi@400,500,700&display=swap" rel="stylesheet">
<!-- Prevent FOUC: apply saved theme before paint -->
<script>
(() => {
const saved = localStorage.getItem('ss-theme');
const theme = saved === 'light' || saved === 'dark' ? saved : 'dark';
document.documentElement.dataset.theme = theme;
document.documentElement.style.colorScheme = theme;
})();
</script>
<style>
:root {
/* Deep space palette with emerald accents */
--bg-deep: #050810;
--bg-surface: #0a0f1a;
--bg-elevated: #111827;
/* Emerald green spectrum */
--accent-bright: #00c853;
--accent-mid: #00a844;
--accent-dark: #006d2c;
/* Bioluminescent cyan */
--cyan-bright: #00e5cc;
--cyan-mid: #14b8a6;
--cyan-glow: rgba(0, 229, 204, 0.4);
/* Text */
--text-primary: #f0f4ff;
--text-secondary: #8892b0;
--text-muted: #5a6480;
/* Borders */
--border-subtle: rgba(136, 146, 176, 0.15);
--border-accent: rgba(0, 200, 83, 0.3);
/* Surfaces & Shadows */
--surface-card: rgba(10, 15, 26, 0.65);
--surface-accent-soft: rgba(0, 200, 83, 0.15);
--shadow-accent-soft: rgba(0, 200, 83, 0.15);
--shadow-accent-mid: rgba(0, 200, 83, 0.25);
--shadow-accent-strong: rgba(0, 200, 83, 0.35);
--shadow-cyan-soft: rgba(0, 229, 204, 0.15);
/* Fonts */
--font-display: 'Clash Display', system-ui, sans-serif;
--font-body: 'Satoshi', system-ui, sans-serif;
--font-mono: 'SF Mono', 'Fira Code', 'JetBrains Mono', monospace;
}
/* ── Light Mode ── */
html[data-theme='light'] {
--bg-deep: #fcfeff;
--bg-surface: #ffffff;
--bg-elevated: #f5f9ff;
--accent-bright: #00a844;
--accent-mid: #008c38;
--accent-dark: #006d2c;
--cyan-bright: #008f87;
--cyan-mid: #00766e;
--cyan-glow: rgba(0, 143, 135, 0.24);
--text-primary: #0b1220;
--text-secondary: #2e405c;
--text-muted: #5f7290;
--border-subtle: rgba(15, 23, 42, 0.16);
--border-accent: rgba(0, 168, 68, 0.34);
--surface-card: rgba(255, 255, 255, 0.88);
--surface-accent-soft: rgba(0, 168, 68, 0.16);
--shadow-accent-soft: rgba(0, 168, 68, 0.19);
--shadow-accent-mid: rgba(0, 168, 68, 0.27);
--shadow-accent-strong: rgba(0, 168, 68, 0.33);
--shadow-cyan-soft: rgba(0, 143, 135, 0.22);
}
*, *::before, *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html { scroll-behavior: smooth; }
body {
font-family: var(--font-body);
background: var(--bg-deep);
color: var(--text-primary);
line-height: 1.6;
min-height: 100vh;
transition: background-color 0.25s ease, color 0.25s ease;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html[data-theme='light'] body {
background:
radial-gradient(1200px circle at 12% -10%, rgba(0, 168, 68, 0.04), transparent 58%),
radial-gradient(900px circle at 88% -12%, rgba(0, 143, 135, 0.05), transparent 56%),
var(--bg-deep);
}
html[data-theme='light'] .stars {
opacity: 0.28;
filter: saturate(0.6);
}
html[data-theme='light'] .nebula {
opacity: 0.45;
}
::selection {
background: var(--accent-bright);
color: var(--bg-deep);
}
a { color: inherit; }
/* ── Theme Toggle ── */
.theme-toggle {
position: fixed;
top: 16px;
right: 16px;
z-index: 999;
width: 40px;
height: 40px;
display: grid;
place-items: center;
padding: 0;
border-radius: 999px;
border: 1px solid var(--border-subtle);
background: var(--surface-card);
cursor: pointer;
backdrop-filter: blur(10px);
transition: all 0.2s ease;
}
.theme-toggle:hover {
border-color: var(--border-accent);
transform: translateY(-1px);
box-shadow: 0 10px 24px var(--shadow-accent-soft);
}
.theme-toggle:focus-visible {
outline: 2px solid var(--cyan-bright);
outline-offset: 2px;
}
.theme-toggle-icon {
font-size: 1.05rem;
line-height: 1;
color: var(--text-secondary);
transition: transform 0.2s ease, color 0.2s ease;
}
.theme-toggle:hover .theme-toggle-icon {
color: var(--text-primary);
transform: rotate(10deg) scale(1.04);
}
@media (max-width: 640px) {
.theme-toggle {
top: 10px;
right: 10px;
width: 36px;
height: 36px;
}
}
/* ── Starfield + Nebula Background ── */
.stars {
position: fixed;
inset: 0;
background-image:
radial-gradient(2px 2px at 20px 30px, rgba(255,255,255,0.8), transparent),
radial-gradient(2px 2px at 40px 70px, rgba(255,255,255,0.5), transparent),
radial-gradient(1px 1px at 90px 40px, rgba(255,255,255,0.6), transparent),
radial-gradient(2px 2px at 130px 80px, rgba(255,255,255,0.4), transparent),
radial-gradient(1px 1px at 160px 120px, rgba(255,255,255,0.7), transparent),
radial-gradient(2px 2px at 200px 60px, rgba(0,200,83,0.6), transparent),
radial-gradient(1px 1px at 250px 150px, rgba(255,255,255,0.5), transparent),
radial-gradient(2px 2px at 300px 40px, rgba(0,229,204,0.4), transparent);
background-size: 350px 200px;
animation: twinkle 8s ease-in-out infinite alternate;
pointer-events: none;
z-index: 0;
}
@keyframes twinkle {
0% { opacity: 0.4; }
100% { opacity: 0.7; }
}
.nebula {
position: fixed;
inset: 0;
background:
radial-gradient(ellipse 80% 50% at 20% 20%, rgba(0, 200, 83, 0.1), transparent 50%),
radial-gradient(ellipse 60% 60% at 80% 30%, rgba(0, 229, 204, 0.08), transparent 50%),
radial-gradient(ellipse 90% 70% at 50% 90%, rgba(0, 200, 83, 0.05), transparent 50%);
pointer-events: none;
z-index: 0;
}
/* ── Container ── */
.container {
position: relative;
z-index: 1;
max-width: 1100px;
margin: 0 auto;
padding: 60px 24px 40px;
min-height: 100vh;
display: flex;
flex-direction: column;
}
/* ── Hero Section ── */
.hero {
text-align: center;
margin-bottom: 72px;
animation: fadeInUp 0.8s ease-out;
}
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
.hero-icon {
width: 100px;
height: 100px;
margin: 0 auto 24px;
animation: float 4s ease-in-out infinite;
}
@keyframes float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-8px); }
}
.hero-icon svg {
width: 100%;
height: 100%;
filter: drop-shadow(0 0 20px rgba(0, 200, 83, 0.4));
}
.hero-icon .chip-core {
animation: pulse-core 2s ease-in-out infinite;
}
@keyframes pulse-core {
0%, 100% { opacity: 1; }
50% { opacity: 0.4; }
}
.hero h1 {
font-family: var(--font-display);
font-size: clamp(2.8rem, 8vw, 4.5rem);
font-weight: 700;
line-height: 1.1;
margin-bottom: 16px;
background: linear-gradient(135deg, var(--text-primary), var(--accent-bright));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.tagline {
font-family: var(--font-display);
font-size: clamp(1.1rem, 3vw, 1.4rem);
font-weight: 500;
color: var(--accent-bright);
margin-bottom: 16px;
letter-spacing: -0.01em;
}
.description {
color: var(--text-secondary);
font-size: 1.1rem;
max-width: 540px;
margin: 0 auto 32px;
line-height: 1.7;
}
/* ── Hero CTAs ── */
.hero-ctas {
display: flex;
gap: 12px;
justify-content: center;
flex-wrap: wrap;
}
.hero-btn {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 12px 24px;
border-radius: 12px;
font-family: var(--font-body);
font-weight: 600;
font-size: 0.95rem;
text-decoration: none;
transition: all 0.2s ease;
}
.hero-btn svg {
width: 18px;
height: 18px;
}
.hero-btn-primary {
background: var(--accent-bright);
color: var(--bg-deep);
box-shadow: 0 4px 20px var(--shadow-accent-mid);
}
.hero-btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 8px 30px var(--shadow-accent-strong);
}
.hero-btn-secondary {
background: var(--surface-card);
color: var(--text-primary);
border: 1px solid var(--border-subtle);
backdrop-filter: blur(10px);
}
.hero-btn-secondary:hover {
border-color: var(--border-accent);
transform: translateY(-2px);
box-shadow: 0 8px 24px var(--shadow-accent-soft);
}
/* ── Section Titles ── */
.section-title {
font-family: var(--font-display);
font-size: 1.6rem;
font-weight: 600;
margin-bottom: 24px;
}
.accent-marker {
color: var(--accent-bright);
margin-right: 8px;
}
/* ── Features Grid ── */
.features {
margin-bottom: 72px;
}
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 16px;
}
.feature-card {
background: var(--surface-card);
border: 1px solid var(--border-subtle);
border-radius: 16px;
padding: 24px;
backdrop-filter: blur(10px);
transition: all 0.25s ease;
}
.feature-card:hover {
border-color: var(--border-accent);
transform: translateY(-4px);
box-shadow: 0 12px 32px var(--shadow-accent-soft);
}
.feature-icon {
width: 40px;
height: 40px;
margin-bottom: 12px;
}
.feature-icon svg {
width: 28px;
height: 28px;
}
.feature-title {
font-family: var(--font-display);
font-size: 1.05rem;
font-weight: 600;
margin-bottom: 8px;
color: var(--text-primary);
}
.feature-desc {
color: var(--text-secondary);
font-size: 0.9rem;
line-height: 1.6;
}
/* ── Ecosystem CTA Grid ── */
.ecosystem {
margin-bottom: 56px;
}
.cta-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 12px;
}
.cta {
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
padding: 24px 16px;
border-radius: 16px;
background: var(--surface-card);
border: 1px solid var(--border-subtle);
backdrop-filter: blur(10px);
text-decoration: none;
color: var(--text-primary);
transition: all 0.25s ease;
}
.cta:hover {
transform: translateY(-4px);
border-color: var(--border-accent);
}
.cta-icon {
width: 24px;
height: 24px;
margin-bottom: 4px;
}
.cta-label {
font-family: var(--font-display);
font-weight: 600;
font-size: 0.95rem;
}
.cta-sub {
font-size: 0.8rem;
color: var(--text-muted);
}
.cta-studio:hover { box-shadow: 0 12px 32px var(--shadow-accent-soft); }
.cta-studio .cta-icon { color: var(--accent-bright); }
.cta-hub:hover { box-shadow: 0 12px 32px var(--shadow-cyan-soft); }
.cta-hub .cta-icon { color: var(--cyan-bright); }
.cta-protocol:hover { box-shadow: 0 12px 32px rgba(136, 146, 176, 0.15); }
.cta-protocol .cta-icon { color: var(--text-secondary); }
.cta-github:hover { box-shadow: 0 12px 32px rgba(240, 244, 255, 0.1); }
.cta-docs:hover { box-shadow: 0 12px 32px var(--shadow-cyan-soft); }
.cta-docs .cta-icon { color: var(--cyan-bright); }
/* ── Hero Screenshot ── */
.hero-screenshot {
margin-top: 40px;
max-width: 860px;
margin-left: auto;
margin-right: auto;
}
.hero-screenshot img {
width: 100%;
border-radius: 14px;
box-shadow:
0 8px 40px var(--shadow-accent-soft),
0 0 60px rgba(0, 200, 83, 0.08);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hero-screenshot img:hover {
transform: translateY(-4px);
box-shadow:
0 16px 60px var(--shadow-accent-mid),
0 0 80px rgba(0, 200, 83, 0.12);
}
.hero-screenshot-caption {
display: block;
text-align: center;
margin-top: 12px;
font-size: 0.8rem;
color: var(--text-muted);
}
/* ── Hub Showcase ── */
.hub-showcase {
text-align: center;
padding: 60px 0;
}
.hub-showcase-tagline {
font-family: var(--font-display);
font-size: 1.15rem;
font-weight: 500;
color: var(--text-secondary);
margin-bottom: 28px;
letter-spacing: 0.01em;
}
.hub-showcase-tagline em {
font-style: normal;
color: var(--accent-bright);
}
.hub-showcase img {
width: 100%;
max-width: 920px;
border-radius: 14px;
box-shadow:
0 8px 40px var(--shadow-accent-soft),
0 0 60px rgba(0, 200, 83, 0.08);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hub-showcase img:hover {
transform: translateY(-4px);
box-shadow:
0 16px 60px var(--shadow-accent-mid),
0 0 80px rgba(0, 200, 83, 0.12);
}
.hub-showcase-caption {
display: block;
text-align: center;
margin-top: 12px;
font-size: 0.8rem;
color: var(--text-muted);
}
/* ── Footer ── */
.footer {
text-align: center;
padding: 32px 0;
margin-top: auto;
font-size: 0.85rem;
color: var(--text-muted);
border-top: 1px solid var(--border-subtle);
}
.footer-nav {
margin-bottom: 12px;
}
.footer-nav a {
color: var(--text-secondary);
text-decoration: none;
transition: color 0.2s ease;
}
.footer-nav a:hover { color: var(--accent-bright); }
.footer-sep {
margin: 0 8px;
color: var(--text-muted);
}
.footer a {
color: var(--accent-bright);
text-decoration: none;
transition: opacity 0.2s ease;
}
.footer a:hover { opacity: 0.8; }
/* ── Responsive ── */
@media (max-width: 640px) {
.container {
padding: 40px 16px 32px;
}
.hero {
margin-bottom: 48px;
}
.features, .ecosystem {
margin-bottom: 48px;
}
.hero-ctas {
flex-direction: column;
align-items: center;
}
.hero-btn {
width: 100%;
max-width: 280px;
justify-content: center;
}
.cta-grid {
grid-template-columns: repeat(2, 1fr);
}
}
</style>
</head>
<body>
<div class="stars"></div>
<div class="nebula"></div>
<main class="container">
<!-- Hero -->
<header class="hero">
<div class="hero-icon" aria-hidden="true">
<svg viewBox="0 0 120 120" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- Chip body -->
<rect x="30" y="30" width="60" height="60" rx="8" fill="url(#chip-g)" class="chip-body"/>
<!-- CPU die -->
<rect x="42" y="42" width="36" height="36" rx="4" fill="var(--bg-deep)" opacity="0.6"/>
<!-- Circuit traces -->
<path d="M50 50 L50 58 L58 58" stroke="var(--accent-bright)" stroke-width="1.5" stroke-linecap="round" opacity="0.8"/>
<path d="M70 50 L70 58 L62 58" stroke="var(--cyan-bright)" stroke-width="1.5" stroke-linecap="round" opacity="0.8"/>
<path d="M50 70 L50 62 L58 62" stroke="var(--cyan-bright)" stroke-width="1.5" stroke-linecap="round" opacity="0.8"/>
<path d="M70 70 L70 62 L62 62" stroke="var(--accent-bright)" stroke-width="1.5" stroke-linecap="round" opacity="0.8"/>
<!-- Center dot -->
<circle cx="60" cy="60" r="3" fill="var(--accent-bright)" class="chip-core"/>
<!-- Pins - top -->
<rect x="40" y="20" width="3" height="14" rx="1.5" fill="var(--accent-bright)" opacity="0.7"/>
<rect x="50" y="20" width="3" height="14" rx="1.5" fill="var(--accent-bright)" opacity="0.7"/>
<rect x="60" y="20" width="3" height="14" rx="1.5" fill="var(--accent-bright)" opacity="0.7"/>
<rect x="70" y="20" width="3" height="14" rx="1.5" fill="var(--accent-bright)" opacity="0.7"/>
<!-- Pins - bottom -->
<rect x="40" y="86" width="3" height="14" rx="1.5" fill="var(--accent-bright)" opacity="0.7"/>
<rect x="50" y="86" width="3" height="14" rx="1.5" fill="var(--accent-bright)" opacity="0.7"/>
<rect x="60" y="86" width="3" height="14" rx="1.5" fill="var(--accent-bright)" opacity="0.7"/>
<rect x="70" y="86" width="3" height="14" rx="1.5" fill="var(--accent-bright)" opacity="0.7"/>
<!-- Pins - left -->
<rect x="16" y="40" width="14" height="3" rx="1.5" fill="var(--accent-bright)" opacity="0.7"/>
<rect x="16" y="50" width="14" height="3" rx="1.5" fill="var(--accent-bright)" opacity="0.7"/>
<rect x="16" y="60" width="14" height="3" rx="1.5" fill="var(--accent-bright)" opacity="0.7"/>
<rect x="16" y="70" width="14" height="3" rx="1.5" fill="var(--accent-bright)" opacity="0.7"/>
<!-- Pins - right -->
<rect x="90" y="40" width="14" height="3" rx="1.5" fill="var(--accent-bright)" opacity="0.7"/>
<rect x="90" y="50" width="14" height="3" rx="1.5" fill="var(--accent-bright)" opacity="0.7"/>
<rect x="90" y="60" width="14" height="3" rx="1.5" fill="var(--accent-bright)" opacity="0.7"/>
<rect x="90" y="70" width="14" height="3" rx="1.5" fill="var(--accent-bright)" opacity="0.7"/>
<defs>
<linearGradient id="chip-g" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#00c853"/>
<stop offset="100%" stop-color="#006d2c"/>
</linearGradient>
</defs>
</svg>
</div>
<h1>ScriptO Studio</h1>
<p class="tagline">The App Platform for Embedded Devices</p>
<p class="description">
Runtime, configurator, and development environment — in one PWA.<br>
Build and manage MicroPython apps. No firmware updates required.
</p>
<div class="hero-ctas">
<a href="/app/" class="hero-btn hero-btn-primary">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z"/></svg>
Launch Studio
</a>
<a href="https://github.com/jetpax/scriptostudio" class="hero-btn hero-btn-secondary" target="_blank" rel="noopener">
<svg viewBox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg>
View on GitHub
</a>
</div>
<!-- Hero Screenshot -->
<div class="hero-screenshot">
<img src="editor.png" alt="ScriptO Studio — MicroPython app platform with code editor, REPL console, and skill panel" loading="lazy">
<span class="hero-screenshot-caption">Code editor · Live REPL · Skill browser · App configurator · Device telemetry</span>
</div>
</header>
<!-- Features -->
<section class="features">
<h2 class="section-title">
<span class="accent-marker">⟩</span> What It Does
</h2>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="var(--accent-bright)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="4" y="4" width="16" height="16" rx="2"/><rect x="9" y="9" width="6" height="6"/><path d="M15 2v2"/><path d="M15 20v2"/><path d="M2 15h2"/><path d="M2 9h2"/><path d="M20 15h2"/><path d="M20 9h2"/><path d="M9 2v2"/><path d="M9 20v2"/></svg>
</div>
<h3 class="feature-title">Standalone Apps</h3>
<p class="feature-desc">Extensions are full MicroPython applications — not plugins. Each one runs independently on the device; Studio provides the runtime, configurator, and UI.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="var(--cyan-bright)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"/></svg>
</div>
<h3 class="feature-title">ScriptO Skills</h3>
<p class="feature-desc">Reusable automation scripts that combine code with configuration UI. Browse a growing library on ScriptoHub — sensor drivers, protocols, display widgets — or create and publish your own.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="var(--accent-bright)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M16 18l6-6-6-6"/><path d="M8 6l-6 6 6 6"/></svg>
</div>
<h3 class="feature-title">Agentic Editor</h3>
<p class="feature-desc">More than syntax highlighting. Describe what you want in natural language and the AI agent writes, deploys, and tests your code on the device — live, over WebREPL.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="var(--cyan-bright)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="3" width="20" height="14" rx="2"/><path d="M8 21h8"/><path d="M12 17v4"/></svg>
</div>
<h3 class="feature-title">Device Management</h3>
<p class="feature-desc">Flash firmware, configure boards, manage files, and monitor network settings. Access devices anywhere through secure P2P — from any browser or as an installable PWA.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="var(--accent-bright)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z"/></svg>
</div>
<h3 class="feature-title">40K LoC Runtime</h3>
<p class="feature-desc">MicroPython running 100+ modules with multiple concurrent TLS connections — on a $5 chip. No web framework involved; the entire app stack runs natively on the device.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="var(--cyan-bright)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 9v-1a3 3 0 0 1 6 0v1"/><path d="M8 9h8a6 6 0 0 1 1 3v3a5 5 0 0 1 -10 0v-3a6 6 0 0 1 1 -3"/><path d="M3 13l4 0"/><path d="M17 13l4 0"/><path d="M12 20l0 -6"/><path d="M4 19l3.35 -2"/><path d="M20 19l-3.35 -2"/><path d="M4 7l3.75 2.4"/><path d="M20 7l-3.75 2.4"/></svg>
</div>
<h3 class="feature-title">Visual Debugger</h3>
<p class="feature-desc">Single-step execution, watchpoints, and live system monitoring. See RAM, temperature, uptime, and signal strength in real time from the device status bar.</p>
</div>
</div>
</section>
<!-- Hub Showcase -->
<section class="hub-showcase">
<p class="hub-showcase-tagline"><em>JS frontends</em> with <em>Python device backends</em></p>
<a href="https://scriptohub.ai" target="_blank" rel="noopener">
<img src="hub.png" alt="ScriptoHub — browse extensions and skills for ScriptO Studio" loading="lazy">
</a>
<span class="hub-showcase-caption">Browse standalone apps and skills on ScriptoHub</span>
</section>
<!-- Ecosystem -->
<section class="ecosystem">
<h2 class="section-title">
<span class="accent-marker">⟩</span> The Ecosystem
</h2>
<nav class="cta-grid">
<a href="/app/" class="cta cta-studio">
<svg class="cta-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="3" width="20" height="14" rx="2"/><path d="M8 21h8"/><path d="M12 17v4"/></svg>
<span class="cta-label">ScriptO Studio</span>
<span class="cta-sub">Open the IDE</span>
</a>
<a href="https://scriptohub.ai" class="cta cta-hub" target="_blank" rel="noopener">
<svg class="cta-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2a10 10 0 1 0 10 10H12V2z"/><path d="M20 12a8 8 0 0 0-8-8v8h8z" opacity="0.5"/></svg>
<span class="cta-label">ScriptoHub</span>
<span class="cta-sub">Browse skills & extensions</span>
</a>
<a href="https://jetpax.github.io/webrepl/webrepl_binary_protocol_rfc.md" class="cta cta-protocol" target="_blank" rel="noopener">
<svg class="cta-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><path d="M14 2v6h6"/><path d="M16 13H8"/><path d="M16 17H8"/><path d="M10 9H8"/></svg>
<span class="cta-label">WebREPL Protocol</span>
<span class="cta-sub">IANA-registered spec</span>
</a>
<a href="https://github.com/jetpax/scriptostudio" class="cta cta-github" target="_blank" rel="noopener">
<svg class="cta-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg>
<span class="cta-label">GitHub</span>
<span class="cta-sub">View the source</span>
</a>
<a href="/docs/" class="cta cta-docs">
<svg class="cta-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"/><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"/></svg>
<span class="cta-label">Documentation</span>
<span class="cta-sub">User guide & API</span>
</a>
</nav>
</section>
<!-- Footer -->
<footer class="footer">
<nav class="footer-nav">
<a href="/app/">Studio</a>
<span class="footer-sep">·</span>
<a href="https://scriptohub.ai" target="_blank" rel="noopener">ScriptoHub</a>
<span class="footer-sep">·</span>
<a href="https://github.com/jetpax/scriptostudio" target="_blank" rel="noopener">GitHub</a>
<span class="footer-sep">·</span>
<a href="/docs/">Docs</a>
</nav>
<p>Made with ❤️ for the Embedded Python community</p>
</footer>
</main>
<button class="theme-toggle" type="button" data-theme-toggle aria-label="Switch color theme">
<span class="theme-toggle-icon" data-theme-icon aria-hidden="true"></span>
</button>
<script>
(() => {
const key = 'ss-theme';
const root = document.documentElement;
const toggle = document.querySelector('[data-theme-toggle]');
const icon = document.querySelector('[data-theme-icon]');
if (!toggle || !icon) return;
const applyTheme = (theme, persist = true) => {
root.dataset.theme = theme;
root.style.colorScheme = theme;
const isDark = theme === 'dark';
icon.textContent = isDark ? '☀' : '☾';
toggle.setAttribute('aria-label', isDark ? 'Switch to light mode' : 'Switch to dark mode');
toggle.setAttribute('title', isDark ? 'Switch to light mode' : 'Switch to dark mode');
if (persist) localStorage.setItem(key, theme);
};
toggle.addEventListener('click', () => {
applyTheme(root.dataset.theme === 'light' ? 'dark' : 'light');
});
applyTheme(root.dataset.theme === 'light' ? 'light' : 'dark', false);
})();
</script>
</body>
</html>