-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (83 loc) · 5.09 KB
/
index.html
File metadata and controls
87 lines (83 loc) · 5.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Level-Up Circle Generator — Free Goal Visualization, Synergy Mapping & Flywheel Tool</title>
<meta http-equiv="refresh" content="0; url=levelup-circle-generator.html" />
<link rel="canonical" href="https://chiefinnovator.github.io/levelupcircle/levelup-circle-generator.html" />
<link rel="alternate" type="text/plain" title="llms.txt" href="https://chiefinnovator.github.io/levelupcircle/llms.txt" />
<meta name="description" content="Create Level-Up Circles — free interactive radial diagrams that visualize how your goals and focus areas reinforce each other. Built on Jim Collins' Flywheel Effect and Martin Eppler's Synergy Mapping. Neon glow effects, 8K export, AI-powered strategic advice, and instant sharing. No sign-up required." />
<meta name="keywords" content="Level-Up Circle, goal visualization, synergy map, flywheel diagram, radial diagram generator, strategic planning tool, personal development, Jim Collins flywheel, hedgehog concept, interconnected goals, free goal tool, Richard Crane, MILL5" />
<meta name="author" content="Richard Crane" />
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Level-Up Circle Generator" />
<meta property="og:title" content="Level-Up Circle Generator — Visualize How Your Goals Create Compound Growth" />
<meta property="og:description" content="Free flywheel-inspired tool to design radial synergy maps. See how your goals reinforce each other. Neon glow effects, 8K export, AI strategic advice, instant sharing. No sign-up." />
<meta property="og:image" content="https://chiefinnovator.github.io/levelupcircle/preview.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="1200" />
<meta property="og:image:alt" content="A Level-Up Circle diagram showing interconnected goals arranged in a radial pattern with colorful neon glow effects" />
<meta property="og:url" content="https://chiefinnovator.github.io/levelupcircle/" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Level-Up Circle Generator — Visualize How Your Goals Create Compound Growth" />
<meta name="twitter:description" content="Free flywheel-inspired tool to map goal synergy. Neon glow effects, 8K export, AI strategic advice. No sign-up." />
<meta name="twitter:image" content="https://chiefinnovator.github.io/levelupcircle/preview.png" />
<meta name="twitter:image:alt" content="A Level-Up Circle diagram showing interconnected goals with colorful neon glow effects" />
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Level-Up Circle Generator",
"url": "https://chiefinnovator.github.io/levelupcircle/",
"description": "A free interactive tool for designing Level-Up Circles — radial diagrams inspired by Jim Collins' Flywheel Effect and Martin Eppler's Synergy Mapping that visualize how your goals, projects, and focus areas interconnect and reinforce each other through compounding growth.",
"applicationCategory": "DesignApplication",
"operatingSystem": "Any",
"browserRequirements": "Requires a modern browser with HTML5 Canvas support",
"offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" },
"featureList": [
"Up to 36 labeled focus areas arranged radially",
"Dark and light themes with neon glow effects",
"High-resolution export up to 8K in PNG, WebP, and AVIF",
"AI-powered strategic advice via ChatGPT integration",
"Auto-save with localStorage persistence",
"Deep linking with compressed URL state sharing",
"Social sharing to Twitter/X and Facebook"
],
"screenshot": "https://chiefinnovator.github.io/levelupcircle/preview.png",
"author": {
"@type": "Person",
"name": "Richard Crane",
"jobTitle": "Founder & Chief AI Officer",
"worksFor": { "@type": "Organization", "name": "MILL5" }
},
"isAccessibleForFree": true,
"inLanguage": "en"
}
</script>
<style>
body { font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif; background:#0a0a0a; color:#e0e0e0; display:flex; align-items:center; justify-content:center; min-height:100vh; padding:2rem; text-align:center; }
a { color:#39FF14; }
</style>
<script>
window.addEventListener('DOMContentLoaded', () => {
const target = 'levelup-circle-generator.html';
if (!location.pathname.endsWith(target)) {
window.location.replace(target);
}
});
</script>
</head>
<body>
<main>
<h1>Level-Up Circle Generator</h1>
<p>Redirecting to the interactive generator...</p>
<p><a href="levelup-circle-generator.html">Click here if you are not redirected automatically.</a></p>
</main>
</body>
</html>