Spaces:
Sleeping
Sleeping
Upload homepage.html
Browse files- static/homepage.html +79 -0
static/homepage.html
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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>FORGE3D โ AI 3D Creation</title>
|
| 7 |
+
<style>
|
| 8 |
+
*{margin:0;padding:0;box-sizing:border-box;}
|
| 9 |
+
body{background:#080808;color:#e0e0e0;font-family:'Segoe UI',sans-serif;overflow-x:hidden;}
|
| 10 |
+
nav{position:fixed;top:0;left:0;right:0;height:52px;background:rgba(8,8,8,.95);border-bottom:1px solid #1a1a1a;display:flex;align-items:center;justify-content:space-between;padding:0 24px;z-index:100;}
|
| 11 |
+
.nlogo{display:flex;align-items:center;gap:8px;text-decoration:none;}
|
| 12 |
+
.nsq{width:28px;height:28px;background:linear-gradient(135deg,#e87d39,#a855f7);border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:13px;color:#fff;}
|
| 13 |
+
.nnm{font-weight:700;font-size:16px;letter-spacing:2px;color:#fff;}
|
| 14 |
+
.nnm span{color:#e87d39;}
|
| 15 |
+
.ncta{padding:8px 20px;background:linear-gradient(135deg,#e87d39,#a855f7);border-radius:8px;color:#fff;text-decoration:none;font-size:13px;font-weight:700;}
|
| 16 |
+
#hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 20px 40px;background:radial-gradient(ellipse 80% 50% at 50% 0%,rgba(232,125,57,.08),transparent);}
|
| 17 |
+
h1{font-size:clamp(36px,7vw,80px);font-weight:900;line-height:1.05;letter-spacing:-2px;margin-bottom:20px;background:linear-gradient(135deg,#fff 30%,#e87d39 60%,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
|
| 18 |
+
.sub{font-size:clamp(15px,2vw,19px);color:#666;max-width:560px;margin:0 auto 40px;line-height:1.8;}
|
| 19 |
+
.sub b{color:#e87d39;font-weight:500;}
|
| 20 |
+
.btn{padding:14px 36px;background:linear-gradient(135deg,#e87d39,#a855f7);border-radius:10px;color:#fff;text-decoration:none;font-size:15px;font-weight:700;display:inline-block;margin:6px;}
|
| 21 |
+
.btn2{padding:14px 36px;border:1px solid #2a2a2a;border-radius:10px;color:#aaa;text-decoration:none;font-size:15px;display:inline-block;margin:6px;}
|
| 22 |
+
.btn2:hover{background:#141414;color:#fff;}
|
| 23 |
+
.sec{padding:80px 20px;max-width:1100px;margin:0 auto;}
|
| 24 |
+
.stag{color:#e87d39;font-size:11px;letter-spacing:3px;font-weight:700;text-transform:uppercase;margin-bottom:10px;text-align:center;}
|
| 25 |
+
.stitle{font-size:clamp(24px,3.5vw,40px);font-weight:900;text-align:center;margin-bottom:12px;color:#fff;}
|
| 26 |
+
.ssub{color:#555;font-size:14px;text-align:center;max-width:440px;margin:0 auto 60px;line-height:1.7;}
|
| 27 |
+
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1px;background:#111;}
|
| 28 |
+
.card{background:#0d0d0d;padding:30px;transition:background .2s;}
|
| 29 |
+
.card:hover{background:#111;}
|
| 30 |
+
.cico{font-size:24px;margin-bottom:14px;}
|
| 31 |
+
.ctitle{font-size:16px;font-weight:700;color:#fff;margin-bottom:8px;}
|
| 32 |
+
.cdesc{color:#555;font-size:13px;line-height:1.7;}
|
| 33 |
+
.models{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
|
| 34 |
+
@media(max-width:700px){.models{grid-template-columns:1fr;}}
|
| 35 |
+
.mcard{background:#0d0d0d;border:1px solid #1a1a1a;border-radius:12px;padding:24px;position:relative;}
|
| 36 |
+
.mcard::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;border-radius:12px 12px 0 0;}
|
| 37 |
+
.mcard.m1::before{background:linear-gradient(90deg,#ff6b35,#ff9955);}
|
| 38 |
+
.mcard.m2::before{background:linear-gradient(90deg,#76b900,#a3e635);}
|
| 39 |
+
.mcard.m3::before{background:linear-gradient(90deg,#a855f7,#7c3aed);}
|
| 40 |
+
.mname{font-size:17px;font-weight:700;color:#fff;margin-bottom:4px;}
|
| 41 |
+
.mlbl{font-size:10px;color:#444;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;}
|
| 42 |
+
.mdesc{color:#555;font-size:13px;line-height:1.6;}
|
| 43 |
+
footer{border-top:1px solid #111;padding:24px;text-align:center;color:#333;font-size:12px;}
|
| 44 |
+
</style>
|
| 45 |
+
</head>
|
| 46 |
+
<body>
|
| 47 |
+
<nav>
|
| 48 |
+
<a class="nlogo" href="/"><div class="nsq">F</div><div class="nnm">FORGE<span>3D</span></div></a>
|
| 49 |
+
<a class="ncta" href="/editor">Launch Editor โ</a>
|
| 50 |
+
</nav>
|
| 51 |
+
<section id="hero">
|
| 52 |
+
<h1>Build 3D Worlds<br>With AI</h1>
|
| 53 |
+
<p class="sub">Describe anything โ <b>missiles, black holes, solar systems</b> โ and watch AI build it in seconds. Sculpt, animate, texture, render. All in your browser.</p>
|
| 54 |
+
<div><a class="btn" href="/editor">๐ Launch Editor</a><a class="btn2" href="#features">How It Works โ</a></div>
|
| 55 |
+
</section>
|
| 56 |
+
<div id="features">
|
| 57 |
+
<div class="sec">
|
| 58 |
+
<div class="stag">Features</div><div class="stitle">Everything You Need</div><p class="ssub">Pro 3D tools + triple AI engine.</p>
|
| 59 |
+
<div class="grid">
|
| 60 |
+
<div class="card"><div class="cico">๐ค</div><div class="ctitle">Triple AI Engine</div><div class="cdesc">Groq (fast), Nemotron (scenes), Detail AI (complex). Each pre-loaded with Three.js expertise and detailed model recipes.</div></div>
|
| 61 |
+
<div class="card"><div class="cico">๐</div><div class="ctitle">Complex Models</div><div class="cdesc">Missiles with 15+ parts, black holes with glowing accretion disks and jets, animated solar systems with real orbital physics.</div></div>
|
| 62 |
+
<div class="card"><div class="cico">โ๏ธ</div><div class="ctitle">Sculpt Mode</div><div class="cdesc">6 sculpt brushes: Draw, Smooth, Grab, Inflate, Flatten, Crease. Subdivide meshes for higher resolution sculpting.</div></div>
|
| 63 |
+
<div class="card"><div class="cico">๐ฌ</div><div class="ctitle">AI Animation</div><div class="cdesc">Describe motion and AI writes requestAnimationFrame loops. Real orbital motion, not static placement.</div></div>
|
| 64 |
+
<div class="card"><div class="cico">๐</div><div class="ctitle">Script Tab</div><div class="cdesc">Full JS editor always visible. AI code saves here automatically. Run, edit, template-insert anytime.</div></div>
|
| 65 |
+
<div class="card"><div class="cico">๐ง </div><div class="ctitle">SKILLS.md</div><div class="cdesc">Upload SKILLS.md to HuggingFace. AI reads it before every request. Teach it your style and custom helpers.</div></div>
|
| 66 |
+
</div>
|
| 67 |
+
</div>
|
| 68 |
+
<div class="sec">
|
| 69 |
+
<div class="stag">AI Models</div><div class="stitle">Three Specialists</div><p class="ssub">Switch based on complexity.</p>
|
| 70 |
+
<div class="models">
|
| 71 |
+
<div class="mcard m1"><div class="mname">โก Groq</div><div class="mlbl">Llama-3.3-70B ยท Fast</div><div class="mdesc">Quick commands, single objects, material changes. Responds in ~1 second. Also the fallback when others fail.</div></div>
|
| 72 |
+
<div class="mcard m2"><div class="mname">๐ข Nemotron</div><div class="mlbl">NVIDIA ยท Scene Designer</div><div class="mdesc">Full environments 15-40 objects. Animated solar systems with requestAnimationFrame. Atmospheric colored lighting.</div></div>
|
| 73 |
+
<div class="mcard m3"><div class="mname">๐ฎ Detail AI</div><div class="mlbl">OpenRouter ยท Complex</div><div class="mdesc">15-50 part models. Missiles, black holes, spaceships. Uses LatheGeometry, ExtrudeGeometry, TubeGeometry. Falls back to Groq if OpenRouter rate-limits.</div></div>
|
| 74 |
+
</div>
|
| 75 |
+
</div>
|
| 76 |
+
</div>
|
| 77 |
+
<footer>FORGE3D v4.0 โ Three.js + Groq + NVIDIA + OpenRouter โ Hosted on HuggingFace</footer>
|
| 78 |
+
</body>
|
| 79 |
+
</html>
|