diff --git a/.gitignore b/.gitignore index bc2bf03..05b8687 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,7 @@ out/ *.tsbuildinfo next-env.d.ts .vercel -.env \ No newline at end of file +.env +greywall-logo-negative.png +greywall-logo-positive.png +terminal.png \ No newline at end of file diff --git a/app/layout.tsx b/app/layout.tsx index d6cddac..b8e3a33 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -35,11 +35,13 @@ export const metadata: Metadata = { url: 'https://greywall.io', siteName: 'Greywall', type: 'website', + images: [{ url: '/og-image.png', width: 1200, height: 630 }], }, twitter: { - card: 'summary', + card: 'summary_large_image', title: 'Greywall: Sandbox for AI Agents', description: 'Container-free, default-deny sandboxing with real-time observability for AI agents. Five kernel-enforced security layers in one command.', + images: ['/og-image.png'], }, alternates: { canonical: 'https://greywall.io', diff --git a/components/about.tsx b/components/about.tsx index 89dc9ac..4970b16 100644 --- a/components/about.tsx +++ b/components/about.tsx @@ -31,7 +31,79 @@ export function About() {

-
+ {/* Team */} +
+

+ The people behind it. +

+
+ + Max McCrea +
+
Max McCrea
+
CEO & Founder, Greyhaven
+

+ AI researcher, Recurse Center alumnus. Built Monadical since 2016. Now building sovereign AI infrastructure. +

+
+
+ + Nikita Lokhmachev +
+
Nikita Lokhmachev
+
Technical Product Lead
+

+ Former startup CTO, Fulbright scholar. Leads AI tooling and process engineering. +

+
+
+ + Mathieu Virbel +
+
Mathieu Virbel
+
Senior Team Lead
+

+ Creator of Kivy (19k+ stars). Full stack engineer, GSoC mentor. +

+
+
+
+
+ +

Need more than sandboxing?

diff --git a/public/og-image.png b/public/og-image.png new file mode 100644 index 0000000..8ed1167 Binary files /dev/null and b/public/og-image.png differ