dryymatt commited on
Commit
868ecc7
·
verified ·
1 Parent(s): c1feb30

Upload vibes/wv-synthwave-labs-145db5/index.html with huggingface_hub

Browse files
vibes/wv-synthwave-labs-145db5/index.html ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width,initial-scale=1.0">
6
+ <title>Startup — Wizard-Vibe</title>
7
+ <style>
8
+ *{margin:0;padding:0;box-sizing:border-box}
9
+ body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:linear-gradient(135deg,#0a0a1a 0%,#1a0a2e 50%,#0a1a2e 100%);color:#e0e0ff;min-height:100vh}
10
+ .glass{background:rgba(255,255,255,.03);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.06);border-radius:20px}
11
+ </style>
12
+ </head>
13
+ <body>
14
+ <div style="position:fixed;top:20px;left:50%;transform:translateX(-50%);z-index:100">
15
+ <svg width="64" height="64" viewBox="0 0 64 64" id="hat" style="filter:drop-shadow(0 0 20px rgba(139,92,246,.6))">
16
+ <defs><linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:#8B5CF6"/><stop offset="50%" style="stop-color:#06B6D4"/><stop offset="100%" style="stop-color:#10B981"/></linearGradient></defs>
17
+ <path d="M32 8 L8 48 L32 40 L56 48 Z" fill="url(#g)" stroke="rgba(255,255,255,.3)" stroke-width="1.5"/>
18
+ <ellipse cx="32" cy="48" rx="26" ry="7" fill="none" stroke="url(#g)" stroke-width="2" opacity=".6"/>
19
+ </svg></div>
20
+ <section style="display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem">
21
+ <h1 style="font-size:clamp(3rem,8vw,6rem);font-weight:800;background:linear-gradient(135deg,#8B5CF6,#06B6D4,#10B981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center">Startup — Wizard-Vibe</h1>
22
+ <p style="font-size:1.25rem;color:#a0a0cc;margin-top:1.5rem;text-align:center;max-width:600px">Built with Wizard-Vibe Core — sandbox-first, hot-reload, A2A-native.</p>
23
+ <div style="display:flex;gap:1rem;margin-top:2.5rem">
24
+ <button style="padding:.875rem 2rem;background:linear-gradient(135deg,#8B5CF6,#06B6D4);border:none;border-radius:12px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer">Get Started</button>
25
+ <button style="padding:.875rem 2rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#c0c0e0;font-size:1rem;font-weight:500;cursor:pointer">Learn More</button>
26
+ </div></section>
27
+ <section style="display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;padding:4rem 2rem;max-width:1200px;margin:0 auto">
28
+ <div class="glass" style="padding:2rem"><h3 style="color:#8B5CF6">⚡ Sandbox-First</h3><p style="color:#9090b0;margin-top:.75rem">Every line executes in an isolated iframe sandbox before publish.</p></div>
29
+ <div class="glass" style="padding:2rem"><h3 style="color:#06B6D4">🔄 Hot Reload</h3><p style="color:#9090b0;margin-top:.75rem">File watcher restarts server on every change — zero latency dev loop.</p></div>
30
+ <div class="glass" style="padding:2rem"><h3 style="color:#10B981">🚀 A2A Native</h3><p style="color:#9090b0;margin-top:.75rem">Every deploy auto-generates agent.json for ecosystem discovery.</p></div>
31
+ </section>
32
+ <script>const h=document.getElementById("hat");let p=0;function a(){p+=.02;h.style.transform=`scale(${1+Math.sin(p)*.08})`;requestAnimationFrame(a)}a();</script>
33
+ </body>
34
+ </html>