-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
929 lines (901 loc) · 46 KB
/
Copy pathindex.html
File metadata and controls
929 lines (901 loc) · 46 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
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Seaglass Foundry — GPU-Accelerated Geospatial Software for the Agent Era</title>
<meta name="description" content="GPU-accelerated geospatial software for the agent era. The Forge suite runs on one workstation, and every operation is callable by a person or an AI agent.">
<link rel="canonical" href="https://seaglassfoundry.com/">
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="preconnect" href="https://www.youtube-nocookie.com">
<meta property="og:type" content="website">
<meta property="og:url" content="https://seaglassfoundry.com/">
<meta property="og:title" content="Seaglass Foundry — GPU-Accelerated Geospatial Software for the Agent Era">
<meta property="og:description" content="The Forge suite — GPU compute, a data layer, and a natural-language agent that refuses rather than guesses — on one workstation. New in 1.2.4: Seaglass Globe, the suite's optional 3D view.">
<meta property="og:image" content="https://seaglassfoundry.com/products/seaglass-globe/img/film-poster.webp">
<meta property="og:image:width" content="1280">
<meta property="og:image:height" content="720">
<meta property="og:image:alt" content="Title card of the Seaglass Globe release film: the Earth over the Atlantic on a dark navy field">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://seaglassfoundry.com/products/seaglass-globe/img/film-poster.webp">
<meta name="twitter:title" content="Seaglass Foundry — GPU-Accelerated Geospatial Software for the Agent Era">
<meta name="twitter:description" content="The Forge suite on one workstation, callable by a person or an AI agent. New in 1.2.4: Seaglass Globe. Watch the release film.">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Seaglass Foundry LLC",
"legalName": "Seaglass Foundry LLC",
"alternateName": "Seaglass Foundry",
"slogan": "Forged For Speed. Refined by Craft.",
"url": "https://seaglassfoundry.com",
"email": "rich@seaglassfoundry.com",
"description": "An independent studio building GPU-accelerated developer libraries and tools. Maker of the Forge suite — ForgeGIS (GPU-accelerated geospatial compute and MCP server), ForgeMind (the GIS Intent Compiler), ForgeData (the data-intelligence layer), ForgeGIS Studio (the operator surface), Seaglass Globe (the suite's optional 3D view and the agent's presentation surface), and the Seaglass Control Center (one download that installs, configures, and operates the suite) — plus SwingToPDF and Worldwind Reforged.",
"sameAs": [
"https://github.com/seaglass-foundry"
]
}
</script>
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--navy: #1a3a5c;
--navy-dark: #0f2640;
--teal: #4a9e8e;
--teal-dark: #3b8273;
--teal-light: #e8f5f1;
--amber: #d8973c;
--amber-light: #fef3e6;
--amber-dark: #9a5c1e;
--grey-bg: #f4f7f9;
--text: #2c3e50;
--text-light: #5a6a7a;
--white: #ffffff;
--border: #dce3ea;
}
html { scroll-behavior: smooth; }
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
color: var(--text);
line-height: 1.7;
font-size: 16px;
}
a { color: var(--teal-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
sup.tm { font-size: 0.55em; vertical-align: super; line-height: 0; font-weight: 500; margin-left: 1px; }
/* ── Nav ── */
nav {
background: var(--navy);
padding: 0 24px;
position: sticky;
top: 0;
z-index: 100;
}
nav .nav-inner {
max-width: 1100px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
height: 60px;
}
nav .brand {
color: var(--white);
font-weight: 700;
font-size: 1.15rem;
letter-spacing: -0.02em;
}
nav .brand span { color: var(--teal); }
nav .nav-links { display: flex; gap: 28px; align-items: center; }
nav .nav-links a { color: #c8d6e0; font-size: 0.9rem; font-weight: 500; }
nav .nav-links a:hover { color: var(--white); text-decoration: none; }
.hamburger { display: none; background: none; border: none; color: var(--white); font-size: 1.5rem; cursor: pointer; }
/* ── Hero ── */
.hero {
background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
color: var(--white);
padding: 110px 24px 100px;
text-align: center;
}
.hero .eyebrow {
display: inline-block;
color: var(--teal);
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.18em;
text-transform: uppercase;
margin-bottom: 22px;
}
.hero h1 {
font-size: 3.4rem;
font-weight: 800;
letter-spacing: -0.025em;
margin-bottom: 18px;
line-height: 1.1;
}
.hero h1 .speed { color: var(--white); }
.hero h1 .sep { color: var(--teal); margin: 0 0.12em; }
.hero h1 .craft { color: var(--white); }
.hero .subline {
color: #a8c4d8;
font-size: 1.1rem;
max-width: 700px;
margin: 0 auto 36px;
line-height: 1.65;
}
.hero .cta-group { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn {
display: inline-block;
padding: 13px 28px;
border-radius: 6px;
font-weight: 600;
font-size: 0.95rem;
transition: background 0.2s, transform 0.1s, border-color 0.2s;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: var(--teal); color: var(--white); }
.btn-primary:hover { background: var(--teal-dark); }
.btn-outline { border: 2px solid rgba(255,255,255,0.35); color: var(--white); }
.btn-outline:hover { border-color: rgba(255,255,255,0.7); }
/* ── Hero film: poster facade → youtube-nocookie iframe on click ── */
.hero .hero-video { max-width: 880px; margin: 44px auto 0; scroll-margin-top: 76px; border-radius: 12px; overflow: hidden; border: 1px solid rgba(255,255,255,0.14); box-shadow: 0 18px 50px rgba(0,0,0,0.45); background: #000; }
.hero .hero-video-caption { color: #8eaec6; font-size: 0.85rem; margin: 12px auto 0; text-align: center; }
.film-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; }
.film-frame iframe, .film-frame .film-facade { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
.film-facade { cursor: pointer; }
.film-facade img { width: 100%; height: 100%; object-fit: cover; display: block; }
.film-facade .film-play { position: absolute; left: 50%; top: 68%; width: 78px; height: 54px; transform: translate(-50%, -50%); border-radius: 14px; background: rgba(15, 38, 64, 0.82); border: 1px solid rgba(255, 255, 255, 0.25); transition: background 0.15s, transform 0.15s; }
.film-facade .film-play::after { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-38%, -50%); border-style: solid; border-width: 11px 0 11px 19px; border-color: transparent transparent transparent #fff; }
.film-facade:hover .film-play, .film-facade:focus-visible .film-play { background: var(--teal); transform: translate(-50%, -50%) scale(1.06); }
.film-facade:focus-visible { outline: 3px solid var(--teal); outline-offset: -3px; }
/* ── Flagship section ── */
.flagship {
padding: 80px 24px 40px;
background: var(--white);
}
.flagship.suite-section {
padding: 70px 24px 70px;
background: var(--grey-bg);
}
.flagship-card + .flagship-card { margin-top: 28px; }
.flagship-card {
max-width: 1040px;
margin: 0 auto;
background: linear-gradient(180deg, var(--white) 0%, var(--grey-bg) 100%);
border: 1px solid var(--border);
border-top: 3px solid var(--amber);
border-radius: 14px;
padding: 48px 48px 44px;
display: grid;
grid-template-columns: 1.6fr 1fr;
gap: 48px;
align-items: start;
}
.flagship-card .fc-left .badge {
display: inline-block;
background: var(--amber-light);
color: var(--amber-dark);
padding: 5px 12px;
border-radius: 16px;
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
margin-bottom: 18px;
}
.flagship-card .fc-left h2 {
font-size: 2.3rem;
color: var(--navy);
margin-bottom: 8px;
letter-spacing: -0.02em;
line-height: 1.15;
}
.flagship-card .fc-left h2 .product { color: var(--teal-dark); }
.flagship-card .fc-left .fc-tagline {
color: var(--text-light);
font-size: 1.08rem;
margin-bottom: 22px;
font-weight: 500;
}
.flagship-card .fc-left .fc-description {
color: var(--text);
font-size: 1rem;
line-height: 1.7;
margin-bottom: 26px;
}
.flagship-card .fc-left .fc-claim {
display: block;
padding: 14px 18px;
background: var(--white);
border-left: 3px solid var(--teal);
border-radius: 4px;
color: var(--navy);
font-size: 0.98rem;
font-weight: 500;
line-height: 1.55;
margin-bottom: 26px;
}
.flagship-card .fc-left .fc-claim em { color: var(--teal-dark); font-style: normal; font-weight: 700; }
.flagship-card .fc-left .fc-cta-group {
display: flex;
gap: 12px;
flex-wrap: wrap;
}
.btn-product { background: var(--navy); color: var(--white); }
.btn-product:hover { background: var(--navy-dark); }
.btn-ghost {
color: var(--teal-dark);
border: 2px solid var(--teal);
}
.btn-ghost:hover { background: var(--teal-light); }
.flagship-card .fc-left .fc-demo-link {
display: inline-block;
margin-top: 16px;
color: var(--teal-dark);
font-size: 0.95rem;
font-weight: 600;
text-decoration: none;
border-bottom: 1px solid transparent;
}
.flagship-card .fc-left .fc-demo-link:hover {
border-bottom-color: var(--teal);
}
.flagship-card .fc-left .fc-demo-link .arrow {
display: inline-block;
transition: transform 0.15s ease;
}
.flagship-card .fc-left .fc-demo-link:hover .arrow {
transform: translateX(3px);
}
.flagship-card .fc-right {
display: flex;
flex-direction: column;
gap: 16px;
padding-top: 28px;
}
.fc-stat {
background: var(--white);
border: 1px solid var(--border);
border-radius: 8px;
padding: 18px 20px;
}
.fc-stat .fc-stat-num {
font-size: 1.6rem;
font-weight: 800;
color: var(--navy);
letter-spacing: -0.02em;
line-height: 1.1;
margin-bottom: 4px;
}
.fc-stat .fc-stat-num .accent { color: var(--teal); }
.fc-stat .fc-stat-label {
font-size: 0.86rem;
color: var(--text-light);
line-height: 1.5;
}
/* ── Secondary products ── */
.products {
padding: 70px 24px 70px;
background: var(--grey-bg);
}
.products-grid.products-grid-solo {
max-width: 560px;
grid-template-columns: 1fr;
}
/* ── Open-source contribution ── */
.open-source {
padding: 60px 24px 80px;
background: var(--white);
border-top: 1px solid var(--border);
}
.open-source .os-header {
max-width: 760px;
margin: 0 auto 36px;
text-align: center;
}
.open-source .os-eyebrow {
display: inline-block;
color: var(--amber-dark);
font-size: 0.74rem;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
margin-bottom: 12px;
}
.open-source h2 {
font-size: 1.6rem;
color: var(--navy);
margin-bottom: 12px;
letter-spacing: -0.01em;
}
.open-source .os-header p {
color: var(--text);
font-size: 0.98rem;
line-height: 1.7;
}
.open-source .os-card {
max-width: 640px;
margin: 0 auto;
}
.products-header { text-align: center; margin-bottom: 40px; }
.products-header h2 {
font-size: 1.7rem;
color: var(--navy);
margin-bottom: 8px;
}
.products-header p {
color: var(--text-light);
font-size: 1rem;
}
.products-grid {
max-width: 1040px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 28px;
}
.product-card {
background: var(--white);
border: 1px solid var(--border);
border-radius: 12px;
padding: 32px 32px 28px;
display: flex;
flex-direction: column;
transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s;
}
.product-card:hover {
transform: translateY(-3px);
box-shadow: 0 6px 24px rgba(26, 58, 92, 0.08);
border-color: var(--teal);
text-decoration: none;
}
.product-card .card-badge {
display: inline-block;
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
padding: 4px 10px;
border-radius: 12px;
margin-bottom: 16px;
width: fit-content;
}
.badge-dev { background: var(--teal-light); color: var(--teal-dark); }
.badge-oss { background: var(--amber-light); color: var(--amber-dark); }
.product-card h3 {
font-size: 1.5rem;
color: var(--navy);
margin-bottom: 6px;
letter-spacing: -0.02em;
}
.product-card h3 span { color: var(--teal); }
.product-card .tagline {
color: var(--text-light);
font-size: 0.95rem;
margin-bottom: 16px;
}
.product-card .description {
color: var(--text);
font-size: 0.95rem;
line-height: 1.7;
margin-bottom: 24px;
flex: 1;
}
.product-card .meta {
font-size: 0.82rem;
color: var(--text-light);
margin-bottom: 20px;
padding-top: 16px;
border-top: 1px solid var(--border);
}
.product-card .meta strong { color: var(--navy); font-weight: 600; }
.product-card .card-cta {
display: inline-flex;
align-items: center;
gap: 8px;
color: var(--teal-dark);
font-weight: 600;
font-size: 0.95rem;
}
.product-card .card-cta::after {
content: "→";
transition: transform 0.15s;
}
.product-card:hover .card-cta::after { transform: translateX(4px); }
/* ── Footer ── */
footer {
background: var(--navy-dark);
color: #8eaec6;
padding: 40px 24px;
font-size: 0.9rem;
}
footer .footer-inner {
max-width: 1100px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
gap: 24px;
}
footer a { color: #a8c4d8; }
footer a:hover { color: var(--white); }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-tag {
width: 100%;
text-align: center;
margin-top: 16px;
color: var(--teal);
font-size: 0.85rem;
font-style: italic;
letter-spacing: 0.02em;
}
.footer-marks {
width: 100%;
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid rgba(255,255,255,0.1);
color: #7790a8;
font-size: 0.8rem;
line-height: 1.6;
text-align: center;
}
.footer-copy {
width: 100%;
text-align: center;
margin-top: 12px;
}
/* ── Hero: value proposition as the H1 ── */
.hero h1 { font-size: 3rem; max-width: 900px; margin-left: auto; margin-right: auto; }
.hero h1 .accent { color: var(--teal); }
.hero .eyebrow .tagline { color: #8eaec6; font-weight: 600; letter-spacing: 0.12em; }
/* ── Who it's for ── */
.audiences { padding: 70px 24px 60px; background: var(--white); border-bottom: 1px solid var(--border); }
.aud-grid { max-width: 1040px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.aud-card { background: var(--grey-bg); border: 1px solid var(--border); border-radius: 12px; padding: 28px 28px 24px; display: flex; flex-direction: column; color: var(--text); transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s; }
.aud-card:hover { transform: translateY(-3px); box-shadow: 0 6px 24px rgba(26, 58, 92, 0.08); border-color: var(--teal); text-decoration: none; }
.aud-card .aud-label { color: var(--teal-dark); font-size: 0.74rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 12px; }
.aud-card h3 { font-size: 1.2rem; color: var(--navy); margin-bottom: 10px; letter-spacing: -0.01em; line-height: 1.3; }
.aud-card p { font-size: 0.93rem; line-height: 1.65; color: var(--text); margin-bottom: 18px; flex: 1; }
.aud-card .card-cta { display: inline-flex; align-items: center; gap: 8px; color: var(--teal-dark); font-weight: 600; font-size: 0.92rem; }
.aud-card .card-cta::after { content: "→"; transition: transform 0.15s; }
.aud-card:hover .card-cta::after { transform: translateX(4px); }
/* ── Evaluate ── */
.evaluate { background: var(--navy); color: var(--white); padding: 80px 24px; scroll-margin-top: 60px; }
.evaluate .eval-header { max-width: 760px; margin: 0 auto 40px; text-align: center; }
.evaluate .eval-eyebrow { display: inline-block; color: var(--teal); font-size: 0.74rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 12px; }
.evaluate h2 { font-size: 2rem; letter-spacing: -0.02em; margin-bottom: 14px; line-height: 1.2; }
.evaluate .eval-header p { color: #a8c4d8; font-size: 1.05rem; line-height: 1.65; }
.eval-grid { max-width: 1040px; margin: 0 auto 36px; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.eval-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.14); border-radius: 12px; padding: 26px 26px 22px; }
.eval-card h3 { font-size: 1.05rem; color: var(--white); margin-bottom: 12px; }
.eval-card p, .eval-card li { color: #c8d6e0; font-size: 0.93rem; line-height: 1.65; }
.eval-card ul { list-style: none; padding: 0; margin: 0; }
.eval-card li { padding-left: 18px; position: relative; margin-bottom: 8px; }
.eval-card li::before { content: "•"; color: var(--teal); position: absolute; left: 0; top: 0; font-weight: 700; }
.eval-card li strong { color: var(--white); font-weight: 600; }
.evaluate .eval-cta { text-align: center; }
.evaluate .eval-cta .btn-primary { font-size: 1rem; padding: 15px 32px; }
.evaluate .eval-note { text-align: center; color: #8eaec6; font-size: 0.88rem; margin-top: 16px; }
@media (max-width: 900px) {
.flagship-card {
grid-template-columns: 1fr;
padding: 36px 28px 32px;
gap: 24px;
}
.flagship-card .fc-right { padding-top: 0; flex-direction: row; flex-wrap: wrap; gap: 12px; }
.fc-stat { flex: 1 1 calc(33% - 12px); min-width: 140px; }
}
@media (max-width: 768px) {
.hero { padding: 80px 24px 70px; }
.hero h1 { font-size: 2rem; }
.evaluate h2 { font-size: 1.55rem; }
.evaluate { padding: 60px 24px; }
.hero .eyebrow { font-size: 0.7rem; }
.hero .hero-video { margin-top: 30px; border-radius: 8px; }
.film-facade .film-play { width: 60px; height: 42px; border-radius: 10px; }
.flagship-card .fc-left h2 { font-size: 1.7rem; }
.products-grid { grid-template-columns: 1fr; }
.hamburger { display: block; }
nav .nav-links { display: none; }
nav .nav-links.open {
display: flex;
flex-direction: column;
position: absolute;
top: 60px;
left: 0;
right: 0;
background: var(--navy);
padding: 16px 24px;
gap: 16px;
}
}
</style>
</head>
<body>
<nav>
<div class="nav-inner">
<a href="/" class="brand">Seaglass <span>Foundry</span></a>
<button class="hamburger" onclick="document.querySelector('.nav-links').classList.toggle('open')" aria-label="Menu">☰</button>
<div class="nav-links">
<a href="/products/">Products</a>
<a href="/#evaluate">Evaluate</a>
<a href="mailto:rich@seaglassfoundry.com">Contact</a>
<a href="https://github.com/seaglass-foundry" target="_blank" rel="noopener">GitHub</a>
</div>
</div>
</nav>
<section class="hero">
<div class="container">
<span class="eyebrow">Seaglass Foundry<sup class="tm">™</sup> <span class="tagline">· Forged For Speed. Refined by Craft.</span></span>
<h1>GPU-accelerated geospatial software <span class="accent">for the agent era.</span></h1>
<p class="subline">
The Forge suite — GPU compute, a data layer, and a natural-language agent that refuses rather than
guesses — runs on one workstation with no infrastructure to stand up, and every operation is
callable by a person or by an AI agent.
<strong style="color:#fff;">New in 1.2.4: Seaglass Globe<sup class="tm">™</sup></strong> —
the suite's optional 3D view.
</p>
<div class="cta-group">
<a href="#evaluate" class="btn btn-primary">Request an evaluation</a>
<a href="#suite" class="btn btn-outline">See the Forge suite</a>
</div>
<div class="hero-video" id="film">
<div class="film-frame">
<a class="film-facade" href="https://www.youtube.com/watch?v=4msA76n453A" target="_blank" rel="noopener" data-video="4msA76n453A" data-title="Seaglass Globe — the release film" aria-label="Play the Seaglass Globe release film (5:09)">
<img src="/products/seaglass-globe/img/film-poster.webp" alt="Title card of the Seaglass Globe release film: the Earth over the Atlantic on a dark navy field, with SEAGLASS FOUNDRY above and SEAGLASS GLOBE in letter-spaced cyan type across it" width="1280" height="720" fetchpriority="high" decoding="async">
<span class="film-play" aria-hidden="true"></span>
</a>
</div>
</div>
<p class="hero-video-caption">The Seaglass Globe release film (5:09) — Seaglass Foundry on YouTube.</p>
</div>
</section>
<section class="audiences" id="who">
<div class="products-header">
<h2>Who it's for</h2>
<p>Three kinds of reader come here. Each product page carries a one-pager written for you.</p>
</div>
<div class="aud-grid">
<a href="/products/forgegis/#audiences" class="aud-card">
<div class="aud-label">For defense & intelligence</div>
<h3>Deployable where the mission runs</h3>
<p>
The whole suite on one host, on-premises, air-gap capable. Pure-Java engines with no first-party
native code, a natural-language control plane that refuses rather than fabricates, and a real
coordinate system — MGRS and UTM from one cursor — behind a loopback-only boundary.
</p>
<span class="card-cta">The regulated-deployment story</span>
</a>
<a href="/products/forgemind/#audiences" class="aud-card">
<div class="aud-label">For AI agent builders</div>
<h3>A geospatial surface, native to MCP</h3>
<p>
237 of ForgeGIS's 239 operations are callable through a native Model Context Protocol server.
ForgeMind exposes itself as a single MCP tool a higher-level agent can hand an entire geospatial
workflow to, and ForgeData answers a data question with a ranked, costed list instead of a path.
</p>
<span class="card-cta">The agent-builder story</span>
</a>
<a href="/products/forgegis/#performance-demo" class="aud-card">
<div class="aud-label">For geospatial platforms</div>
<h3>GPU throughput without leaving the JVM</h3>
<p>
Geospatial SaaS, climate, and agtech platforms running large raster and vector catalogs on
CPU-bound GDAL pipelines can replace the compute path without migrating off the JVM or adding a
native build pipeline — 9×–56× on multi-stage pipelines.
</p>
<span class="card-cta">Watch the unedited demonstration vs GDAL</span>
</a>
</div>
</section>
<section class="flagship suite-section" id="suite">
<div class="products-header">
<h2>The Forge suite</h2>
<p>Three engines built for each other — surfaced by Studio, flown on Seaglass Globe, delivered by the Control Center.</p>
</div>
<div class="flagship-card">
<div class="fc-left">
<span class="badge">Flagship · ForgeGIS<sup class="tm">™</sup></span>
<h2>GPU-accelerated geospatial compute, <span class="product">for the agent era</span></h2>
<p class="fc-tagline">239 user-facing operations across 11 categories. 237 callable by AI agents through a native MCP server.</p>
<p class="fc-description">
ForgeGIS runs raster, hydrology, visibility, spectral, ML, and point-cloud workloads on the GPU
through Java-side compute kernels, alongside a large vector and topology surface in pure Java
— and exposes 237 of its 239 operations to AI agents through
a native Model Context Protocol server. Distributed as pure-Java Maven artifacts with no first-party native code, no GDAL native bindings, and no separate native install step — GPU dispatch is via the JOCL OpenCL bindings (JNI bridge bundled in the JOCL JAR). A non-linear DAG pipeline engine imports QGIS models and runs branching raster/vector workflows, with the raster data plane GPU-resident end to end.
</p>
<span class="fc-claim">
As of August 2026, <em>the only commercially-supported GPU-accelerated geospatial MCP server we have been able to identify</em>.
</span>
<div class="fc-cta-group">
<a href="/products/forgegis/" class="btn btn-product">See ForgeGIS</a>
<a href="/products/forgegis/downloads/forgegis-sales-onepager.pdf" class="btn btn-ghost">Sales One-Pager (PDF)</a>
</div>
<a href="/products/forgegis/#performance-demo" class="fc-demo-link">Watch the unedited 62-operation demonstration vs GDAL — methodology biased against us. <span class="arrow">→</span></a>
</div>
<div class="fc-right">
<div class="fc-stat">
<div class="fc-stat-num">239<span class="accent"> / 11</span></div>
<div class="fc-stat-label">operations across 11 geospatial categories</div>
</div>
<div class="fc-stat">
<div class="fc-stat-num">237<span class="accent"> / 239</span></div>
<div class="fc-stat-label">agent-callable through native MCP</div>
</div>
<div class="fc-stat">
<div class="fc-stat-num">9×–56×</div>
<div class="fc-stat-label">multi-stage pipeline speedup vs GDAL CLI</div>
</div>
</div>
</div>
<div class="products-grid" style="margin-top: 28px;">
<a href="/products/forgemind/" class="product-card">
<span class="card-badge badge-dev">Forge Suite · The GIS Intent Compiler</span>
<h3>Forge<span>Mind</span><sup class="tm">™</sup></h3>
<p class="tagline">Natural language to validated GPU pipelines — or an honest refusal</p>
<p class="description">
The natural-language control plane for ForgeGIS. It compiles a plain-language request into a
validated, executed pipeline on the GPU-accelerated engine, and refuses by construction when a
request cannot be honored correctly. Zero confident-wrong results across 79 conversations and
6,696 validated turns — at roughly 25× lower model cost than an agent loop.
</p>
<div class="meta">
<strong>Java 17+</strong> · Commercial license · v1.2.4
</div>
<span class="card-cta">Learn more</span>
</a>
<a href="/products/forgedata/" class="product-card">
<span class="card-badge badge-dev">Forge Suite · Data layer</span>
<h3>Forge<span>Data</span><sup class="tm">™</sup></h3>
<p class="tagline">The data-intelligence layer — ask for data by intent</p>
<p class="description">
Cost-aware routing, a portable single-file GeoPackage catalog, and a 49-tool MCP surface that turn
thirteen heterogeneous sources into one ranked answer — the best-fit correct dataset, with
access cost as the deciding tiebreaker.
</p>
<div class="meta">
<strong>Java 17+</strong> · Bundled with the suite · v1.2.4
</div>
<span class="card-cta">Learn more</span>
</a>
</div>
</section>
<section class="flagship" id="now-shipping">
<div class="products-header">
<h2>New in 1.2.4, and recently shipped</h2>
<p>Three engines. Two surfaces. One download.</p>
</div>
<div class="flagship-card">
<div class="fc-left">
<span class="badge">New in 1.2.4 · Seaglass Globe</span>
<h2>Seaglass Globe<sup class="tm">™</sup> — <span class="product">the Earth in double precision, all the way down</span></h2>
<p class="fc-tagline">A precision WGS-84 virtual globe — the Forge suite's optional 3D view, and the surface the agent draws on.</p>
<p class="fc-description">
Twenty thousand kilometres to a rooftop in one continuous move, on a WGS-84 ellipsoid whose precision is
held relative to the camera. Real elevation and imagery, real geodesy with the algorithm named beside
every number, your own GeoJSON, KML and shapefiles on a layer stack that is yours, tile services you
name, live feeds, and the suite's GPU compute run from a workflow editor docked under the map — a
hillshade re-computed while you are still holding the slider. When it is running, ForgeMind's visual
answers — contours, profiles, draped rasters, scene entities — are drawn on the globe instead
of only described. Needs a real GPU; Windows x64; opt-in in the Control Center installer.
</p>
<span class="fc-claim">
A number without its method is <em>not a measurement</em>.
</span>
<div class="fc-cta-group">
<a href="/products/seaglass-globe/" class="btn btn-product">See Seaglass Globe</a>
<a href="/products/seaglass-globe/downloads/seaglass-globe-technical-brief.pdf" class="btn btn-ghost">Technical Brief (PDF)</a>
</div>
<a href="#film" class="fc-demo-link">Watch the release film — 5:09, and every number on screen is one the render is displaying. <span class="arrow">→</span></a>
</div>
<div class="fc-right">
<div class="fc-stat">
<div class="fc-stat-num">20 000 km <span class="accent">→ rooftop</span></div>
<div class="fc-stat-label">one continuous move — no cut, no dissolve, no swapping one scene for another; the same globe the whole way down</div>
</div>
<div class="fc-stat">
<div class="fc-stat-num">f64 <span class="accent">all the way down</span></div>
<div class="fc-stat-label">precision held relative to the camera, so the ground stops shimmering exactly where a single-precision engine starts to</div>
</div>
<div class="fc-stat">
<div class="fc-stat-num">WGS-84 <span class="accent">ellipsoid</span></div>
<div class="fc-stat-label">a = 6 378 137 m; Vincenty inverse and Karney area, with the algorithm named beside every measurement</div>
</div>
</div>
</div>
<div class="products-grid" style="margin-top: 28px;">
<a href="/products/forgegis/digital-twin.html" class="product-card">
<span class="card-badge badge-dev">Shipped in 1.2.3 · The Digital Twin</span>
<h3>ForgeGIS<sup class="tm">™</sup> <span>digital twin</span></h3>
<p class="tagline">Streams like video, auditable like a ledger</p>
<p class="description">
A living geospatial simulation that records itself as it runs. Replay a run frame by frame, branch
it into a what-if that shares its parent's history byte-for-byte, and verify it against itself
afterwards. A finished run is a standard GeoPackage — it opens in QGIS with nothing of ours installed.
</p>
<div class="meta">
<strong>ForgeGIS engine capability</strong> · driven from Studio or headless over MCP
</div>
<span class="card-cta">See the digital twin</span>
</a>
<a href="/products/forgegis-studio/" class="product-card">
<span class="card-badge badge-dev">The Operator Surface</span>
<h3>ForgeGIS <span>Studio</span><sup class="tm">™</sup></h3>
<p class="tagline">One workspace for three engines</p>
<p class="description">
The browser workspace that makes the suite one product: data loaded through one catalog,
raster/vector/mixed pipelines composed on a node canvas and run in batch, and a natural-language
agent acting on the live map the operator is looking at — not a copy. Single host, loopback-bound, air-gap capable.
</p>
<div class="meta">
<strong>Java 17+</strong> · Bundled with the suite · v1.2.4
</div>
<span class="card-cta">See ForgeGIS Studio</span>
</a>
<a href="/products/control-center/" class="product-card">
<span class="card-badge badge-dev">The Suite Installer</span>
<h3>Seaglass <span>Control Center</span><sup class="tm">™</sup></h3>
<p class="tagline">Install → configure → operate, in one window</p>
<p class="description">
One download lays down a private Java runtime and the full Forge suite with no prerequisites on the
machine, validates and vaults one API key, then runs the services — health, live logs, a data
gallery, and agent chat from the same window. Built for people who would rather evaluate a running
system in minutes than assemble one over an afternoon.
</p>
<div class="meta">
<strong>Windows x64</strong> · Not sold separately · v1.2.4
</div>
<span class="card-cta">Meet the Control Center</span>
</a>
</div>
</section>
<section class="products">
<div class="products-header">
<h2>Also from the foundry</h2>
<p>Our standalone developer library, alongside the Forge suite.</p>
</div>
<div class="products-grid products-grid-solo">
<a href="/products/swingtopdf/" class="product-card">
<span class="card-badge badge-dev">Developer Library</span>
<h3>Swing<span>ToPDF</span></h3>
<p class="tagline">True vector PDF output from Java Swing components</p>
<p class="description">
Convert any JComponent tree into genuine vector PDF. Text stays selectable,
graphics stay sharp, and file sizes stay small. Built on Apache PDFBox.
</p>
<div class="meta">
<strong>Java 17+</strong> · AGPL-3.0 or commercial · v1.3.1
</div>
<span class="card-cta">Learn more</span>
</a>
</div>
</section>
<section class="open-source">
<div class="container">
<div class="os-header">
<span class="os-eyebrow">Open-source contribution</span>
<h2>Giving back to the WorldWind community</h2>
<p>
Worldwind Reforged is our modernization of NASA's WorldWind — not a commercial product
we ship, but a community contribution maintained under our Cannonforge banner. We
modernized the toolkit for Java 17+, shader-based rendering, and a clean Maven build,
then released the work openly so the WorldWind community can keep building on it.
</p>
</div>
<a href="/products/worldwind-reforged/" class="product-card os-card">
<span class="card-badge badge-oss">Open Source · Cannonforge banner</span>
<h3>Worldwind <span>Reforged</span></h3>
<p class="tagline">A modernized Java 17+ build of NASA WorldWind, given back to the community</p>
<p class="description">
Shader-based rendering, GPU-accelerated surface shapes, full Maven build, and backwards
compatibility with the original WorldWind Java API — a drop-in modernization for
anyone still building on WorldWind. Source and releases on GitHub under our Cannonforge banner.
</p>
<div class="meta">
<strong>Java 17+</strong> · Apache-2.0 · Community maintained
</div>
<span class="card-cta">Learn more</span>
</a>
</div>
</section>
<section class="evaluate" id="evaluate">
<div class="eval-header">
<span class="eval-eyebrow">Licensing & evaluation</span>
<h2>Evaluate the Forge suite on one machine</h2>
<p>
The Forge suite is commercially licensed, and evaluation builds are available to qualified teams.
Run the whole suite on one workstation — disconnected if required — and exercise every part of
it through one interface.
</p>
</div>
<div class="eval-grid">
<div class="eval-card">
<h3>What you get</h3>
<p>
The Seaglass Control Center installer: one download that lays down a private Java runtime and the
full suite — ForgeGIS, ForgeMind, ForgeData, ForgeGIS Studio, and, opt-in, Seaglass Globe
— then runs it from the same window. A bundled offline elevation dataset means the first
elevation and slope results need no network. First result in minutes.
</p>
</div>
<div class="eval-card">
<h3>What you need</h3>
<ul>
<li><strong>A Windows x64 workstation.</strong> The engines are Java 17+ libraries; the runtime is bundled, so nothing is installed beforehand.</li>
<li><strong>A GPU with standard OpenCL drivers.</strong> Seaglass Globe needs a real, hardware-accelerated GPU — a remote-desktop session usually can't drive it.</li>
<li><strong>4 GB of RAM</strong> for the suite, 8 GB with the Globe installed; about 4 GB of disk for a tile cache that grows with use.</li>
<li><strong>A Claude or OpenAI API key</strong> for a connected evaluation. Air-gapped sites host their own model behind the same provider abstraction.</li>
</ul>
</div>
<div class="eval-card">
<h3>What happens next</h3>
<p>
Email us with a line about your program and what you want to see it do. We read every email and
reply personally. Qualified teams receive an evaluation build, and we will walk you through the
methodology behind any figure on this site — per-operation timings and the benchmark harness
are available to vetted buyers under NDA. Licensing terms are provided on request.
</p>
</div>
</div>
<div class="eval-cta">
<a href="mailto:rich@seaglassfoundry.com?subject=Forge%20suite%20evaluation" class="btn btn-primary">Request an evaluation — rich@seaglassfoundry.com</a>
<p class="eval-note">Licensing questions, partnership and distribution inquiries, SwingToPDF licenses — the same address reaches us for all of it.</p>
</div>
</section>
<footer>
<div class="footer-inner">
<div class="footer-links">
<a href="/products/">Products</a>
<a href="/products/forgegis/">ForgeGIS</a>
<a href="/products/forgemind/">ForgeMind</a>
<a href="/products/forgedata/">ForgeData</a>
<a href="/products/forgegis-studio/">ForgeGIS Studio</a>
<a href="/products/control-center/">Control Center</a>
<a href="/products/seaglass-globe/">Seaglass Globe</a>
<a href="/products/swingtopdf/">SwingToPDF</a>
<a href="/products/worldwind-reforged/">Worldwind Reforged</a>
<a href="https://github.com/seaglass-foundry" target="_blank" rel="noopener">GitHub</a>
<a href="mailto:rich@seaglassfoundry.com">Contact</a>
</div>
<div class="footer-tag">Forged For Speed. Refined by Craft.</div>
<div class="footer-marks">
ForgeGIS™, ForgeMind™, ForgeData™, ForgeGIS Studio™, Seaglass Globe™, Seaglass Control Center™, SwingToPDF™, and Seaglass Foundry™ are trademarks of Seaglass Foundry LLC.
NASA WorldWind, GDAL, Apache PDFBox, GeoPackage, the Model Context Protocol, Java, and other third-party products and marks referenced are the property of their respective owners.
Worldwind Reforged is an independent community modernization and is not affiliated with or endorsed by NASA.
</div>
<div class="footer-copy">© 2026 Seaglass Foundry LLC. All rights reserved.</div>
</div>
</footer>
<script>
(function() {
var links = document.querySelector('.nav-links');
links.querySelectorAll('a').forEach(function(a) {
a.addEventListener('click', function() { links.classList.remove('open'); });
});
document.addEventListener('click', function(e) {
if (!e.target.closest('nav')) links.classList.remove('open');
});
})();
(function() {
function play(a) {
var f = document.createElement('iframe');
f.src = 'https://www.youtube-nocookie.com/embed/' + a.getAttribute('data-video') + '?autoplay=1&rel=0';
f.title = a.getAttribute('data-title') || 'Seaglass Globe';
f.setAttribute('allow', 'accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share');
f.setAttribute('allowfullscreen', '');
f.setAttribute('referrerpolicy', 'strict-origin-when-cross-origin');
a.parentNode.replaceChild(f, a);
f.focus();
}
document.querySelectorAll('.film-facade').forEach(function(a) {
a.addEventListener('click', function(e) { if (e.ctrlKey || e.metaKey || e.shiftKey) return; e.preventDefault(); play(a); });
});
document.querySelectorAll('a[href="#film"]').forEach(function(a) {
a.addEventListener('click', function(e) { if (e.ctrlKey || e.metaKey || e.shiftKey) return; var f = document.querySelector('.film-facade'); if (f) play(f); });
});
})();
</script>
</body>
</html>