-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
337 lines (322 loc) · 17.7 KB
/
Copy pathindex.html
File metadata and controls
337 lines (322 loc) · 17.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>thevibeworks → { coding the future }</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&family=JetBrains+Mono:wght@300;400;500;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="matrix-bg"></div>
<div class="scan-lines"></div>
<div class="container">
<header class="header">
<div class="logo-container">
<div class="prompt-arrow">></div>
<div class="octo-mascot">
<div class="octo-body">
<div class="octo-eyes"></div>
<div class="octo-antenna"></div>
</div>
<div class="octo-legs">
<span></span><span></span><span></span><span></span>
<span></span><span></span><span></span><span></span>
</div>
</div>
<h1 class="logo">thevibeworks</h1>
</div>
<nav class="nav">
<a href="#about" class="nav-link">> about</a>
<a href="#projects" class="nav-link">> projects</a>
<a href="#vibes" class="nav-link">> vibes</a>
</nav>
</header>
<main class="main">
<section class="hero">
<div class="hero-glitch">
<h2 class="hero-title" data-text="groove into your workflow">groove into your workflow</h2>
</div>
<div class="terminal-text">
<span class="cursor-blink">$</span> <span class="type-writer">where vibe meets code and magic happens_</span>
</div>
<div class="hero-stats">
<div class="stat-item">
<span class="stat-value">∞</span>
<span class="stat-label">vibes/sec</span>
</div>
<div class="stat-item">
<span class="stat-value">100%</span>
<span class="stat-label">cyber</span>
</div>
<div class="stat-item">
<span class="stat-value">420</span>
<span class="stat-label">IQ boost</span>
</div>
</div>
</section>
<section id="about" class="section">
<h3 class="section-title">> about.exe</h3>
<div class="terminal-window">
<div class="terminal-header">
<span class="terminal-dot red"></span>
<span class="terminal-dot yellow"></span>
<span class="terminal-dot green"></span>
<span class="terminal-title">~/thevibeworks/mission.md</span>
</div>
<div class="terminal-content">
<p><span class="prompt">></span> we're the hackers who make complex tech feel like magic ✨</p>
<p><span class="prompt">></span> turning claude-code into your new favorite superpower</p>
<p><span class="prompt">></span> because documentation should vibe, not survive</p>
<p><span class="comment"># teaching through vibes since 2025</span></p>
</div>
</div>
</section>
<section id="projects" class="section">
<h3 class="section-title">> projects.dir</h3>
<div class="projects-grid">
<div class="project-card neon-box">
<div class="project-header">
<span class="project-status online">●</span>
<h4 class="project-title">grok-plugin-cc</h4>
</div>
<div class="project-code">
<code>// /plugin install grok@grok-cc</code>
</div>
<p class="project-description">
use xAI's grok from claude code → reviews, task delegation, session transfer. the grok counterpart to openai/codex-plugin-cc
</p>
<div class="project-tags">
<span class="tag">#grok</span>
<span class="tag">#plugin</span>
<span class="tag">#claude-code</span>
</div>
<a href="https://github.com/thevibeworks/grok-plugin-cc" class="project-link pixel-btn">
<span class="btn-text">plug.in</span>
<span class="btn-glow"></span>
</a>
</div>
<div class="project-card neon-box">
<div class="project-header">
<span class="project-status online">●</span>
<h4 class="project-title">claude-code-docs</h4>
</div>
<div class="project-code">
<code>// the anthropic docs archive</code>
</div>
<p class="project-description">
auto-updating archive of everything anthropic publishes → docs, engineering posts, MCP spec, cookbooks, skills. 2,900+ files from 11 sources
</p>
<div class="project-tags">
<span class="tag">#docs</span>
<span class="tag">#archive</span>
<span class="tag">#auto-update</span>
</div>
<a href="https://github.com/thevibeworks/claude-code-docs" class="project-link pixel-btn">
<span class="btn-text">hack.in</span>
<span class="btn-glow"></span>
</a>
</div>
<div class="project-card neon-box">
<div class="project-header">
<span class="project-status online">●</span>
<h4 class="project-title">claude-reads-hn</h4>
</div>
<div class="project-code">
<code>// AI reads HN so you don't have to</code>
</div>
<p class="project-description">
claude reads hacker news 4x daily and writes spicy digests → delivered at t.me/claudehn
</p>
<div class="project-tags">
<span class="tag">#hn</span>
<span class="tag">#digest</span>
<span class="tag">#telegram</span>
</div>
<a href="https://github.com/thevibeworks/claude-reads-hn" class="project-link pixel-btn">
<span class="btn-text">read.up</span>
<span class="btn-glow"></span>
</a>
</div>
<div class="project-card neon-box">
<div class="project-header">
<span class="project-status online">●</span>
<h4 class="project-title">deva</h4>
</div>
<div class="project-code">
<code>// docker + agents = 🚀</code>
</div>
<p class="project-description">
docker-first launcher for claude code, codex, gemini, and grok → explicit mounts, auth isolation, container sandboxing. formerly claude-code-yolo
</p>
<div class="project-tags">
<span class="tag">#docker</span>
<span class="tag">#sandbox</span>
<span class="tag">#launcher</span>
</div>
<a href="https://github.com/thevibeworks/deva" class="project-link pixel-btn">
<span class="btn-text">dive.in</span>
<span class="btn-glow"></span>
</a>
</div>
<div class="project-card neon-box">
<div class="project-header">
<span class="project-status online">●</span>
<h4 class="project-title">cctrace</h4>
</div>
<div class="project-code">
<code>// see every api call</code>
</div>
<p class="project-description">
TLS-intercepting HTTP tracer for claude code → captures messages, OAuth, usage, and MCP traffic with a live categorized web UI
</p>
<div class="project-tags">
<span class="tag">#tracing</span>
<span class="tag">#http</span>
<span class="tag">#debug</span>
</div>
<a href="https://github.com/thevibeworks/cctrace" class="project-link pixel-btn">
<span class="btn-text">trace.it</span>
<span class="btn-glow"></span>
</a>
</div>
<div class="project-card neon-box">
<div class="project-header">
<span class="project-status online">●</span>
<h4 class="project-title">ccx</h4>
</div>
<div class="project-code">
<code>// your sessions, browsable</code>
</div>
<p class="project-description">
session viewer for coding agents → browse, search, and export claude code + codex conversations
</p>
<div class="project-tags">
<span class="tag">#sessions</span>
<span class="tag">#viewer</span>
<span class="tag">#export</span>
</div>
<a href="https://github.com/thevibeworks/ccx" class="project-link pixel-btn">
<span class="btn-text">browse.it</span>
<span class="btn-glow"></span>
</a>
</div>
<div class="project-card neon-box">
<div class="project-header">
<span class="project-status online">●</span>
<h4 class="project-title">claude-code-statusline</h4>
</div>
<div class="project-code">
<code>// know your quota</code>
</div>
<p class="project-description">
live quota, reset countdowns, context usage, model, cost, and git activity → right in your claude code statusline
</p>
<div class="project-tags">
<span class="tag">#statusline</span>
<span class="tag">#quota</span>
<span class="tag">#cost</span>
</div>
<a href="https://github.com/thevibeworks/claude-code-statusline" class="project-link pixel-btn">
<span class="btn-text">watch.it</span>
<span class="btn-glow"></span>
</a>
</div>
<div class="project-card neon-box">
<div class="project-header">
<span class="project-status online">●</span>
<h4 class="project-title">claude-code-http-spec</h4>
</div>
<div class="project-code">
<code>// the api surface, versioned</code>
</div>
<p class="project-description">
release documentation of the claude code HTTP API surface → literal endpoint + beta-flag extractions per version, curated .http specs
</p>
<div class="project-tags">
<span class="tag">#api</span>
<span class="tag">#spec</span>
<span class="tag">#versioned</span>
</div>
<a href="https://github.com/thevibeworks/claude-code-http-spec" class="project-link pixel-btn">
<span class="btn-text">spec.out</span>
<span class="btn-glow"></span>
</a>
</div>
<div class="project-card neon-box">
<div class="project-header">
<span class="project-status online">●</span>
<h4 class="project-title">claude-code-envs</h4>
</div>
<div class="project-code">
<code>// every env var, documented</code>
</div>
<p class="project-description">
versioned extractions of claude code environment variables → process.env + model/provider config, per release
</p>
<div class="project-tags">
<span class="tag">#envs</span>
<span class="tag">#config</span>
<span class="tag">#reference</span>
</div>
<a href="https://github.com/thevibeworks/claude-code-envs" class="project-link pixel-btn">
<span class="btn-text">env.out</span>
<span class="btn-glow"></span>
</a>
</div>
</div>
<div class="terminal-window more-repos">
<div class="terminal-header">
<span class="terminal-dot red"></span>
<span class="terminal-dot yellow"></span>
<span class="terminal-dot green"></span>
<span class="terminal-title">~/thevibeworks/more.sh</span>
</div>
<div class="terminal-content">
<p><span class="prompt">></span> <a href="https://github.com/thevibeworks/amux">amux</a> → drive claude code + codex TUIs through tmux</p>
<p><span class="prompt">></span> <a href="https://github.com/thevibeworks/x-cli">x-cli</a> → thin X/twitter scraping CLI, one static go binary</p>
<p><span class="prompt">></span> <a href="https://github.com/thevibeworks/wake-up-claude">wake-up-claude</a> → yo claude wake up i need to vibe code</p>
<p><span class="prompt">></span> <a href="https://github.com/thevibeworks/claude-quota-scheduler">claude-quota-scheduler</a> → never waste a quota refresh again</p>
<p><span class="comment"># full catalog at github.com/thevibeworks</span></p>
</div>
</div>
</section>
<section id="vibes" class="section">
<h3 class="section-title">> connect.to.vibes</h3>
<div class="vibe-terminal">
<div class="vibe-prompt">
<p><span class="cursor">█</span> ready to level up your coding game?</p>
<p><span class="glow-text">join the vibe revolution</span></p>
</div>
<div class="connect-options">
<a href="https://github.com/thevibeworks" class="connect-btn github">
<span class="btn-icon">⚡</span>
<span>github.com/thevibeworks</span>
</a>
<a href="https://claude.ai/code" class="connect-btn claude">
<span class="btn-icon">🤖</span>
<span>claude.ai/code</span>
</a>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="footer-content">
<p class="footer-text">
<span class="blink">●</span>
thevibeworks © 2026 →
<span class="cyber-text">building the future, one vibe at a time</span>
</p>
<div class="footer-ascii">
<pre>
╔══════════════════════════════╗
║ > vibes.exe --mode=maximum ║
╚══════════════════════════════╝
</pre>
</div>
</div>
</footer>
</div>
</body>
</html>