|
| 1 | +<section id="get-started" class="section-container"> |
| 2 | + <div class="fade-in text-center mb-16"> |
| 3 | + <p class="text-xs font-mono text-fw-mint mb-4 tracking-widest uppercase">Get started</p> |
| 4 | + <h2 class="font-display text-3xl sm:text-4xl lg:text-5xl font-bold mb-4"> |
| 5 | + Your framework. <span class="text-fw-mint">5 minutes.</span> |
| 6 | + </h2> |
| 7 | + <p class="text-fw-muted text-lg max-w-2xl mx-auto">Install the plugin. AI agents discover your site. That's it.</p> |
| 8 | + </div> |
| 9 | + |
| 10 | + <div class="grid sm:grid-cols-2 lg:grid-cols-3 gap-4 max-w-5xl mx-auto mb-12"> |
| 11 | + <!-- Next.js --> |
| 12 | + <a href="https://www.npmjs.com/package/next-flyweb" target="_blank" rel="noopener noreferrer" |
| 13 | + class="fade-in group bg-fw-surface/40 border border-fw-border rounded-xl p-6 hover:border-fw-mint/30 transition-all hover:-translate-y-0.5"> |
| 14 | + <div class="flex items-center gap-3 mb-4"> |
| 15 | + <div class="w-8 h-8 rounded-lg bg-white/10 flex items-center justify-center text-lg font-bold">N</div> |
| 16 | + <div> |
| 17 | + <div class="font-mono text-sm font-bold text-fw-text">next-flyweb</div> |
| 18 | + <div class="text-[11px] text-fw-muted font-mono">Next.js</div> |
| 19 | + </div> |
| 20 | + </div> |
| 21 | + <code class="text-[11px] text-fw-mint font-mono bg-fw-bg/50 px-2 py-1 rounded block">npm i next-flyweb</code> |
| 22 | + </a> |
| 23 | + |
| 24 | + <!-- Astro --> |
| 25 | + <a href="https://www.npmjs.com/package/astro-flyweb" target="_blank" rel="noopener noreferrer" |
| 26 | + class="fade-in group bg-fw-surface/40 border border-fw-border rounded-xl p-6 hover:border-fw-mint/30 transition-all hover:-translate-y-0.5"> |
| 27 | + <div class="flex items-center gap-3 mb-4"> |
| 28 | + <div class="w-8 h-8 rounded-lg bg-white/10 flex items-center justify-center text-lg font-bold">A</div> |
| 29 | + <div> |
| 30 | + <div class="font-mono text-sm font-bold text-fw-text">astro-flyweb</div> |
| 31 | + <div class="text-[11px] text-fw-muted font-mono">Astro</div> |
| 32 | + </div> |
| 33 | + </div> |
| 34 | + <code class="text-[11px] text-fw-mint font-mono bg-fw-bg/50 px-2 py-1 rounded block">npm i astro-flyweb</code> |
| 35 | + </a> |
| 36 | + |
| 37 | + <!-- SvelteKit --> |
| 38 | + <a href="https://www.npmjs.com/package/sveltekit-flyweb" target="_blank" rel="noopener noreferrer" |
| 39 | + class="fade-in group bg-fw-surface/40 border border-fw-border rounded-xl p-6 hover:border-fw-mint/30 transition-all hover:-translate-y-0.5"> |
| 40 | + <div class="flex items-center gap-3 mb-4"> |
| 41 | + <div class="w-8 h-8 rounded-lg bg-white/10 flex items-center justify-center text-lg font-bold">S</div> |
| 42 | + <div> |
| 43 | + <div class="font-mono text-sm font-bold text-fw-text">sveltekit-flyweb</div> |
| 44 | + <div class="text-[11px] text-fw-muted font-mono">SvelteKit</div> |
| 45 | + </div> |
| 46 | + </div> |
| 47 | + <code class="text-[11px] text-fw-mint font-mono bg-fw-bg/50 px-2 py-1 rounded block">npm i sveltekit-flyweb</code> |
| 48 | + </a> |
| 49 | + |
| 50 | + <!-- Nuxt --> |
| 51 | + <a href="https://www.npmjs.com/package/nuxt-flyweb" target="_blank" rel="noopener noreferrer" |
| 52 | + class="fade-in group bg-fw-surface/40 border border-fw-border rounded-xl p-6 hover:border-fw-mint/30 transition-all hover:-translate-y-0.5"> |
| 53 | + <div class="flex items-center gap-3 mb-4"> |
| 54 | + <div class="w-8 h-8 rounded-lg bg-white/10 flex items-center justify-center text-lg font-bold">N</div> |
| 55 | + <div> |
| 56 | + <div class="font-mono text-sm font-bold text-fw-text">nuxt-flyweb</div> |
| 57 | + <div class="text-[11px] text-fw-muted font-mono">Nuxt / Vue</div> |
| 58 | + </div> |
| 59 | + </div> |
| 60 | + <code class="text-[11px] text-fw-mint font-mono bg-fw-bg/50 px-2 py-1 rounded block">npm i nuxt-flyweb</code> |
| 61 | + </a> |
| 62 | + |
| 63 | + <!-- Express --> |
| 64 | + <a href="https://www.npmjs.com/package/express-flyweb" target="_blank" rel="noopener noreferrer" |
| 65 | + class="fade-in group bg-fw-surface/40 border border-fw-border rounded-xl p-6 hover:border-fw-mint/30 transition-all hover:-translate-y-0.5"> |
| 66 | + <div class="flex items-center gap-3 mb-4"> |
| 67 | + <div class="w-8 h-8 rounded-lg bg-white/10 flex items-center justify-center text-lg font-bold">E</div> |
| 68 | + <div> |
| 69 | + <div class="font-mono text-sm font-bold text-fw-text">express-flyweb</div> |
| 70 | + <div class="text-[11px] text-fw-muted font-mono">Express / Node.js</div> |
| 71 | + </div> |
| 72 | + </div> |
| 73 | + <code class="text-[11px] text-fw-mint font-mono bg-fw-bg/50 px-2 py-1 rounded block">npm i express-flyweb</code> |
| 74 | + </a> |
| 75 | + |
| 76 | + <!-- Any site --> |
| 77 | + <div class="fade-in bg-fw-surface/40 border border-fw-border rounded-xl p-6 hover:border-fw-mint/30 transition-all"> |
| 78 | + <div class="flex items-center gap-3 mb-4"> |
| 79 | + <div class="w-8 h-8 rounded-lg bg-fw-mint/10 border border-fw-mint/20 flex items-center justify-center text-lg">⚡</div> |
| 80 | + <div> |
| 81 | + <div class="font-mono text-sm font-bold text-fw-text">flyweb CLI</div> |
| 82 | + <div class="text-[11px] text-fw-muted font-mono">Any website</div> |
| 83 | + </div> |
| 84 | + </div> |
| 85 | + <code class="text-[11px] text-fw-mint font-mono bg-fw-bg/50 px-2 py-1 rounded block">npx flyweb init</code> |
| 86 | + </div> |
| 87 | + </div> |
| 88 | + |
| 89 | + <!-- CLI demo --> |
| 90 | + <div class="fade-in max-w-2xl mx-auto"> |
| 91 | + <div class="bg-fw-surface/60 border border-fw-border rounded-xl overflow-hidden"> |
| 92 | + <div class="flex items-center gap-2 px-4 py-3 border-b border-fw-border/60 bg-fw-bg/30"> |
| 93 | + <div class="flex gap-1.5"> |
| 94 | + <div class="w-2.5 h-2.5 rounded-full bg-[#ff5f57]"></div> |
| 95 | + <div class="w-2.5 h-2.5 rounded-full bg-[#febc2e]"></div> |
| 96 | + <div class="w-2.5 h-2.5 rounded-full bg-[#28c840]"></div> |
| 97 | + </div> |
| 98 | + <span class="text-fw-muted text-[11px] font-mono ml-2">terminal</span> |
| 99 | + </div> |
| 100 | + <div class="p-5 font-mono text-[13px] leading-[1.8]"> |
| 101 | + <div><span class="text-fw-muted">$</span> <span class="text-fw-text">npx flyweb check https://flyweb.io</span></div> |
| 102 | + <div class="mt-2"><span class="text-green-400">✓</span> <span class="text-fw-muted">Found /.well-known/flyweb.json</span></div> |
| 103 | + <div><span class="text-green-400">✓</span> <span class="text-fw-muted">Valid FlyWeb v1.0 config</span></div> |
| 104 | + <div><span class="text-green-400">✓</span> <span class="text-fw-muted">Entity:</span> <span class="text-fw-text font-bold">FlyWeb</span> <span class="text-fw-muted">(docs)</span></div> |
| 105 | + <div><span class="text-green-400">✓</span> <span class="text-fw-muted">Attribution:</span> <span class="text-yellow-400">required</span></div> |
| 106 | + <div><span class="text-green-400">✓</span> <span class="text-fw-muted">Resources: spec, examples</span></div> |
| 107 | + <div class="mt-2"><span class="text-green-400 font-bold">All checks passed!</span></div> |
| 108 | + </div> |
| 109 | + </div> |
| 110 | + </div> |
| 111 | +</section> |
0 commit comments