mirror of
https://github.com/katanemo/plano.git
synced 2026-04-26 01:06:25 +02:00
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:
parent
d8b4c800e6
commit
a278e67d9a
11 changed files with 416 additions and 0 deletions
48
apps/katanemo-www/src/lib/metadata.ts
Normal file
48
apps/katanemo-www/src/lib/metadata.ts
Normal 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",
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue