-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
250 lines (228 loc) · 9.31 KB
/
index.html
File metadata and controls
250 lines (228 loc) · 9.31 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/voder-favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Voder - AI Coding Without the Slop</title>
<meta
name="description"
content="Stop AI from turning your codebase into an unmaintainable mess. AI development that stays clean and scales with your team."
/>
<meta name="theme-color" content="#0a0a0a" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Voder - AI Coding Without the Slop" />
<meta
property="og:description"
content="Stop AI from turning your codebase into an unmaintainable mess. AI development that stays clean and scales with your team."
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="Voder - AI Coding Without the Slop" />
<meta
property="twitter:description"
content="Stop AI from turning your codebase into an unmaintainable mess. AI development that stays clean and scales with your team."
/>
<!-- Critical CSS: Prevent text flash before JavaScript loads -->
<style>
/* WORKAROUND: Aggressive hiding to prevent text flash - see docs/problems/text-flash-before-3d-render.open.md */
.hero-description,
.status-indicator {
display: none;
}
/* Hero title should be visible above-the-fold immediately */
.hero-title {
opacity: 1;
display: block;
}
.js-loaded .status-indicator {
display: block;
opacity: 0;
animation: fadeInUp 0.6s ease forwards;
}
.js-loaded .hero-description {
display: block;
opacity: 0;
animation: fadeInUp 0.6s ease 0.2s forwards;
}
@keyframes fadeInUp {
to {
opacity: 1;
transform: translateY(0);
}
from {
opacity: 0;
transform: translateY(10px);
}
}
.js-loaded .hero-description {
animation-name: fadeInUpDesc;
}
@keyframes fadeInUpDesc {
to {
opacity: 0.9;
transform: translateY(0);
}
from {
opacity: 0;
transform: translateY(10px);
}
}
</style>
</head>
<body>
<a href="#main-content" class="skip-link">Skip to main content</a>
<!-- Hidden form for Netlify build-time detection - required for JavaScript-rendered forms -->
<form name="waitlist-signup" data-netlify="true" netlify-honeypot="bot-field" hidden>
<input type="email" name="email" />
</form>
<div id="app">
<main class="main-content" role="main" id="main-content">
<div class="container">
<!-- Above-the-fold: Visual-first layout with minimal content -->
<section class="hero-section">
<header class="brand-header" role="banner">
<div class="logo-container">
<div class="logo-text" aria-label="Voder">VODER</div>
</div>
</header>
<!-- 3D Animation as primary hero element -->
<div class="hero-animation" id="hero-animation"></div>
<!-- Minimal tagline positioned at bottom of viewport -->
<div class="hero-title-area">
<h1 class="hero-title">AI Coding Without the Slop</h1>
</div>
</section>
<!-- Below-the-fold: Scroll-locked narrative reveal (Story 026.02) -->
<section class="scroll-stage" style="--reveal-steps: 4">
<div class="sticky-panel">
<section class="panel" role="region" aria-labelledby="narrative-title">
<div class="panel-content">
<h2 id="narrative-title" class="sr-only">Your AI Coding Journey</h2>
<p
class="kicker"
data-reveal-start="0"
data-reveal-end="0.15"
data-act="1"
data-segment="1"
>
Remember when
</p>
<h2
class="headline"
data-reveal-start="0.05"
data-reveal-end="0.25"
data-act="1"
data-segment="1"
>
AI coding felt like <em class="magic-word">magic?</em>
</h2>
<div class="preamble">
<p
data-reveal-start="0.45"
data-reveal-end="0.65"
data-act="1"
data-segment="2"
>
Shipping features felt <b class="speed-word">fast</b> and
<b class="speed-word">exciting</b>
</p>
<p data-reveal-start="0.5" data-reveal-end="0.65" data-act="1">
You showed it to your team
</p>
<p data-reveal-start="0.55" data-reveal-end="0.7">
Features <b>flew</b> into production
</p>
</div>
<h2 class="hinge" data-reveal-start="0.6" data-reveal-end="0.75">UNSTOPPABLE</h2>
<p class="then" data-reveal-start="0.7" data-reveal-end="0.82">
Then it happened…
</p>
<div class="fallout">
<p data-reveal-start="0.72" data-reveal-end="0.84">
Your codebase became a <b>nightmare</b>.
</p>
<p data-reveal-start="0.76" data-reveal-end="0.88">
Nothing works — everything's <b>broken</b>.
</p>
<p data-reveal-start="0.8" data-reveal-end="0.92">
The excitement turned to <em>dread</em>.
</p>
<p data-reveal-start="0.84" data-reveal-end="0.96">
Magic became <em>quicksand</em>.
</p>
</div>
<p class="bottom" data-reveal-start="0.85" data-reveal-end="1">
Now you're <b>stuck cleaning up the mess</b><br />
while <b>competitors ship features</b>
</p>
</div>
</section>
</div>
</section>
<section class="problem-space" role="region" aria-labelledby="problem-examples-title">
<div class="problem-examples">
<div class="problem-item">
<span class="problem-icon">📁</span>
<p>Empty .md files everywhere because AI "documented" your features</p>
</div>
<div class="problem-item">
<span class="problem-icon">🔧</span>
<p>Scripts that work once, then break mysteriously in production</p>
</div>
<div class="problem-item">
<span class="problem-icon">🏗️</span>
<p>Architecture that made sense to GPT but confuses every human</p>
</div>
<div class="problem-item">
<span class="problem-icon">⏰</span>
<p>Debugging takes longer than writing the original code</p>
</div>
</div>
<div class="problem-question">
<p class="resonance-check">There is a better way.</p>
<p class="meet-voder">Meet Voder.</p>
</div>
</section>
<section class="interest-capture">
<h2 class="signup-title">Get notified when we launch</h2>
<form
class="signup-form"
id="interest-form"
aria-label="Email signup form"
data-netlify="true"
name="waitlist-signup"
method="POST"
>
<!-- Required hidden input for Netlify JavaScript form handling -->
<input type="hidden" name="form-name" value="waitlist-signup" />
<!-- Honeypot field for spam protection -->
<div style="display: none">
<label>Don't fill this out if you're human: <input name="bot-field" /></label>
</div>
<div class="form-group">
<label for="email" class="sr-only">Email address</label>
<input
type="email"
id="email"
name="email"
placeholder="Enter your email address"
required
class="email-input"
aria-describedby="email-hint"
/>
<span id="email-hint" class="sr-only">We'll notify you when Voder launches</span>
</div>
<button type="submit" class="signup-button">Join the Waitlist</button>
<div class="form-status" id="form-status" aria-live="polite"></div>
</form>
</section>
</div>
</main>
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>