-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
409 lines (388 loc) · 15.3 KB
/
Copy pathindex.html
File metadata and controls
409 lines (388 loc) · 15.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>erabytse — PoetryCoding™</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
max-width: 760px;
margin: 80px auto;
padding: 0 20px;
line-height: 1.6;
color: #333;
background: #fff;
}
header {
text-align: center;
margin-bottom: 50px;
}
h1 {
font-weight: 400;
font-size: 2.4em;
margin-bottom: 12px;
letter-spacing: -0.5px;
}
.subtitle {
color: #555;
font-size: 1.2em;
max-width: 600px;
margin: 0 auto 20px;
line-height: 1.5;
}
.manifesto {
background: #f9f9f9;
padding: 25px;
border-radius: 8px;
font-style: italic;
color: #333;
margin: 40px 0;
border-left: 3px solid #5a9;
line-height: 1.7;
}
.manifesto p {
margin: 12px 0;
}
.tools {
display: grid;
gap: 25px;
margin: 40px 0;
}
.tool {
padding: 20px;
border: 1px solid #eee;
border-radius: 8px;
transition: border-color 0.3s, box-shadow 0.3s;
}
.tool:hover {
border-color: #ddd;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.tool h2 {
margin-top: 0;
font-size: 1.3em;
color: #222;
}
.tool p {
margin: 10px 0;
color: #555;
}
.get-started {
background: #f0f7ff;
padding: 25px;
border-radius: 8px;
margin: 50px 0;
text-align: center;
}
.get-started h2 {
margin-top: 0;
color: #2c5282;
}
.get-started code {
background: #e6f0fa;
padding: 2px 6px;
border-radius: 4px;
font-size: 0.95em;
}
.contribute {
background: #f8fff8;
padding: 25px;
border-radius: 8px;
margin: 50px 0;
border-left: 3px solid #4caf50;
}
.contribute h2 {
margin-top: 0;
color: #2e7d32;
}
footer {
margin-top: 60px;
text-align: center;
color: #777;
font-size: 0.95em;
padding-top: 30px;
border-top: 1px solid #eee;
}
a {
color: #1a56a8;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.trademark {
font-size: 0.85em;
color: #888;
margin-top: 20px;
font-style: normal;
}
.feature-badge {
display: flex;
gap: 0.5rem;
margin: 1rem 0;
flex-wrap: wrap;
}
.feature-badge span {
background: #2c3e50;
color: #ecf0f1;
padding: 0.25rem 0.75rem;
border-radius: 20px;
font-size: 0.85rem;
}
</style>
</head>
<body>
<header>
<img src="logo.png" alt="erabytse" width="350" height="200">
<p class="subtitle">A quiet rebellion against digital waste.<br>Open tools for intentional digital care.</p>
</header>
<!-- ========================================== -->
<!-- ERABYTSE FLAGSHIP ECOSYSTEM SHOWCASE -->
<!-- ========================================== -->
<style>
.erabytse-showcase {
max-width: 960px;
margin: 2rem auto;
padding: 2.5rem 2rem;
border: 1px solid rgba(128, 128, 128, 0.15);
border-radius: 12px;
background: rgba(1, 66, 57, 0.6);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
backdrop-filter: blur(8px);
}
@media (prefers-color-scheme: dark) {
.erabytse-showcase {
background: rgba(22, 27, 34, 0.6);
border-color: rgba(255, 255, 255, 0.1);
}
}
.erabytse-showcase h2 {
text-align: center;
font-size: 2rem;
margin: 0 0 0.5rem 0;
letter-spacing: -0.5px;
color: inherit;
}
.erabytse-showcase p.subtitle {
text-align: center;
color: #666;
margin: 0 0 2.5rem 0;
font-size: 1.1rem;
line-height: 1.5;
}
@media (prefers-color-scheme: dark) {
.erabytse-showcase p.subtitle { color: #8b949e; }
}
.project-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1.5rem;
}
.project-card {
padding: 1.5rem;
border-radius: 10px;
border: 1px solid rgba(128, 128, 128, 0.15);
background: rgba(255, 255, 255, 0.5);
transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
text-decoration: none;
color: inherit;
display: flex;
flex-direction: column;
justify-content: space-between;
}
@media (prefers-color-scheme: dark) {
.project-card { background: rgba(255, 255, 255, 0.03); }
}
.project-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 24px rgba(0,0,0,0.08);
border-color: #5a9; /* GitHub Blue Accent */
}
.project-card h3 {
margin: 0 0 0.75rem 0;
font-size: 1.25rem;
display: flex;
align-items: center;
gap: 0.6rem;
color: inherit;
}
.project-card p {
margin: 0;
font-size: 0.95rem;
line-height: 1.6;
color: #555;
flex-grow: 1;
}
@media (prefers-color-scheme: dark) {
.project-card p { color: #c9d1d9; }
}
.badge {
display: inline-block;
padding: 0.25rem 0.6rem;
border-radius: 20px;
font-size: 0.75rem;
font-weight: 600;
margin-top: 1.25rem;
align-self: flex-start;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.badge-ai { background: #ddf4ff; color: #0969da; }
.badge-security { background: #dafbe1; color: #1a7f37; }
.badge-dev { background: #fff8c5; color: #9a6700; }
@media (prefers-color-scheme: dark) {
.badge-ai { background: #05264c; color: #58a6ff; }
.badge-security { background: #04260f; color: #3fb950; }
.badge-dev { background: #2e2302; color: #d29922; }
}
</style>
<section class="erabytse-showcase">
<h2>🌟 The Erabytse Ecosystem</h2>
<p class="subtitle">Professional, open-source infrastructure for the AI era.<br>Built with <strong>PoetryCoding™</strong> principles: restraint, security, and digital care.</p>
<div class="project-grid">
<!-- BeekKon-Bridge -->
<a href="https://github.com/erabytse/beekkon-bridge" class="project-card" target="_blank" rel="noopener">
<div>
<h3><img src="logo01.png" alt="BeekKon-Bridge" width="24" height="22"> BeekKon-Bridge</h3>
<p>100% peer-to-peer communication protocol for AI agents. Zero-knowledge auth, E2E encryption, and local-first capability matching without vendor lock-in.</p>
</div>
<span class="badge badge-ai">AI Protocol</span>
</a>
<!-- Flash512-Vanguard -->
<a href="https://github.com/erabytse/flash512-vanguard" class="project-card" target="_blank" rel="noopener">
<div>
<h3><img src="logo02.png" alt="Flash512-Vanguard" width="24" height="22"> Flash512-Vanguard</h3>
<p>Military-grade guardian for sensitive secrets. Encryption and secure memory erasure (SecureBuffer) as an act of digital care, not obscurity.</p>
</div>
<span class="badge badge-security">Security</span>
</a>
<!-- CryptoLogin -->
<a href="https://github.com/erabytse/CryptoLogin" class="project-card" target="_blank" rel="noopener">
<div>
<h3><img src="logo03.png" alt="CryptoLogin" width="24" height="22"> CryptoLogin</h3>
<p>Zero-storage, cryptographic authentication system for the AI era. Secure, passwordless, and privacy-first by design.</p>
</div>
<span class="badge badge-security">Auth & Privacy</span>
</a>
<!-- NeuroMemor -->
<a href="https://github.com/erabytse/NeuroMemor" class="project-card" target="_blank" rel="noopener">
<div>
<h3><img src="logo04.png" alt="NeuroMemor" width="24" height="22"> NeuroMemor</h3>
<p>Cognitive memory layer for offline AI agents. Remembers what matters, learns from feedback, and respects absolute data sovereignty.</p>
</div>
<span class="badge badge-ai">AI Memory</span>
</a>
<!-- rememoir -->
<a href="https://github.com/erabytse/rememoir" class="project-card" target="_blank" rel="noopener">
<div>
<h3><img src="logo05.png" alt="rememoir" width="24" height="22"> rememoir</h3>
<p>Rememoir is a local-first, human-centered cognitive memory system for offline AI agents.
It enables your agent to remember conversations, learn from feedback, and collaborate with you — without ever sending your data to the cloud.</p>
</div>
<span class="badge badge-dev">Dev Tooling</span>
</a>
<!-- x2fromx -->
<a href="https://github.com/erabytse/x2fromx" class="project-card" target="_blank" rel="noopener">
<div>
<h3><img src="logo06.png" alt="x2fromx" width="24" height="22"> x2fromx</h3>
<p>Intelligent project structure converter. Scaffold and migrate codebases seamlessly between directories and text trees for LLM workflows.</p>
</div>
<span class="badge badge-dev">Dev Tooling</span>
</a>
</div>
</section>
<hr style="max-width: 960px; margin: 3rem auto; border: 0; border-top: 1px solid rgba(128,128,128,0.15);">
<!-- ========================================== -->
<div class="manifesto">
<h2>📜 Manifesto for PoetryCoding™</h2>
<p><strong>PoetryCoding is not a method. It is a stance.</strong></p>
<p>We code as we write poetry:<br>
— with restraint,<br>
— with reverence for what is said <em>and</em> what is left unsaid,<br>
— with care for every word, every space, every silence.</p>
<p>Code is not merely a tool. It is a gesture.<br>
A gesture that can be violent… or tender.<br>
That can accumulate… or release.<br>
That can forget… or remember.</p>
<p><strong>PoetryCoding</strong> chooses the latter.<br>
It refuses digital excess.<br>
It honors broken links without erasing them (<code>erabytse-tomb</code>).<br>
It protects without locking away (<code>erabytse-veil</code>).<br>
It cleans without judgment (<code>erabytse-sweep</code>).</p>
<p>This is not “pretty” code.<br>
This is <em>just</em> code.</p>
<p>
Did you know? Flash512-Vanguard’s SecureBuffer performs a ritual erasure of data in memory – an act of digital care that extends erabytse-sweep to the RAM level. The verify() library respects tokens without violating them, just as erabytse-tomb respects dead links.
</p>
<p><strong>PoetryCoding™ is a movement founded by erabytse.</strong><br>
It belongs to everyone who believes coding can be an act of care.</p>
<p class="trademark">— erabytse, founder of the PoetryCoding movement<br>
™ PoetryCoding is a trademark of erabytse. All rights reserved.</p>
</div>
<div class="get-started">
<h2>🌱 Get Started</h2>
<p>All tools are open source, offline-first, and free.</p>
<p>Install any tool with:</p>
<code>pip install erabytse-sweep erabytse-tomb erabytse-ghost erabytse-veil</code>
<p>Or <a href="https://github.com/erabytse">browse the source</a>.</p>
</div>
<div class="tools">
<div class="tool">
<h2>🧹 erabytse-sweep</h2>
<p>A ritualistic tool to recycle forgotten files with care.</p>
<a href="https://github.com/erabytse/erabytse-sweep">View on GitHub</a>
</div>
<div class="tool">
<h2>💀 erabytse-tomb</h2>
<p>A respectful cemetery for dead links — not deletion, but remembrance.</p>
<a href="https://github.com/erabytse/erabytse-tomb">View on GitHub</a>
</div>
<div class="tool">
<h2>👻 erabytse-ghost</h2>
<p>An ethical companion for retiring digital accounts with dignity.</p>
<a href="https://github.com/erabytse/erabytse-ghost">View on GitHub</a>
</div>
<div class="tool">
<h2>🧵 erabytse-veil</h2>
<p>An ethical veil for image metadata — protection with discernment.</p>
<a href="https://github.com/erabytse/erabytse-veil">View on GitHub</a>
</div>
<div class="tool">
<h2>🌊 yourbubble</h2>
<p>Ephemeral messaging over UDP — send, receive, vanish.</p>
<a href="https://github.com/erabytse/yourbubble">View on GitHub</a>
<br>
<a href="https://github.com/erabytse/yourbubble/releases/tag/v1.2">You can download the Windows desktop version from github.com/erabytse/yourbubble.</a>
<br>
or
<br>
<a href="https://yourbubble.duckdns.org">You can download the Windows desktop version from here.</a>
</div>
</div>
<div class="contribute">
<h2>🌿 Join the PoetryCoding Movement</h2>
<p>PoetryCoding™ is more than a style — it’s a growing community of coders who believe software can breathe, remember, and care.</p>
<p>Read the full <a href="https://github.com/erabytse/poetrycoding">PoetryCoding Manifesto & Style Guide</a>.</p>
<ul>
<li>✨ Share your poetic code with <strong>#PoetryCoding</strong></li>
<li>🛠️ Contribute tools guided by intention</li>
<li>📜 Submit rituals of digital care</li>
<li>🏆 Prepare for the first <em>PoetryCoding Award</em> (coming soon)</li>
</ul>
<p>All contributions are welcome — especially those that honor silence as much as speech.</p>
<p><a href="https://github.com/erabytse">Explore the repositories</a></p>
</div>
<footer>
<p>
Made with care by <a href="https://github.com/erabytse">erabytse</a> •
<a href="https://mastodon.social/@erabytse">Mastodon</a> •
<a href="https://github.com/sponsors/takouzlo">Sponsor</a> •
MIT License • Part of a quiet rebellion
</p>
<p style="margin-top:10px; font-size:0.85em; color:#888;">
PoetryCoding™ — code like you’re writing a poem. Because you are.
</p>
</footer>
</body>
</html>