Spaces:
Paused
Paused
Update templates/index.html
Browse files- templates/index.html +59 -1
templates/index.html
CHANGED
|
@@ -3,7 +3,65 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
| 6 |
-
<title>Overthinker</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
<script src="https://cdn.jsdelivr.net/npm/d3@7"></script>
|
| 8 |
<style>
|
| 9 |
* { margin:0; padding:0; box-sizing:border-box; }
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
| 6 |
+
<title>Overthinker - AI-Powered Decision Tree Explorer | Map Decisions with AI</title>
|
| 7 |
+
|
| 8 |
+
<!-- SEO Meta Tags -->
|
| 9 |
+
<meta name="description" content="Overthinker is an AI-powered decision tree explorer that helps you map out complex decisions, explore options, and anticipate outcomes using NVIDIA Nemotron via OpenRouter. Free, interactive, and visual.">
|
| 10 |
+
<meta name="keywords" content="decision tree, AI decision maker, overthinker, decision making, AI assistant, nemotron, openrouter, hackathon, build small, decision tree explorer, interactive tree">
|
| 11 |
+
<meta name="author" content="Build-small Hackathon">
|
| 12 |
+
<meta name="robots" content="index, follow">
|
| 13 |
+
<meta name="theme-color" content="#0f0c29">
|
| 14 |
+
<link rel="canonical" href="https://build-small-hackathon-overthinker.hf.space/">
|
| 15 |
+
|
| 16 |
+
<!-- Open Graph / Facebook -->
|
| 17 |
+
<meta property="og:title" content="Overthinker - AI-Powered Decision Tree Explorer">
|
| 18 |
+
<meta property="og:description" content="Map out complex decisions, explore options, and anticipate outcomes with AI-powered decision trees. Built with NVIDIA Nemotron.">
|
| 19 |
+
<meta property="og:image" content="https://huggingface.co/spaces/build-small-hackathon/OverThinker/resolve/main/overthinker_card.jpg">
|
| 20 |
+
<meta property="og:url" content="https://build-small-hackathon-overthinker.hf.space/">
|
| 21 |
+
<meta property="og:type" content="website">
|
| 22 |
+
<meta property="og:site_name" content="Overthinker">
|
| 23 |
+
<meta property="og:locale" content="en_US">
|
| 24 |
+
|
| 25 |
+
<!-- Twitter Card -->
|
| 26 |
+
<meta name="twitter:card" content="summary_large_image">
|
| 27 |
+
<meta name="twitter:title" content="Overthinker - AI-Powered Decision Tree Explorer">
|
| 28 |
+
<meta name="twitter:description" content="Map out complex decisions, explore options, and anticipate outcomes with AI-powered decision trees.">
|
| 29 |
+
<meta name="twitter:image" content="https://huggingface.co/spaces/build-small-hackathon/OverThinker/resolve/main/overthinker_card.jpg">
|
| 30 |
+
|
| 31 |
+
<!-- JSON-LD Structured Data -->
|
| 32 |
+
<script type="application/ld+json">
|
| 33 |
+
{
|
| 34 |
+
"@context": "https://schema.org",
|
| 35 |
+
"@type": "WebApplication",
|
| 36 |
+
"name": "Overthinker",
|
| 37 |
+
"description": "AI-powered decision tree explorer that helps map complex decisions, explore options, and anticipate outcomes using NVIDIA Nemotron via OpenRouter.",
|
| 38 |
+
"url": "https://build-small-hackathon-overthinker.hf.space/",
|
| 39 |
+
"applicationCategory": "Productivity",
|
| 40 |
+
"operatingSystem": "Web",
|
| 41 |
+
"browserRequirements": "Requires JavaScript and D3.js",
|
| 42 |
+
"softwareVersion": "v30",
|
| 43 |
+
"datePublished": "2026-06-14",
|
| 44 |
+
"author": {
|
| 45 |
+
"@type": "Organization",
|
| 46 |
+
"name": "Build-small Hackathon"
|
| 47 |
+
},
|
| 48 |
+
"offers": {
|
| 49 |
+
"@type": "Offer",
|
| 50 |
+
"price": "0",
|
| 51 |
+
"priceCurrency": "USD"
|
| 52 |
+
},
|
| 53 |
+
"featureList": [
|
| 54 |
+
"AI-powered decision tree generation",
|
| 55 |
+
"Option vs Outcome branching",
|
| 56 |
+
"Full path context injection",
|
| 57 |
+
"Interactive D3.js visualization",
|
| 58 |
+
"Export to SVG, JSON, Markdown, PNG",
|
| 59 |
+
"Multi-user session isolation",
|
| 60 |
+
"Browser memory optimized"
|
| 61 |
+
],
|
| 62 |
+
"keywords": "decision tree, AI, overthinker, nemotron, openrouter, hackathon, decision making"
|
| 63 |
+
}
|
| 64 |
+
</script>
|
| 65 |
<script src="https://cdn.jsdelivr.net/npm/d3@7"></script>
|
| 66 |
<style>
|
| 67 |
* { margin:0; padding:0; box-sizing:border-box; }
|