- Use Cases
+ What Git-Ape does
- Real-world deployment patterns powered by Git-Ape
+ The agent is workload-agnostic — these are the things it does to any Azure deployment
{useCases.map((uc, i) => (
@@ -296,12 +334,13 @@ function UseCasesSection() {
========================================================================== */
const comparisons = [
- { before: 'Manually write ARM templates from scratch', after: 'AI-generated templates from natural language' },
- { before: 'Hope you remembered security best practices', after: 'Blocking security gate — 100% enforced' },
- { before: 'Guess at naming conventions each time', after: 'Platform-compliant naming via naming research skills' },
- { before: 'Discover cost surprises after deployment', after: 'Real-time cost estimation before deploying' },
- { before: 'Manual drift detection (if at all)', after: 'Automated drift detection with reconciliation' },
- { before: 'Siloed knowledge across team members', after: 'Living documentation auto-generated from source' },
+ { before: 'Maintain a catalogue of 50+ Bicep / Terraform modules', after: "Ship one agent. Update its context, not 50 modules" },
+ { before: 'Modules pinned to last year\u2019s API surface', after: 'Agent reads live Azure REST API specs at generation time' },
+ { before: 'Compliance is a gate teams pass through at PR time', after: 'Compliance is inherent — enforced at generation, plan, and runtime' },
+ { before: 'Humans translate intent into ARM / Bicep / HCL', after: 'Agent translates intent; humans approve and accept risk' },
+ { before: 'Stale README files describe what modules do', after: 'Living documentation generated at conversation time' },
+ { before: 'Drift detected manually, remediated weeks later', after: 'Drift detected, fix proposed, approved, applied — continuously' },
+ { before: 'Audit = point-in-time review of IaC files', after: 'Audit = immutable execution trace from intent → plan → evidence' },
];
function ComparisonSection() {
@@ -309,10 +348,10 @@ function ComparisonSection() {
- Before & After Git-Ape
+ Module-first vs. Agents + Policy
- See how Git-Ape transforms cloud deployment workflows
+ The shift the manifesto describes — and what it means for your platform team
- Without Git-Ape
+ Module-first platform
- With Git-Ape
+ Agents + policy (Git-Ape)
{/* Rows */}
@@ -350,6 +389,17 @@ function ComparisonSection() {
))}
+
+ Read the full thesis: Git-Ape Vision & Manifesto{' '}
+ · Original article:{' '}
+
+ Platform Engineering for the Agentic AI Era
+
+
);
@@ -405,12 +455,12 @@ export default function Home(): ReactNode {
title="Intelligent Cloud Deployment Agents"
description="Git-Ape — The intelligent multi-agent system for GitHub Copilot that handles cloud deployments end-to-end — with security gates at every step.">
-
-
+
+
-
+
);
diff --git a/website/static/img/docusaurus.png b/website/static/img/docusaurus.png
deleted file mode 100644
index f458149..0000000
Binary files a/website/static/img/docusaurus.png and /dev/null differ
diff --git a/website/static/img/favicon.ico b/website/static/img/favicon.ico
index c01d54b..2a5c634 100644
Binary files a/website/static/img/favicon.ico and b/website/static/img/favicon.ico differ
diff --git a/website/static/img/logo.png b/website/static/img/logo.png
index 1d55c9a..f4a7b89 100644
Binary files a/website/static/img/logo.png and b/website/static/img/logo.png differ
diff --git a/website/static/img/undraw_docusaurus_mountain.svg b/website/static/img/undraw_docusaurus_mountain.svg
deleted file mode 100644
index af961c4..0000000
--- a/website/static/img/undraw_docusaurus_mountain.svg
+++ /dev/null
@@ -1,171 +0,0 @@
-
- Easy to Use
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/website/static/img/undraw_docusaurus_react.svg b/website/static/img/undraw_docusaurus_react.svg
deleted file mode 100644
index 94b5cf0..0000000
--- a/website/static/img/undraw_docusaurus_react.svg
+++ /dev/null
@@ -1,170 +0,0 @@
-
- Powered by React
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/website/static/img/undraw_docusaurus_tree.svg b/website/static/img/undraw_docusaurus_tree.svg
deleted file mode 100644
index d9161d3..0000000
--- a/website/static/img/undraw_docusaurus_tree.svg
+++ /dev/null
@@ -1,40 +0,0 @@
-
- Focus on What Matters
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-