aethex-forge/index.html
Builder.io c550e59854 Add HelloSkip agent script
cgen-33a2622e3cf44feeb7568ec112682f81
2025-10-14 00:28:48 +00:00

178 lines
6.3 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AeThex — Developer Platform, Projects, Community</title>
<meta
name="description"
content="AeThex: an advanced development platform and community for builders. Collaborate on projects, learn, and ship innovation."
/>
<meta
name="keywords"
content="AeThex, developer platform, projects, community, mentorship, research labs, consulting, tutorials"
/>
<meta name="application-name" content="AeThex" />
<meta name="theme-color" content="#0a0aff" />
<meta name="color-scheme" content="dark light" />
<meta
name="robots"
content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"
/>
<meta name="googlebot" content="index, follow" />
<!-- Geo/Audience -->
<meta name="geo.placename" content="Worldwide" />
<meta name="distribution" content="Global" />
<meta name="rating" content="General" />
<!-- Canonical will be set dynamically to the current URL -->
<link rel="canonical" href="/" />
<!-- Favicons / Icons -->
<link
rel="icon"
type="image/png"
sizes="32x32"
href="https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F3979ec9a8a28471d900a80e94e2c45fe?format=png&width=32"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F3979ec9a8a28471d900a80e94e2c45fe?format=png&width=192"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F3979ec9a8a28471d900a80e94e2c45fe?format=png&width=180"
/>
<link rel="manifest" href="/site.webmanifest" />
<meta name="msapplication-TileColor" content="#0a0aff" />
<!-- Open Graph -->
<meta property="og:site_name" content="AeThex" />
<meta property="og:type" content="website" />
<meta
property="og:title"
content="AeThex — Developer Platform, Projects, Community"
/>
<meta
property="og:description"
content="Join AeThex to build, learn, and connect. Tutorials, mentorship, research labs, and a thriving developer community."
/>
<meta
property="og:image"
content="https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F3979ec9a8a28471d900a80e94e2c45fe?format=png&width=1200"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:url" content="/" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="AeThex — Developer Platform, Projects, Community"
/>
<meta
name="twitter:description"
content="Build and innovate with AeThex. Projects, mentorship, research labs, and tutorials for modern developers."
/>
<meta
name="twitter:image"
content="https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F3979ec9a8a28471d900a80e94e2c45fe?format=png&width=1200"
/>
<!-- Preconnects -->
<link
rel="preconnect"
href="https://kmdeisowhtsalsekkzqd.supabase.co"
crossorigin
/>
<link rel="preconnect" href="https://cdn.builder.io" crossorigin />
<!-- Structured Data + dynamic canonical/og:url -->
<script>
(function () {
var origin = location.origin;
function addJSONLD(obj) {
var s = document.createElement("script");
s.type = "application/ld+json";
s.text = JSON.stringify(obj);
document.head.appendChild(s);
}
// Organization
addJSONLD({
"@context": "https://schema.org",
"@type": "Organization",
name: "AeThex",
url: origin,
logo: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F3979ec9a8a28471d900a80e94e2c45fe?format=png&width=512",
areaServed: "Worldwide",
});
// Website
addJSONLD({
"@context": "https://schema.org",
"@type": "WebSite",
name: "AeThex",
url: origin,
});
// FAQ for AEO
addJSONLD({
"@context": "https://schema.org",
"@type": "FAQPage",
mainEntity: [
{
"@type": "Question",
name: "What is AeThex?",
acceptedAnswer: {
"@type": "Answer",
text: "AeThex is an advanced development platform and community where developers collaborate on projects, learn through tutorials, and access mentorship and research labs.",
},
},
{
"@type": "Question",
name: "How do I get started?",
acceptedAnswer: {
"@type": "Answer",
text: "Visit the Get Started and Onboarding flows to create your profile and join projects.",
},
},
{
"@type": "Question",
name: "Does AeThex offer mentorship programs?",
acceptedAnswer: {
"@type": "Answer",
text: "Yes. AeThex provides mentorship programs and a community feed to help you grow and connect.",
},
},
],
});
// Set canonical and og:url to the current URL
var link = document.querySelector('link[rel="canonical"]');
if (!link) {
link = document.createElement("link");
link.rel = "canonical";
document.head.appendChild(link);
}
link.href = location.href;
var ogUrl = document.querySelector('meta[property="og:url"]');
if (!ogUrl) {
ogUrl = document.createElement("meta");
ogUrl.setAttribute("property", "og:url");
document.head.appendChild(ogUrl);
}
ogUrl.setAttribute("content", location.href);
})();
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/client/main.tsx"></script>
<script src="https://helloskip.com/agent.js" data-agent-id="vVEuropu5l7xvT4Swwif"></script>
</body>
</html>