-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
934 lines (928 loc) · 27.5 KB
/
Copy pathindex.html
File metadata and controls
934 lines (928 loc) · 27.5 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
930
931
932
933
934
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>forgekit — cognitive infrastructure for AI coding agents</title>
<meta
name="description"
content="forgekit gives AI coding agents a shared cognitive substrate: proof-carrying memory, impact foresight, reuse, and enforceable guardrails compiled into native tool config."
/>
<meta name="theme-color" content="#171310" />
<link rel="canonical" href="https://codewithjuber.github.io/forgekit/" />
<meta property="og:type" content="website" />
<meta
property="og:title"
content="forgekit — cognitive infrastructure for AI coding agents"
/>
<meta
property="og:description"
content="A production-grade substrate for Claude Code, Codex, Cursor, Gemini, Aider, and more: proof-carrying memory, blast-radius prediction, verified reuse, and cross-tool config."
/>
<meta
property="og:url"
content="https://codewithjuber.github.io/forgekit/"
/>
<meta name="twitter:card" content="summary_large_image" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "forgekit",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "macOS, Linux, Windows",
"license": "https://opensource.org/licenses/MIT",
"url": "https://github.com/CodeWithJuber/forgekit",
"description": "Cross-tool config compiler and cognitive substrate with proof-carrying memory, impact prediction, reuse, and guardrails for AI coding agents.",
"offers": { "@type": "Offer", "price": "0" }
}
</script>
<style>
/* One design system, shared verbatim with the status page (scripts/build-pages.mjs):
the same warm ember/near-black tokens, one accent, a system font stack (no webfont
to silently fail to load). test/pages.test.js enforces this token parity. */
:root {
color-scheme: dark;
--bg: #171310;
--bg-2: #201a15;
--panel: #201a15;
--panel-2: #272019;
--text: #f2ede7;
--muted: #a99e90;
--faint: #7d7263;
--line: #372c22;
--line-strong: #4a3b2e;
--brand: #f26430;
--brand-2: #f7a072;
--ok: #67e8a5;
--shadow: 0 24px 64px rgba(23, 19, 16, 0.56);
--radius: 20px;
--radius-sm: 12px;
--max: 1180px;
--mono:
ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;
--sans: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
@media (prefers-color-scheme: light) {
:root {
color-scheme: light;
--bg: #f7f3ed;
--bg-2: #fffdf9;
--panel: #fffdf9;
--panel-2: #efe7db;
--text: #201a15;
--muted: #6b5f50;
--faint: #8a7c6a;
--line: #e2d6c4;
--line-strong: #cbbba3;
--shadow: 0 24px 64px rgba(32, 26, 21, 0.12);
}
}
* {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
background: var(--bg);
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
animation-duration: 0.001ms !important;
scroll-behavior: auto !important;
transition-duration: 0.001ms !important;
}
}
body {
margin: 0;
color: var(--text);
font: 16px/1.65 var(--sans);
background:
radial-gradient(
960px 460px at 85% -10%,
rgba(242, 100, 48, 0.16),
transparent 70%
),
var(--bg);
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
a {
color: inherit;
}
a:focus-visible,
button:focus-visible {
outline: 3px solid var(--brand-2);
outline-offset: 4px;
border-radius: 10px;
}
.wrap {
width: min(var(--max), calc(100% - 40px));
margin: 0 auto;
}
.mono {
font-family: var(--mono);
}
.skip {
position: absolute;
left: 16px;
top: -80px;
background: var(--text);
color: var(--bg);
padding: 10px 14px;
z-index: 30;
}
.skip:focus {
top: 16px;
}
.nav {
position: sticky;
top: 0;
z-index: 20;
border-bottom: 1px solid var(--line);
background: color-mix(in srgb, var(--bg) 76%, transparent);
backdrop-filter: blur(18px);
}
.nav-inner {
min-height: 72px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
}
.brand {
display: inline-flex;
gap: 10px;
align-items: center;
text-decoration: none;
font: 750 16px var(--mono);
letter-spacing: -0.02em;
}
.logo {
width: 34px;
height: 34px;
border-radius: 11px;
display: grid;
place-items: center;
background: linear-gradient(135deg, var(--brand), var(--brand-2));
color: #171310;
box-shadow: 0 14px 40px rgba(242, 100, 48, 0.28);
}
.brand em {
color: var(--brand);
font-style: normal;
}
.nav-links {
display: flex;
align-items: center;
gap: 20px;
font-size: 14px;
}
.nav-links a {
color: var(--muted);
text-decoration: none;
}
.nav-links a:hover {
color: var(--text);
}
.nav-links .pill {
color: var(--text);
border: 1px solid var(--line-strong);
border-radius: 999px;
padding: 8px 14px;
}
@media (max-width: 760px) {
.nav-links a:not(.pill) {
display: none;
}
.wrap {
width: min(var(--max), calc(100% - 28px));
}
}
.hero {
padding: 88px 0 64px;
}
.hero-grid {
display: grid;
grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
gap: 42px;
align-items: center;
}
.eyebrow {
display: inline-flex;
gap: 10px;
align-items: center;
margin: 0 0 18px;
color: var(--brand-2);
font: 700 12px var(--mono);
letter-spacing: 0.14em;
text-transform: uppercase;
}
.dot {
width: 8px;
height: 8px;
border-radius: 999px;
background: var(--ok);
box-shadow: 0 0 0 6px rgba(103, 232, 165, 0.14);
}
h1 {
margin: 0;
max-width: 900px;
font-size: clamp(40px, 6vw, 64px);
line-height: 1.03;
letter-spacing: -0.03em;
font-weight: 700;
}
h1 span {
color: var(--brand);
}
.lede {
margin: 24px 0 0;
max-width: 710px;
color: var(--muted);
font-size: clamp(18px, 2vw, 22px);
}
.actions {
display: flex;
flex-wrap: wrap;
gap: 14px;
margin-top: 32px;
}
.btn {
display: inline-flex;
min-height: 48px;
align-items: center;
justify-content: center;
gap: 10px;
border-radius: 999px;
border: 1px solid var(--line-strong);
padding: 12px 20px;
text-decoration: none;
font-weight: 750;
}
.btn-primary {
background: var(--text);
color: var(--bg);
border-color: transparent;
}
.btn-primary:hover {
background: var(--brand-2);
}
.btn-secondary:hover {
border-color: var(--brand);
color: var(--brand-2);
}
.command {
margin-top: 18px;
display: inline-flex;
max-width: 100%;
align-items: center;
gap: 12px;
border: 1px solid var(--line);
border-radius: 16px;
padding: 12px 14px;
background: var(--panel);
box-shadow: var(--shadow);
overflow-x: auto;
font: 700 13px var(--mono);
}
.command .prompt {
color: var(--brand);
}
.command button {
border: 1px solid var(--line);
background: var(--panel-2);
color: var(--muted);
border-radius: 10px;
padding: 6px 10px;
cursor: pointer;
font: 700 12px var(--mono);
}
.panel {
border: 1px solid var(--line);
border-radius: var(--radius);
background: var(--panel);
box-shadow: var(--shadow);
overflow: hidden;
}
.agent-card {
padding: 22px;
}
.agent-head {
display: flex;
justify-content: space-between;
gap: 16px;
align-items: start;
border-bottom: 1px solid var(--line);
padding-bottom: 18px;
}
.agent-head strong {
display: block;
font-size: 18px;
}
.badge {
border: 1px solid rgba(103, 232, 165, 0.32);
color: var(--ok);
border-radius: 999px;
padding: 5px 10px;
font: 700 11px var(--mono);
white-space: nowrap;
}
.checks {
display: grid;
gap: 12px;
margin: 20px 0 0;
padding: 0;
list-style: none;
}
.checks li {
display: grid;
grid-template-columns: 28px 1fr;
gap: 12px;
align-items: start;
color: var(--muted);
}
.check {
width: 28px;
height: 28px;
border-radius: 10px;
display: grid;
place-items: center;
color: #171310;
background: var(--ok);
font-weight: 900;
}
.metric-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 14px;
margin: 34px 0 0;
}
.metric {
border: 1px solid var(--line);
border-radius: 18px;
padding: 20px;
background: var(--panel);
}
.metric b {
display: block;
font: 850 clamp(24px, 4vw, 36px) var(--mono);
letter-spacing: -0.04em;
color: var(--brand-2);
}
.metric span {
color: var(--muted);
font-size: 14px;
}
section {
padding: 84px 0;
border-top: 1px solid var(--line);
}
.section-head {
display: grid;
grid-template-columns: minmax(0, 0.75fr) minmax(260px, 0.45fr);
gap: 32px;
align-items: end;
margin-bottom: 34px;
}
.kicker {
margin: 0 0 10px;
color: var(--brand);
font: 800 12px var(--mono);
letter-spacing: 0.14em;
text-transform: uppercase;
}
h2 {
margin: 0;
max-width: 760px;
font-size: clamp(30px, 5vw, 54px);
line-height: 1.04;
letter-spacing: -0.045em;
}
.sub {
color: var(--muted);
margin: 0;
font-size: 18px;
}
.cards {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
}
.card {
border: 1px solid var(--line);
border-radius: var(--radius);
background: var(--panel);
padding: 24px;
min-height: 100%;
}
.card h3 {
margin: 14px 0 8px;
font-size: 21px;
letter-spacing: -0.02em;
}
.card p {
margin: 0;
color: var(--muted);
}
.icon {
width: 42px;
height: 42px;
border-radius: 14px;
display: grid;
place-items: center;
background: linear-gradient(
135deg,
rgba(242, 100, 48, 0.2),
rgba(247, 160, 114, 0.18)
);
border: 1px solid var(--line);
font: 900 18px var(--mono);
color: var(--brand-2);
}
.split {
display: grid;
grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
gap: 22px;
align-items: stretch;
}
.terminal {
background: var(--panel-2);
color: var(--text);
border-radius: var(--radius);
overflow: hidden;
border: 1px solid var(--line);
box-shadow: var(--shadow);
}
.term-bar {
display: flex;
gap: 8px;
align-items: center;
border-bottom: 1px solid var(--line);
padding: 12px 16px;
color: var(--muted);
font: 700 12px var(--mono);
}
.term-dot {
width: 10px;
height: 10px;
border-radius: 999px;
background: var(--faint);
}
pre {
margin: 0;
padding: 22px;
overflow-x: auto;
font: 13px/1.7 var(--mono);
}
.code-dim {
color: var(--faint);
}
.code-hot {
color: var(--brand-2);
}
.code-ok {
color: #67e8a5;
}
.steps {
display: grid;
gap: 12px;
}
.step {
display: grid;
grid-template-columns: 38px 1fr;
gap: 14px;
border: 1px solid var(--line);
border-radius: 18px;
background: var(--panel);
padding: 18px;
}
.step-num {
width: 38px;
height: 38px;
border-radius: 14px;
display: grid;
place-items: center;
background: var(--panel-2);
color: var(--brand-2);
font: 900 13px var(--mono);
}
.step h3 {
margin: 0 0 4px;
font-size: 17px;
}
.step p {
margin: 0;
color: var(--muted);
}
.sources {
display: grid;
gap: 10px;
padding: 0;
margin: 0;
list-style: none;
}
.sources li {
overflow-wrap: anywhere;
border-left: 3px solid var(--brand);
padding: 8px 0 8px 14px;
color: var(--muted);
}
.honesty {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 18px;
}
footer {
border-top: 1px solid var(--line);
padding: 32px 0;
color: var(--muted);
}
.foot {
display: flex;
justify-content: space-between;
gap: 18px;
flex-wrap: wrap;
}
.foot a {
color: var(--muted);
text-decoration: none;
margin-left: 14px;
}
.foot a:hover {
color: var(--text);
}
@media (max-width: 920px) {
.hero-grid,
.section-head,
.split {
grid-template-columns: 1fr;
}
.metric-grid,
.cards {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 560px) {
.hero {
padding-top: 56px;
}
.metric-grid,
.cards,
.honesty {
grid-template-columns: 1fr;
}
.command {
display: flex;
}
h1 {
font-size: clamp(40px, 14vw, 60px);
}
section {
padding: 60px 0;
}
.foot a {
margin-left: 0;
margin-right: 12px;
}
}
</style>
</head>
<body>
<a class="skip" href="#main">Skip to content</a>
<header class="nav">
<div class="wrap nav-inner">
<a class="brand" href="#top" aria-label="forgekit home"
><span class="logo" aria-hidden="true">F</span>forge<em>kit</em></a
>
<nav class="nav-links" aria-label="Primary navigation">
<a href="#platform">Platform</a>
<a href="#workflow">Workflow</a>
<a href="#evidence">Evidence</a>
<a href="./status/">Status</a>
<a class="pill" href="https://github.com/CodeWithJuber/forgekit"
>GitHub ↗</a
>
</nav>
</div>
</header>
<main id="main">
<section class="hero" id="top" aria-labelledby="hero-title">
<div class="wrap hero-grid">
<div>
<p class="eyebrow">
<span class="dot" aria-hidden="true"></span> forgekit v0.17.0 ·
MIT · zero runtime dependencies
</p>
<h1 id="hero-title">
Give every coding agent the same <span>working memory.</span>
</h1>
<p class="lede">
Forgekit turns one source of truth into native configuration for
AI coding tools, then adds proof-carrying lessons, blast-radius
prediction, reuse search, and pre-action guardrails so agents act
from shared evidence instead of fresh guesses.
</p>
<div class="actions" aria-label="Primary calls to action">
<a
class="btn btn-primary"
href="https://github.com/CodeWithJuber/forgekit#readme"
>Read the docs</a
>
<a class="btn btn-secondary" href="#workflow">See the workflow</a>
</div>
<div class="command" role="group" aria-label="Install command">
<span class="prompt" aria-hidden="true">$</span>
<span>npm install -g @codewithjuber/forgekit && forge init</span>
<button
type="button"
data-copy="npm install -g @codewithjuber/forgekit && forge init"
>
copy
</button>
</div>
</div>
<aside
class="panel agent-card"
aria-label="Forge pre-action gate summary"
>
<div class="agent-head">
<div>
<strong>Pre-action gate</strong
><span class="sub">Evidence before edits, every time.</span>
</div>
<span class="badge">measured</span>
</div>
<ul class="checks">
<li>
<span class="check" aria-hidden="true">✓</span
><span
>Reuse candidates are searched before new code is
written.</span
>
</li>
<li>
<span class="check" aria-hidden="true">✓</span
><span
>Impact atlas predicts likely files, tests, and blast
radius.</span
>
</li>
<li>
<span class="check" aria-hidden="true">✓</span
><span
>Lessons carry provenance and gain trust only from oracle
outcomes.</span
>
</li>
<li>
<span class="check" aria-hidden="true">✓</span
><span
>Guardrails compile to Claude Code, Codex, Cursor, Gemini,
Aider, and more.</span
>
</li>
</ul>
</aside>
</div>
<div class="wrap metric-grid" aria-label="Measured repository outcomes">
<div class="metric">
<b>118 ms</b
><span>full pre-action gate from repository benchmarks</span>
</div>
<div class="metric">
<b>0.43 ms</b
><span>blast-radius lookup from benchmark reports</span>
</div>
<div class="metric">
<b>62.1%</b><span>measured routing-stage cost saved</span>
</div>
<div class="metric">
<b>0</b><span>runtime dependencies in package.json</span>
</div>
</div>
</section>
<section id="platform" aria-labelledby="platform-title">
<div class="wrap">
<div class="section-head">
<div>
<p class="kicker">Platform</p>
<h2 id="platform-title">
A cognitive substrate, packaged like developer tooling.
</h2>
</div>
<p class="sub">
The site uses only repository-backed claims: README, CHANGELOG,
package metadata, benchmark reports, and optional GitHub API
counters on the status page.
</p>
</div>
<div class="cards">
<article class="card">
<div class="icon">01</div>
<h3>Cross-tool config</h3>
<p>
Author rules once, then compile native config layers for the
agents your team already uses.
</p>
</article>
<article class="card">
<div class="icon">02</div>
<h3>Proof-carrying memory</h3>
<p>
Every durable lesson includes evidence, provenance, confidence,
decay, and merge behavior.
</p>
</article>
<article class="card">
<div class="icon">03</div>
<h3>Impact foresight</h3>
<p>
Before editing, Forge predicts affected files and tests so
agents can plan smaller, safer changes.
</p>
</article>
<article class="card">
<div class="icon">04</div>
<h3>Reuse-first retrieval</h3>
<p>
Agents are pushed toward existing code paths and prior fixes
before inventing another solution.
</p>
</article>
<article class="card">
<div class="icon">05</div>
<h3>Guardrails that run</h3>
<p>
Scope, assumptions, anchoring, cost, and secret-redaction checks
are enforced by CLI hooks.
</p>
</article>
<article class="card">
<div class="icon">06</div>
<h3>Team memory through git</h3>
<p>
Knowledge moves with the repository, not with a single chat
transcript or vendor workspace.
</p>
</article>
</div>
</div>
</section>
<section id="workflow" aria-labelledby="workflow-title">
<div class="wrap split">
<div>
<p class="kicker">Workflow</p>
<h2 id="workflow-title">
Install once. Gate every meaningful agent action.
</h2>
<p class="sub">
The CLI stays small and dependency-free, while optional live
status data is fetched with timeouts, retries, jitter, and HTTP
cache validators.
</p>
<div class="steps" aria-label="Setup steps">
<div class="step">
<span class="step-num">1</span>
<div>
<h3>Initialize the substrate</h3>
<p>
Run the installer and generate project-local agent
instructions, hooks, and memory stores.
</p>
</div>
</div>
<div class="step">
<span class="step-num">2</span>
<div>
<h3>Let agents plan with evidence</h3>
<p>
Forge assembles context, reuse candidates, assumptions,
scope, and impact predictions before edits.
</p>
</div>
</div>
<div class="step">
<span class="step-num">3</span>
<div>
<h3>Promote only verified lessons</h3>
<p>
Tests and human corrections update memory; self-graded
claims do not become trusted facts.
</p>
</div>
</div>
</div>
</div>
<div class="terminal" aria-label="Example Forge terminal output">
<div class="term-bar">
<span class="term-dot"></span><span class="term-dot"></span
><span class="term-dot"></span><span>forge substrate</span>
</div>
<pre><code><span class="code-dim">$</span> forge substrate "Change auth validation and update tests"
<span class="code-ok">✓</span> loaded team rules from AGENTS.md
<span class="code-ok">✓</span> found reuse candidates before implementation
<span class="code-ok">✓</span> predicted blast radius and test targets
<span class="code-hot">!</span> assumption requires citation before action
<span class="code-ok">✓</span> emits native config for agent tools</code></pre>
</div>
</div>
</section>
<section id="evidence" aria-labelledby="evidence-title">
<div class="wrap">
<div class="section-head">
<div>
<p class="kicker">Evidence</p>
<h2 id="evidence-title">
Professional, but honest about limits.
</h2>
</div>
<p class="sub">
The strongest design choice is restraint: measured numbers are
labeled as measured, targets stay targets, and generated pages
document their sources.
</p>
</div>
<div class="honesty">
<article class="card">
<div class="icon">↯</div>
<h3>Approximate impact atlas</h3>
<p>
Import-graph predictions are useful for gating and planning, not
presented as perfect dependency analysis.
</p>
</article>
<article class="card">
<div class="icon">%</div>
<h3>Cost claims stay scoped</h3>
<p>
The page shows the measured routing-stage savings rather than
blending measured data with aspirational targets.
</p>
</article>
</div>
</div>
</section>
<section id="sources" aria-labelledby="sources-title">
<div class="wrap split">
<div>
<p class="kicker">Data sources</p>
<h2 id="sources-title">No mock marketing data.</h2>
<p class="sub">
Every metric and product claim on this site comes from local
repository files or the optional public GitHub repository endpoint
used by the generated status page.
</p>
</div>
<div class="card">
<ul class="sources">
<li>package.json</li>
<li>README.md</li>
<li>CHANGELOG.md</li>
<li>reports/benchmarks.md</li>
<li>https://api.github.com/repos/CodeWithJuber/forgekit</li>
</ul>
</div>
</div>
</section>
</main>
<footer>
<div class="wrap foot">
<div class="mono">
forgekit v0.17.0 · MIT · designed for WCAG 2.2 AA
</div>
<div>
<a href="https://github.com/CodeWithJuber/forgekit">GitHub</a>
<a
href="https://github.com/CodeWithJuber/forgekit/blob/master/CHANGELOG.md"
>Changelog</a
>
<a
href="https://github.com/CodeWithJuber/forgekit/blob/master/SECURITY.md"
>Security</a
>
<a href="./status/">Status</a>
</div>
</div>
</footer>
<script>
for (const button of document.querySelectorAll("[data-copy]")) {
button.addEventListener("click", async () => {
try {
await navigator.clipboard.writeText(button.dataset.copy || "");
button.textContent = "copied";
setTimeout(() => {
button.textContent = "copy";
}, 1600);
} catch (error) {
button.textContent = "copy failed";
setTimeout(() => {
button.textContent = "copy";
}, 1800);
}
});
}
</script>
</body>
</html>