gitpilot / frontend /index.html
github-actions[bot]
Deploy from 53884f28
6078519
Raw
History Blame Contribute Delete
3.4 kB
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary meta -->
<title>GitPilot β€” Agentic GitHub Workflows, Under Your Control</title>
<meta
name="description"
content="GitPilot is an agentic GitHub assistant. Connect your repositories, understand context, and run secure agentic workflows β€” code generation, reviews, and automation β€” from one workspace."
/>
<meta name="keywords" content="GitPilot, agentic GitHub, AI GitHub assistant, agentic workflows, code automation, AI code review, GitHub agent, developer tools" />
<meta name="author" content="ruslanmv" />
<meta name="robots" content="index, follow, max-image-preview:large" />
<meta name="theme-color" content="#101114" />
<link rel="canonical" href="https://gitpilot.ruslanmv.com/" />
<!-- Icons / PWA -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/favicon.svg" />
<link rel="manifest" href="/site.webmanifest" />
<!-- Open Graph (Facebook, LinkedIn, Slack, …) -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="GitPilot" />
<meta property="og:title" content="GitPilot β€” Agentic GitHub Workflows, Under Your Control" />
<meta
property="og:description"
content="Connect your repositories, understand context, and run secure agentic workflows from one workspace. Built for developers. Powered by agents."
/>
<meta property="og:url" content="https://gitpilot.ruslanmv.com/" />
<meta property="og:image" content="https://gitpilot.ruslanmv.com/og-image.png" />
<meta property="og:image:width" content="2880" />
<meta property="og:image:height" content="1800" />
<meta property="og:image:alt" content="GitPilot workspace β€” agentic GitHub workflows" />
<meta property="og:locale" content="en_US" />
<!-- Twitter / X -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="GitPilot β€” Agentic GitHub Workflows, Under Your Control" />
<meta
name="twitter:description"
content="Agentic GitHub assistant. Connect repositories, understand context, and run secure agentic workflows from one workspace."
/>
<meta name="twitter:image" content="https://gitpilot.ruslanmv.com/og-image.png" />
<!-- Structured data: SoftwareApplication (Google rich results) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "GitPilot",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Web",
"description": "Agentic GitHub assistant. Connect your repositories, understand context, and run secure agentic workflows from one workspace.",
"url": "https://gitpilot.ruslanmv.com/",
"image": "https://gitpilot.ruslanmv.com/og-image.png",
"offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" },
"author": { "@type": "Person", "name": "ruslanmv", "url": "https://ruslanmv.com" },
"sameAs": ["https://github.com/ruslanmv/gitpilot"]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="main.jsx"></script>
</body>
</html>