Site clean (#716)

* init next.js app

* add metadata for keyword selection

* minor heading changes

* updated title and keywords

* updating link to reach planoai.dev

---------

Co-authored-by: Musa <malikmusa1323@gmail.com>
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-342.local>
This commit is contained in:
Salman Paracha 2026-01-30 18:14:39 -08:00 committed by GitHub
parent d8b4c800e6
commit a278e67d9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 416 additions and 0 deletions

View file

@ -0,0 +1,48 @@
const BASE_URL = process.env.NEXT_PUBLIC_APP_URL || "https://katanemo.com";
export const siteConfig = {
name: "Katanemo",
tagline: "Forward-deployed AI infrastructure engineers",
description:
"Forward-deployed AI infrastructure engineers delivering industry-leading research and open-source technologies for agentic AI development efforts.",
url: BASE_URL,
ogImage: `${BASE_URL}/KatanemoLogo.svg`,
links: {
docs: "https://docs.katanemo.com",
github: "https://github.com/katanemo/plano",
discord: "https://discord.gg/pGZf2gcwEc",
huggingface: "https://huggingface.co/katanemo",
},
keywords: [
"Katanemo AI",
"Katanemo",
"Katanemo Labs",
"forward-deployed AI engineers",
"forward deployed AI infrastructure",
"AI infrastructure engineers",
"embedded AI engineers",
"on-site AI engineers",
"model training",
"AI model research",
"LLM model training",
"machine learning model development",
"custom AI model training",
"open source agentic AI",
"agentic AI stack",
"AI agent infrastructure",
"open source agent framework",
"agentic AI development",
"AI agent platform",
"Plano agent infrastructure",
"LLM infrastructure",
"AI infrastructure platform",
"agentic AI tools",
"AI agent orchestration",
"open source AI stack",
"enterprise AI infrastructure",
"production AI systems",
"AI deployment infrastructure",
],
authors: [{ name: "Katanemo", url: "https://github.com/katanemo/plano" }],
creator: "Katanemo",
};