-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
889 lines (831 loc) · 51.7 KB
/
index.html
File metadata and controls
889 lines (831 loc) · 51.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hone — Sharpen your code, natively.</title>
<meta name="description" content="A native, AI-powered code editor for every platform. Written in TypeScript, compiled to native via Perry. No Electron. No compromise.">
<link rel="canonical" href="https://hone.codes/">
<meta name="theme-color" content="#0D1117">
<meta name="author" content="Skelpo GmbH">
<meta name="robots" content="index, follow">
<!-- Hreflang -->
<link rel="alternate" hreflang="en" href="https://hone.codes/">
<link rel="alternate" hreflang="de" href="https://hone.codes/de/">
<link rel="alternate" hreflang="ja" href="https://hone.codes/ja/">
<link rel="alternate" hreflang="zh-Hans" href="https://hone.codes/zh-Hans/">
<link rel="alternate" hreflang="es" href="https://hone.codes/es/">
<link rel="alternate" hreflang="fr" href="https://hone.codes/fr/">
<link rel="alternate" hreflang="pt" href="https://hone.codes/pt/">
<link rel="alternate" hreflang="ko" href="https://hone.codes/ko/">
<link rel="alternate" hreflang="it" href="https://hone.codes/it/">
<link rel="alternate" hreflang="tr" href="https://hone.codes/tr/">
<link rel="alternate" hreflang="th" href="https://hone.codes/th/">
<link rel="alternate" hreflang="id" href="https://hone.codes/id/">
<link rel="alternate" hreflang="vi" href="https://hone.codes/vi/">
<link rel="alternate" hreflang="x-default" href="https://hone.codes/">
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAACuklEQVR4nMWXvW7aYBiFT3+GDll6AZF6CVxGt6zdegWZmpgsFWPnqHuktmnIR6AQsA3EBMfh12D+DVSq1I3eQLZK6FRAoCSAU4ihr/SuPud8fp/vB1i1+jUVv6u/wLqC/1Jn+nv0Mm38VE82L74nv4aknEALC9QjROV8d5PiHkjxLxMDtXPCkvsoyzvrF/fGX8GrHg3FB52MCFSjhKUQZvwGZtKzPvED+SX21Y8T8YmBGGGpRClJFFM9lIxt98V9+gt4lQ93xIcGogIVmSjHCfOCKFwSWb0KXd9yT5x8gn3l3Yz4oBMxMUqfIIoakU8TWYMwsip0/bk7BiT17VzxsYHp9DmdyFwTRo7Qi4fu4SYtaFURM+mvM8RVnkibhFbedQc3ycGAmSQKqfvpicsSkbL60Ko7j8dNWtCKKmBqt8t/RWQyhJEndJO4tAitSiTqN5Btz+NwkxYZSAgUU0Rev13+LHFVINKD9BXiok4kmoRi9xD+sb06bpKDgTvpx8tfHqVPNoi4TShd4rxTRcDeWg03aUHHkuLv8E2nt4iL2ii92ibk70S4TYimA56SA24LDWhidvjG6etEvEUoHSLaJYI24W8QnyqH7hmIamIGvTvpbULuEpEOEWgSxzXiyDp07xdEU2IWvfHwtQi1Q8S6RMgmThvE54oKn9MO6VtyCIcG5qA3PXyD9GetQfoHhnAVDCNpsRC98fB9axOnzR78pW33N6KILh5Ajwg2b3Bc86xnKw7rwhk9uw9/Y2d9h1HYEI7ohWwX7oqSA54hQyxEL9xx4Th+CM/QtZiPXsfFC4kTnqGsmEFP7v4jbsvWwRw8g1mx2qm3annv4RnMiUl6tbXkub9q7U3hGciJ0fA1+pDbG3iY3MczUBBD9NTmBp9muK0BnqdFgUTDJdyWLZ/vKb4W3iAQePaY7/wBHLHoO/byFsYAAAAASUVORK5CYII=">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://hone.codes/">
<meta property="og:title" content="Hone — Sharpen your code, natively.">
<meta property="og:description" content="A native, AI-powered code editor for every platform. Written in TypeScript, compiled to native via Perry. No Electron. No compromise.">
<meta property="og:image" content="https://hone.codes/og-image.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="Hone — Native Code Editor">
<meta property="og:site_name" content="Hone">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Hone — Sharpen your code, natively.">
<meta name="twitter:description" content="A native, AI-powered code editor for every platform. Written in TypeScript, compiled to native via Perry. No Electron. No compromise.">
<meta name="twitter:image" content="https://hone.codes/og-image.png">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Hone",
"description": "A native, AI-powered code editor for every platform. Written in TypeScript, compiled to native via Perry.",
"url": "https://hone.codes/",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "macOS, Windows, Linux, iOS, Android, Web",
"offers": [
{
"@type": "Offer",
"price": "0",
"priceCurrency": "USD",
"description": "Free — 1 synced project, 2 devices"
},
{
"@type": "Offer",
"price": "36",
"priceCurrency": "USD",
"description": "Pro — Unlimited projects, unlimited devices",
"billingIncrement": "P1Y"
}
],
"author": {
"@type": "Organization",
"name": "Skelpo GmbH",
"url": "https://skelpo.com"
}
}
</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<nav>
<a href="/" class="nav-logo">
<div class="nav-logo-icon">
<svg width="22" height="28" viewBox="0 0 48 56" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="nav-mark-grad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#00D4AA"/>
<stop offset="60%" stop-color="#00B4D8"/>
<stop offset="100%" stop-color="#0077B6"/>
</linearGradient>
<linearGradient id="nav-edge-grad" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#00FFD0"/>
<stop offset="100%" stop-color="#00D4AA"/>
</linearGradient>
<filter id="nav-glow">
<feGaussianBlur stdDeviation="1.5" result="blur"/>
<feMerge><feMergeNode in="blur"/><feMergeNode in="SourceGraphic"/></feMerge>
</filter>
</defs>
<polygon points="24,0 0,28 24,56" fill="#0077B6" opacity="0.65"/>
<polygon points="24,0 48,28 24,56" fill="url(#nav-mark-grad)"/>
<line x1="24" y1="0" x2="24" y2="56" stroke="url(#nav-edge-grad)" stroke-width="1.5" filter="url(#nav-glow)" opacity="0.9"/>
<circle cx="24" cy="0" r="2.5" fill="#00FFD0" opacity="0.85"/>
</svg>
</div>
<span class="nav-logo-text">Hone</span>
</a>
<div class="nav-links">
<a href="#features">Features</a>
<a href="#ai">AI</a>
<a href="#status">Status</a>
<a href="#roadmap">Roadmap</a>
<a href="#pricing">Pricing</a>
<a href="#updates">Updates</a>
<a href="https://github.com/HoneIDE" target="_blank" class="nav-github">
<svg viewBox="0 0 16 16"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"/></svg>
GitHub
</a>
<div class="lang-picker">
<button class="lang-picker-btn">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/><path d="M2 12h20M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/></svg>
EN
</button>
<div class="lang-dropdown">
<a href="/" class="active">English</a>
<a href="/de/">Deutsch</a>
<a href="/ja/">日本語</a>
<a href="/zh-Hans/">中文</a>
<a href="/es/">Español</a>
<a href="/fr/">Français</a>
<a href="/pt/">Português</a>
<a href="/ko/">한국어</a>
<a href="/it/">Italiano</a>
<a href="/tr/">Türkçe</a>
<a href="/th/">ไทย</a>
<a href="/id/">Indonesia</a>
<a href="/vi/">Tiếng Việt</a>
</div>
</div>
</div>
</nav>
<!-- ===== HERO ===== -->
<section class="hero">
<div class="glow-orb green"></div>
<div class="glow-orb blue"></div>
<div class="hero-badge">
<span class="dot"></span>
Building in the open — early development
</div>
<h1>Sharpen your code,<br><span class="highlight">natively.</span></h1>
<p class="hero-sub">
A native, AI-powered code editor for every platform. Written in TypeScript, compiled to native via Perry. No Electron. No compromise.
</p>
<div class="hero-cta">
<a href="https://github.com/HoneIDE" target="_blank" class="btn btn-primary">
<svg width="18" height="18" viewBox="0 0 16 16" fill="currentColor"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"/></svg>
Follow on GitHub
</a>
<a href="#features" class="btn btn-secondary">
Learn more ↓
</a>
</div>
<!-- Real screenshot -->
<div class="screenshot-wrapper">
<img src="screenshot.png" alt="Hone IDE running on macOS — file explorer, editor with syntax highlighting, terminal, and tabs" class="hero-screenshot">
<p class="screenshot-caption">Actual screenshot. Yes, there are little imperfections — we're building in the open, remember?</p>
</div>
</section>
<!-- ===== FEATURES ===== -->
<section class="section fade-in" id="features">
<div class="section-label">Why Hone</div>
<h2 class="section-title">Everything an editor should be.<br>Nothing it shouldn't.</h2>
<p class="section-desc">
Built from scratch in TypeScript, compiled to native binaries via Perry. Every component is designed for performance, modularity, and developer joy.
</p>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">⚡</div>
<h3>Truly Native</h3>
<p>No Electron, no Chromium, no V8 runtime. Perry compiles TypeScript directly to native binaries. Under 50MB, under 100MB RAM, sub-second startup.</p>
</div>
<div class="feature-card">
<div class="feature-icon">🧠</div>
<h3>AI-First Architecture</h3>
<p>AI isn't bolted on — it's woven into the editor's core. The AI sees your syntax tree, your errors, your git diff, your terminal. Deep context, not just text.</p>
</div>
<div class="feature-card">
<div class="feature-icon">🔑</div>
<h3>Bring Your Own AI</h3>
<p>Claude, GPT, Gemini, Ollama, or your company's private model. Your API key, your choice. Mix different providers for different features. No vendor lock-in.</p>
</div>
<div class="feature-card">
<div class="feature-icon">🤖</div>
<h3>Agent Mode</h3>
<p>Describe what you want. The agent reads your code, plans changes, edits files, runs tests, and iterates — with per-hunk approval before anything is committed.</p>
</div>
<div class="feature-card">
<div class="feature-icon">🔍</div>
<h3>Native PR Review</h3>
<p>Review pull requests in-editor with full syntax highlighting, LSP intelligence in diffs, and AI-powered annotations that catch bugs before humans do.</p>
</div>
<div class="feature-card">
<div class="feature-icon">🧩</div>
<h3>Modular & Composable</h3>
<p>hone-editor, hone-terminal, and hone-core are independent packages. Use the editor component in your own app. Build your own IDE on Hone's foundation.</p>
</div>
</div>
</section>
<!-- ===== PERFORMANCE ===== -->
<section class="section fade-in" id="performance">
<div class="section-label">Performance</div>
<h2 class="section-title">The numbers Electron<br>can't reach.</h2>
<p class="section-desc">
When you eliminate the browser, everything gets faster. These are our targets — and we intend to hit every one.
</p>
<div class="perf-grid">
<div class="perf-card">
<div class="perf-value"><1s</div>
<div class="perf-label">Cold start</div>
<div class="perf-compare">vs 3-5s (VSCode)</div>
</div>
<div class="perf-card">
<div class="perf-value"><100</div>
<div class="perf-label">MB RAM idle</div>
<div class="perf-compare">vs 300-500MB (VSCode)</div>
</div>
<div class="perf-card">
<div class="perf-value"><50</div>
<div class="perf-label">MB binary</div>
<div class="perf-compare">vs ~300MB (VSCode)</div>
</div>
<div class="perf-card">
<div class="perf-value"><10</div>
<div class="perf-label">ms keystroke latency</div>
<div class="perf-compare">vs 30-50ms (VSCode)</div>
</div>
</div>
</section>
<!-- ===== AI ===== -->
<section class="section fade-in" id="ai">
<div class="section-label">AI Integration</div>
<h2 class="section-title">Your AI. Your keys.<br>Your choice.</h2>
<p class="section-desc">
Hone never resells API access. You bring your own keys and route different providers to different features. When the next hot model drops, it works immediately.
</p>
<div class="ai-features">
<div class="ai-feature-card">
<span class="tag tag-green">Inline</span>
<h3>Ghost Text Completion</h3>
<p>Context-aware suggestions powered by any provider. Sees your syntax tree, not just raw text. Renders at native speed with zero Electron overhead.</p>
</div>
<div class="ai-feature-card">
<span class="tag tag-blue">Chat</span>
<h3>Context-Aware Chat</h3>
<p>The AI automatically sees your open files, errors, terminal output, and git state. No manual @file tagging. Switch models mid-conversation.</p>
</div>
<div class="ai-feature-card">
<span class="tag tag-purple">Agent</span>
<h3>Autonomous Coding Agent</h3>
<p>Multi-file edits, terminal commands, test execution, error recovery. Full transparency with a live activity log and diff approval before any change lands.</p>
</div>
<div class="ai-feature-card">
<span class="tag tag-yellow">Review</span>
<h3>AI-Powered PR Review</h3>
<p>AI pre-analyzes every diff for bugs, security issues, and style problems. Review annotations appear inline. One-click fixes. Submit reviews back to GitHub/GitLab.</p>
</div>
</div>
<div class="byok-block">
<h3>Bring Your Own Key. Mix & Match.</h3>
<p>Route each AI feature to a different provider. Use a fast local model for autocomplete, a powerful cloud model for agent tasks, and something in between for chat. Your infrastructure, your budget, your rules.</p>
<div class="provider-logos">
<div class="provider-pill"><span class="provider-dot" style="background:#d4a574"></span> Anthropic (Claude)</div>
<div class="provider-pill"><span class="provider-dot" style="background:#74b9ff"></span> OpenAI (GPT)</div>
<div class="provider-pill"><span class="provider-dot" style="background:#55efc4"></span> Google (Gemini)</div>
<div class="provider-pill"><span class="provider-dot" style="background:#a29bfe"></span> Ollama (Local)</div>
<div class="provider-pill"><span class="provider-dot" style="background:#fd79a8"></span> AWS Bedrock</div>
<div class="provider-pill"><span class="provider-dot" style="background:#ffeaa7"></span> Any OpenAI-compatible</div>
</div>
</div>
</section>
<!-- ===== PLATFORMS ===== -->
<section class="section fade-in" id="platforms">
<div class="section-label">Platforms</div>
<h2 class="section-title" style="text-align:center;">One codebase.<br>Every platform.</h2>
<p class="section-desc" style="text-align:center; margin-left:auto; margin-right:auto;">
Written once in TypeScript. Compiled to native on each platform by Perry. Native look, native speed, everywhere.
</p>
<div class="platforms-row">
<div class="platform-item">
<div class="platform-icon">🍎</div>
<span class="platform-label">macOS</span>
</div>
<div class="platform-item">
<div class="platform-icon">🪟</div>
<span class="platform-label">Windows</span>
</div>
<div class="platform-item">
<div class="platform-icon">🐧</div>
<span class="platform-label">Linux</span>
</div>
<div class="platform-item">
<div class="platform-icon">📱</div>
<span class="platform-label">iOS</span>
</div>
<div class="platform-item">
<div class="platform-icon">🤖</div>
<span class="platform-label">Android</span>
</div>
<div class="platform-item">
<div class="platform-icon">🌐</div>
<span class="platform-label">Web</span>
</div>
</div>
</section>
<!-- ===== STATUS ===== -->
<section class="section fade-in" id="status">
<div class="section-label">Current State</div>
<h2 class="section-title">What's built today.</h2>
<p class="section-desc">
Hone is a family of composable packages. Here's where each one stands right now.
</p>
<div class="status-grid">
<div class="status-card">
<div class="status-card-header">
<div>
<div class="pkg-name"><span class="pkg-scope">@honeide/</span>editor</div>
<div class="version-tag">v0.2.0</div>
</div>
<span class="status-badge badge-done"><span class="badge-dot"></span>Released</span>
</div>
<ul class="status-card-bullets">
<li>Piece-table buffer, multi-cursor, undo/redo</li>
<li>iOS: full keyboard, Cmd+C/V/X/Z/A, scroll</li>
<li>Windows: mouse drag selection, word select</li>
<li>Snippet engine, breakpoint gutter, Error Lens</li>
<li>Persistent find highlights, fold indicators</li>
</ul>
</div>
<div class="status-card">
<div class="status-card-header">
<div>
<div class="pkg-name"><span class="pkg-scope">@honeide/</span>terminal</div>
<div class="version-tag">v0.1.0</div>
</div>
<span class="status-badge badge-done"><span class="badge-dot"></span>Released</span>
</div>
<ul class="status-card-bullets">
<li>VT100/xterm, 256-color, truecolor</li>
<li>Real PTY backend (LiveTerminal)</li>
<li>Theme-aware color FFI: all platforms</li>
<li>Shell integration (OSC 133)</li>
<li>163 test cases passing</li>
</ul>
</div>
<div class="status-card">
<div class="status-card-header">
<div>
<div class="pkg-name"><span class="pkg-scope">@honeide/</span>extensions</div>
<div class="version-tag">v1.0.0</div>
</div>
<span class="status-badge badge-done"><span class="badge-dot"></span>Released</span>
</div>
<ul class="status-card-bullets">
<li>TypeScript, Python, Rust, Go</li>
<li>C/C++, HTML/CSS, JSON, Markdown</li>
<li>Git, Docker, TOML/YAML</li>
<li>Lazy activation, Perry AOT</li>
</ul>
</div>
<div class="status-card">
<div class="status-card-header">
<div>
<div class="pkg-name"><span class="pkg-scope">@honeide/</span>themes</div>
<div class="version-tag">v1.0.0</div>
</div>
<span class="status-badge badge-done"><span class="badge-dot"></span>Released</span>
</div>
<ul class="status-card-bullets">
<li>15 curated themes (+4 this week)</li>
<li>High-contrast, Tokyo Night, Gruvbox Dark</li>
<li>VSCode theme format compatible</li>
<li>WCAG contrast validation</li>
</ul>
</div>
<div class="status-card">
<div class="status-card-header">
<div>
<div class="pkg-name"><span class="pkg-scope">@honeide/</span>api</div>
<div class="version-tag">v0.1.0</div>
</div>
<span class="status-badge badge-done"><span class="badge-dot"></span>Released</span>
</div>
<ul class="status-card-bullets">
<li>Zero-runtime, pure types</li>
<li>commands, editor, workspace, ui</li>
<li>Sync API: envelopes, payloads, auth</li>
<li>452+ type-level tests passing</li>
</ul>
</div>
<div class="status-card">
<div class="status-card-header">
<div>
<div class="pkg-name"><span class="pkg-scope">@honeide/</span>core</div>
<div class="version-tag">v0.1.0</div>
</div>
<span class="status-badge badge-active"><span class="badge-dot"></span>In Progress</span>
</div>
<ul class="status-card-bullets">
<li>✓ Workspace, settings, keybindings</li>
<li>✓ Git client, diff parser, status</li>
<li>✓ Document formatter + language presets</li>
<li>✓ Spell checker, indentation detection</li>
<li>✓ AI provider, inline, chat, telemetry</li>
</ul>
</div>
<div class="status-card">
<div class="status-card-header">
<div>
<div class="pkg-name"><span class="pkg-scope">@honeide/</span>ide</div>
<div class="version-tag">v0.1.0</div>
</div>
<span class="status-badge badge-active"><span class="badge-dot"></span>In Progress</span>
</div>
<ul class="status-card-bullets">
<li>✓ Full integration: LSP, git, search, debug</li>
<li>✓ Error Lens, AI ghost text, breakpoints</li>
<li>✓ Plugin system, end-to-end loading</li>
<li>✓ Find & Replace, Format Document, Cmd+S</li>
<li>✓ 50+ file icons, context menus, crash reports</li>
</ul>
</div>
<div class="status-card">
<div class="status-card-header">
<div>
<div class="pkg-name"><span class="pkg-scope">@honeide/</span>relay</div>
<div class="version-tag">v0.1.0</div>
</div>
<span class="status-badge badge-active"><span class="badge-dot"></span>New</span>
</div>
<ul class="status-card-bullets">
<li>WebSocket relay for cross-device sync</li>
<li>SQLite-backed persistent delta store</li>
<li>Perry AOT compatible, native binary</li>
<li>Public release with README</li>
</ul>
</div>
<div class="status-card">
<div class="status-card-header">
<div>
<div class="pkg-name"><span class="pkg-scope">@honeide/</span>marketplace</div>
<div class="version-tag">v0.1.0</div>
</div>
<span class="status-badge badge-active"><span class="badge-dot"></span>New</span>
</div>
<ul class="status-card-bullets">
<li>Perry-compiled Fastify server</li>
<li>marketplace.hone.codes with Hone branding</li>
<li>Auto-deploy via GitHub Actions</li>
<li>Plugin search, download, publish</li>
</ul>
</div>
<div class="status-card">
<div class="status-card-header">
<div>
<div class="pkg-name"><span class="pkg-scope">@honeide/</span>build</div>
<div class="version-tag">v0.1.0</div>
</div>
<span class="status-badge badge-active"><span class="badge-dot"></span>New</span>
</div>
<ul class="status-card-bullets">
<li>Plugin build coordinator</li>
<li>Cross-platform compilation via perry-hub</li>
<li>Auto-deploy via GitHub Actions</li>
<li>Perry AOT native binary</li>
</ul>
</div>
</div>
</section>
<!-- ===== ROADMAP ===== -->
<section class="section fade-in" id="roadmap">
<div class="section-label">Roadmap</div>
<h2 class="section-title">15 slices to a full IDE.</h2>
<p class="section-desc">
Each slice delivers a complete, testable feature across all seven platforms simultaneously — desktop, mobile, and web.
</p>
<div class="roadmap-phases">
<div class="phase-block done">
<div class="phase-header">
<span class="phase-number">Phase 1</span>
<span class="phase-title">Foundation</span>
<span class="status-badge badge-done"><span class="badge-dot"></span>Complete</span>
</div>
<div class="phase-slices">
<div class="slice-row">
<span class="slice-num">Slice 0</span>
<span class="slice-check done">✓</span>
<span class="slice-name">Workbench Shell & Theme Engine</span>
<span class="slice-detail">Resizable panels, tabs, activity bar, theme loading</span>
</div>
<div class="slice-row">
<span class="slice-num">Slice 1</span>
<span class="slice-check done">✓</span>
<span class="slice-name">Workspace & File Explorer</span>
<span class="slice-detail">Multi-root, file watcher, fuzzy finder</span>
</div>
<div class="slice-row">
<span class="slice-num">Slice 2</span>
<span class="slice-check done">✓</span>
<span class="slice-name">Settings, Keybindings & Onboarding</span>
<span class="slice-detail">Layered settings, visual editor, AI setup wizard</span>
</div>
</div>
</div>
<div class="phase-block done">
<div class="phase-header">
<span class="phase-number">Phase 2</span>
<span class="phase-title">Core IDE</span>
<span class="status-badge badge-done"><span class="badge-dot"></span>Complete</span>
</div>
<div class="phase-slices">
<div class="slice-row">
<span class="slice-num">Slice 3</span>
<span class="slice-check done">✓</span>
<span class="slice-name">Editor Integration</span>
<span class="slice-detail">Tabs, file loading, interactive editing on all platforms</span>
</div>
<div class="slice-row">
<span class="slice-num">Slice 4</span>
<span class="slice-check done">✓</span>
<span class="slice-name">Git & Source Control</span>
<span class="slice-detail">Push/pull/stash, inline blame, commit log, diff view</span>
</div>
<div class="slice-row">
<span class="slice-num">Slice 5</span>
<span class="slice-check done">✓</span>
<span class="slice-name">Search</span>
<span class="slice-detail">Ripgrep integration, VS Code-style search panel</span>
</div>
<div class="slice-row">
<span class="slice-num">Slice 6</span>
<span class="slice-check done">✓</span>
<span class="slice-name">LSP & Language Intelligence</span>
<span class="slice-detail">Hover, go-to-definition, signature help, Error Lens</span>
</div>
<div class="slice-row">
<span class="slice-num">Slice 7</span>
<span class="slice-check done">✓</span>
<span class="slice-name">Debug</span>
<span class="slice-detail">Debug panel, breakpoints, folding, DAP wiring</span>
</div>
</div>
</div>
<div class="phase-block">
<div class="phase-header">
<span class="phase-number">Phase 3</span>
<span class="phase-title">AI & Terminal</span>
<span class="status-badge badge-active"><span class="badge-dot"></span>In Progress</span>
</div>
<div class="phase-slices">
<div class="slice-row">
<span class="slice-num">Slice 8</span>
<span class="slice-check done">✓</span>
<span class="slice-name">AI Provider System</span>
<span class="slice-detail">Core provider + inline + chat modules, IDE wired</span>
</div>
<div class="slice-row">
<span class="slice-num">Slice 9</span>
<span class="slice-check done">✓</span>
<span class="slice-name">AI Inline Completion</span>
<span class="slice-detail">Ghost text rendering wired in IDE via FFI</span>
</div>
<div class="slice-row">
<span class="slice-num">Slice 10</span>
<span class="slice-check done">✓</span>
<span class="slice-name">AI Chat</span>
<span class="slice-detail">Chat panel with streaming, context chips, markdown</span>
</div>
<div class="slice-row">
<span class="slice-num">Slice 11</span>
<span class="slice-check done">✓</span>
<span class="slice-name">Terminal Integration</span>
<span class="slice-detail">Real PTY terminal integrated in IDE workbench</span>
</div>
<div class="slice-row">
<span class="slice-num">Slice 12</span>
<span class="slice-check active">●</span>
<span class="slice-name">AI Agent Mode</span>
<span class="slice-detail">Agent state + tools in core — IDE activity log next</span>
</div>
<div class="slice-row">
<span class="slice-num">Slice 13</span>
<span class="slice-check active">●</span>
<span class="slice-name">AI PR Review</span>
<span class="slice-detail">PR review view exists — AI annotations next</span>
</div>
</div>
</div>
<div class="phase-block">
<div class="phase-header">
<span class="phase-number">Phase 4</span>
<span class="phase-title">Extensions & Ship</span>
<span class="status-badge badge-active"><span class="badge-dot"></span>In Progress</span>
</div>
<div class="phase-slices">
<div class="slice-row">
<span class="slice-num">Slice 14</span>
<span class="slice-check active">●</span>
<span class="slice-name">Extension System</span>
<span class="slice-detail">Plugin SDK, host crate, marketplace + build servers live</span>
</div>
<div class="slice-row">
<span class="slice-num">Slice 15</span>
<span class="slice-check planned">○</span>
<span class="slice-name planned">Polish & Packaging</span>
<span class="slice-detail">DMG, MSI, AppImage, .ipa, .apk — all platforms</span>
</div>
</div>
</div>
</div>
</section>
<!-- ===== PRICING ===== -->
<section class="section fade-in" id="pricing">
<div class="section-label">Pricing</div>
<h2 class="section-title">Sync your workflow.</h2>
<p class="section-desc">
The editor is free and open source. You only pay for hosted sync.
</p>
<div class="pricing-cards">
<div class="pricing-card">
<div class="tier-name">Free</div>
<div class="price">$0</div>
<div class="price-period">forever</div>
<ul>
<li>1 synced project</li>
<li>2 devices</li>
<li>50 MB delta storage</li>
<li>End-to-end encrypted</li>
<li>No account required</li>
</ul>
</div>
<div class="pricing-card featured">
<div class="tier-name">Pro</div>
<div class="price">$36</div>
<div class="price-period">per year · ~$3/month</div>
<ul>
<li>Unlimited projects</li>
<li>Unlimited devices</li>
<li>5 GB delta storage</li>
<li>End-to-end encrypted</li>
<li>Priority support</li>
</ul>
</div>
</div>
<p class="pricing-note">
<strong>End-to-end encrypted.</strong> The relay never sees your code.<br>
<strong>Open source.</strong> Self-host the relay for free, with no limits.
</p>
</section>
<!-- ===== UPDATES ===== -->
<section class="section fade-in" id="updates">
<div class="section-label">Updates</div>
<h2 class="section-title">What's been happening.</h2>
<p class="section-desc">
Progress notes from the build — no marketing, just what shipped.
</p>
<div class="updates-feed">
<div class="update-post">
<div class="update-meta">
<span class="update-date">Mar 20, 2026</span>
<span class="update-tag">IDE</span>
</div>
<div class="update-title">Full IDE integration sprint — LSP, git, debug, search, plugins, and 46 editor commits</div>
<div class="update-body">
<p>The IDE went through a massive integration sprint this week. Seven phases of feature wiring landed in 26 commits: LSP hover/go-to-definition/signature help (Phase 3), ripgrep search with VS Code-style panel, git push/pull/stash/inline blame/commit log (Phase 4), Error Lens diagnostics with go-to-next-error (Phase 5), debug panel with breakpoints and folding (Phase 6), and expanded file icons for 50+ types, spell check, snippets, and theme wiring (Phase 7). The plugin system is now wired end-to-end — extensions load, activate, and run inside the IDE.</p>
<p style="margin-top: 10px;">On top of the integration phases: Find & Replace with character-precise highlights via <code>setFindHighlights</code> FFI, Format Document with a 3-tier pipeline and format-on-save, right-click context menus in the explorer, <code>Cmd+S</code> save, Open Recent submenu, active file auto-reveal, VS Code-style tabs with dirty indicators, and crash reporting to Chirp on startup. A 30GB memory leak was tracked down and fixed. The IDE now prefers <code>tsgo --lsp</code> over typescript-language-server when available.</p>
<p style="margin-top: 10px;">The editor had 46 commits of cross-platform work. iOS got full keyboard support — <code>Cmd+C/V/X/Z/A</code>, arrow keys, Enter, Tab, Shift+select, key repeat — plus smart quote suppression and overlay/scroll fixes. Windows added mouse drag selection and double-click word select. Linux got Perry mode rendering with syntax highlighting. Android got a tokenizer, platform stubs, 16KB page alignment for ARM64, and a crash fix. A snippet engine with tab stops, variables, and 4-language builtins shipped. The Rust renderer gained breakpoint gutter icons, fold indicators, and Error Lens inline diagnostics. Persistent find highlights and a decorations API round out the editor work.</p>
<p style="margin-top: 10px;"><code>hone-core</code> added a document formatter with language presets (51 tests), a spell checker with camelCase splitting and suggestions, and an indentation detector. <code>hone-themes</code> grew by 4 — high-contrast dark/light, Tokyo Night, and Gruvbox Dark — bringing the total to 15. Two new packages went live: <code>hone-marketplace</code> (Perry-compiled Fastify server for marketplace.hone.codes with auto-deploy) and <code>hone-build</code> (plugin build coordinator for cross-platform compilation via perry-hub). The plugin SDK, Rust host crate, CLI, and marketplace client shipped in <code>hone-extension</code>, along with 9 ready-to-go plugins.</p>
</div>
<div class="update-chips">
<span class="update-chip">@honeide/ide</span>
<span class="update-chip">@honeide/editor</span>
<span class="update-chip">@honeide/core</span>
<span class="update-chip">@honeide/marketplace</span>
<span class="update-chip">@honeide/build</span>
<span class="update-chip">Plugins</span>
<span class="update-chip">LSP</span>
<span class="update-chip">Error Lens</span>
</div>
</div>
<div class="update-post">
<div class="update-meta">
<span class="update-date">Mar 16, 2026</span>
<span class="update-tag">Cross-platform</span>
</div>
<div class="update-title">iOS editor working, cross-device sync end-to-end, Claude Code GUI, web target</div>
<div class="update-body">
<p>The editor on iOS went from blank screen to fully functional. It took about 20 commits to get there — replacing <code>setNeedsDisplay</code> with a <code>CADisplayLink</code> render loop, fixing touch delivery and cursor sync, getting 1-finger scroll working with the right offset, and wiring color FFI so themes apply correctly. Android got OOM fixes (dirty tracking instead of full redraws), ARM64 calling convention corrections, and real color pipeline wiring. Multi-line selection rendering and snapshot-based undo/redo landed on all platforms. A standalone editor test app with theme toggle makes it easier to iterate without booting the full IDE.</p>
<p style="margin-top: 10px;">Cross-device sync is now end-to-end on iOS. Native WebSocket pairing, file tree browsing, and file content loading all work over the relay. Android sync got message throttling fixes. The IDE's sync layer added token/lastSeq support and delta catch-up so reconnecting devices pick up where they left off. On the relay side, the delta store was rewritten with SQLite-backed persistence and Perry AOT compatibility. The relay package got a README and public release cleanup.</p>
<p style="margin-top: 10px;">The AI chat panel gained a full Claude Code GUI — multi-block parsing that handles code fences, rate limit indicators, thinking block rendering, inline diffs, and usage stats. A multi-provider model selector with a Picker dropdown lets you switch between providers and models. The panel went through a security and resource management audit.</p>
<p style="margin-top: 10px;">The IDE now runs on the web — a new web target skips setup, hides terminal and git (no PTY or filesystem), and loads a dark-themed editor. Light mode shipped across all panels — editor, terminal, setup screen, embedded NSViews. macOS got an app icon, file type associations, and Open With support. VS Code-style tabs replaced the old tab bar. The terminal picked up theme-aware color FFI on all platforms including web stubs. <code>hone-core</code> added opt-in anonymous telemetry.</p>
</div>
<div class="update-chips">
<span class="update-chip">@honeide/editor</span>
<span class="update-chip">@honeide/ide</span>
<span class="update-chip">@honeide/relay</span>
<span class="update-chip">iOS</span>
<span class="update-chip">Sync</span>
<span class="update-chip">Claude Code</span>
<span class="update-chip">Web</span>
<span class="update-chip">Light Mode</span>
</div>
</div>
<div class="update-post">
<div class="update-meta">
<span class="update-date">Mar 6, 2026</span>
<span class="update-tag">IDE</span>
</div>
<div class="update-title">The IDE came together — terminal, AI chat, git diff, sync, and an MVP audit</div>
<div class="update-body">
<p>The past week was the most productive since the project started. The IDE went from a workbench shell that could load files to something that actually looks and feels like a code editor. Real PTY-backed terminal emulator integrated in the bottom panel. AI chat with streaming responses on the right side. Side-by-side git diff view with colored line backgrounds. VS Code-style file explorer with pixel-perfect alignment. Settings persistence and live theme switching across all 11 themes. Background tsc diagnostics via an LSP bridge. Native menus on macOS and Windows. Linux target support.</p>
<p style="margin-top: 10px;">On the editor side, interactive editing now works on all six platforms — macOS, iOS, Windows, Android, Linux (GTK4), and web. Auto-closing brackets and smart indentation landed. A bunch of Perry AOT compatibility work went in: fixing syntax highlighting char ranges, the gray-line bug from Rust FFI event queuing, DPI scaling on Windows, and ARM64 ABI corrections on iOS.</p>
<p style="margin-top: 10px;">The biggest architectural addition is cross-device sync. <code>hone-relay</code> is a new package — a WebSocket relay server compiled natively via Perry, with auth, rate limiting, and room management. <code>hone-core</code> grew a full sync transport layer with E2E encryption, device pairing, LAN discovery, and a changes queue with conflict detection. The IDE has sync host/guest modules, a sync panel, review panel, and trust settings UI. The <code>@honeide/api</code> types were extended with sync message envelopes, domain payloads, and auth types.</p>
<p style="margin-top: 10px;">Core also picked up git (client, status parser, diff parser, log), search (ripgrep integration, search model), AI modules (provider, inline, chat, agent state/tools, review), task runner, and LSP/DAP protocol types. That's 55 source files and 499 tests passing.</p>
<p style="margin-top: 10px;">Finished the week with an MVP audit — trimmed the UI to actually-working features and wired menu stubs for everything else. The binary is 3.6 MB on macOS.</p>
</div>
<div class="update-chips">
<span class="update-chip">@honeide/ide</span>
<span class="update-chip">@honeide/core</span>
<span class="update-chip">@honeide/relay</span>
<span class="update-chip">Terminal</span>
<span class="update-chip">AI Chat</span>
<span class="update-chip">Git Diff</span>
<span class="update-chip">Sync</span>
<span class="update-chip">Perry</span>
</div>
</div>
<div class="update-post">
<div class="update-meta">
<span class="update-date">Feb 28, 2026</span>
<span class="update-tag">Editor</span>
</div>
<div class="update-title">hone-editor v0.2.0 — demos running on six platforms</div>
<div class="update-body">
<p>The editor component now has working interactive demos on macOS, iOS, Windows, Android, and Web. The piece-table text buffer with B-tree rope gives O(log n) edits and the virtual scroll renderer only touches visible lines, so even large files stay snappy.</p>
<p style="margin-top: 10px;">The main platform challenge this sprint was getting the ARM64 ABI right for Perry's FFI layer on iOS. The Core Text glyph rasterizer now calls correctly from Perry-compiled TypeScript, which unblocked the iOS demo. Linux rendering via Pango is scaffolded; not in a demo yet.</p>
<p style="margin-top: 10px;">Syntax highlighting covers 10 languages (<code>ts</code>, <code>js</code>, <code>html</code>, <code>css</code>, <code>json</code>, <code>py</code>, <code>rs</code>, <code>cpp</code>, <code>md</code>) via Lezer grammars. The LSP and DAP clients are wired up — completions, hover, go-to-definition, breakpoints, and variable inspection all work at the component level. Ghost text rendering for AI inline completions is live too.</p>
</div>
<div class="update-chips">
<span class="update-chip">@honeide/editor</span>
<span class="update-chip">Perry FFI</span>
<span class="update-chip">iOS ARM64</span>
<span class="update-chip">Lezer</span>
<span class="update-chip">LSP</span>
<span class="update-chip">DAP</span>
</div>
</div>
<div class="update-post">
<div class="update-meta">
<span class="update-date">Feb 14, 2026</span>
<span class="update-tag">Terminal</span>
</div>
<div class="update-title">hone-terminal v0.1.0 — full VT100 compatibility, 163 tests</div>
<div class="update-body">
<p>The terminal emulator component shipped its first version. The parser is a 14-state machine that handles CSI, OSC, and DCS escape sequences. Truecolor (24-bit RGB via SGR), mouse tracking in X10 and SGR extended modes, the alternate screen buffer (<code>DECSET 1049</code> — the one that makes vim, htop, and less work correctly), and bracketed paste are all supported.</p>
<p style="margin-top: 10px;">OSC 8 hyperlinks, CJK double-width characters, and OSC 133 shell integration markers (for prompt detection) round out the feature set. The macOS rendering path uses Core Text; the same architecture as hone-editor, so the two components share native rendering conventions.</p>
<p style="margin-top: 10px;">163 test cases cover parser state transitions, attribute rendering, mouse event encoding, and scrollback behavior. The component is used standalone today and will wire into the IDE workbench in Slice 11.</p>
</div>
<div class="update-chips">
<span class="update-chip">@honeide/terminal</span>
<span class="update-chip">VT100</span>
<span class="update-chip">xterm</span>
<span class="update-chip">OSC 133</span>
<span class="update-chip">Core Text</span>
</div>
</div>
<div class="update-post">
<div class="update-meta">
<span class="update-date">Jan 20, 2026</span>
<span class="update-tag">IDE</span>
</div>
<div class="update-title">IDE shell complete through Slice 2 — workbench, themes, file explorer, settings</div>
<div class="update-body">
<p>The first three slices of the IDE workbench are done. The shell renders a resizable panel grid, tab manager, activity bar, and status bar — with the platform-adaptive layout engine selecting between full-workbench (desktop/iPad landscape), split (tablet portrait), and compact (phone) modes based on screen size.</p>
<p style="margin-top: 10px;">The theme engine loads VSCode-compatible JSON themes and resolves TextMate scopes to colors for the editor. All 11 themes from <code>@honeide/themes</code> work. The file explorer shows a live tree backed by the file watcher in <code>@honeide/core</code>, and Ctrl+P fuzzy-finds by trie index.</p>
<p style="margin-top: 10px;">Settings use a four-layer store (default → user → workspace → language-specific overrides). The AI provider setup wizard in the welcome screen walks through API key entry, connection testing, and per-feature model routing. Slice 3 — wiring actual editor tabs to <code>@honeide/editor</code> instances — is next.</p>
</div>
<div class="update-chips">
<span class="update-chip">@honeide/ide</span>
<span class="update-chip">@honeide/core</span>
<span class="update-chip">Perry</span>
<span class="update-chip">Workbench</span>
<span class="update-chip">Themes</span>
<span class="update-chip">Settings</span>
</div>
</div>
</div>
</section>
<!-- ===== CTA ===== -->
<section class="cta-section fade-in">
<div class="glow-orb green"></div>
<h2>Built in the open.</h2>
<p>Hone is in early development. Follow along, contribute, or just watch.</p>
<div style="display:flex; gap:16px; justify-content:center; flex-wrap:wrap;">
<a href="https://github.com/HoneIDE" target="_blank" class="btn btn-primary">
<svg width="18" height="18" viewBox="0 0 16 16" fill="currentColor"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"/></svg>
Star on GitHub
</a>
</div>
</section>
<footer>
<div class="footer-left">
© 2026 Hone · Built by <a href="https://skelpo.com" target="_blank">Skelpo GmbH</a>
</div>
<div class="footer-links">
<a href="https://github.com/HoneIDE" target="_blank">GitHub</a>
</div>
</footer>
<script>
// Intersection Observer for fade-in animations
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('visible');
}
});
}, { threshold: 0.1 });
document.querySelectorAll('.fade-in').forEach(el => observer.observe(el));
</script>
</body>
</html>