llms.txt Content
file: ./content/docs/community.en.mdx
meta: {
"title": "社区",
"description": "欢迎加入 Sealos 开源社区"
}
file: ./content/docs/index.en.mdx
meta: {
"title": "Sealos Docs",
"description": "Find quickstart guides, tutorials, best practices, deployment templates, system design docs, self-hosting solutions and more cloud native resources."
}
import { Text, Code, Play, Database } from 'lucide-react';
import { templateDomain } from '@/config/site';
<Cards>
<Card icon={<Text />} href="/docs/overview/intro" title="How Sealos DevBox works">
Understand what Sealos DevBox is and what it can do, include the key
features and advantages.
</Card>
<Card icon={<Code />} href="/docs/guides/fundamentals" title="Guides">
Learn how to create and manage your Projects, develop your application,
create releases, and deploy your application.
</Card>
<Card icon={<Play />} href="/docs/quick-start" title="Quickstarts">
Develop & deploy in minutes. Jump start your development with Sealos DevBox.
</Card>
<Card icon={<Database />} href="/docs/guides/databases/postgresql" title="Databases">
Step-by-step guides on how to deploy and connect to databases in Sealos
DevBox.
</Card>
</Cards>
***
<br />
<center>
<h1>Comprehensive development stack support</h1>
</center>
<center>
Launch specialized development environments for any framework or language.
</center>
<br />
import Image from 'next/image';
import NodejsIcon from '@/assets/stacks-appicons/nodejs.svg';
import GoIcon from '@/assets/stacks-appicons/golang.svg';
import JavaIcon from '@/assets/stacks-appicons/java.svg';
import PHPIcon from '@/assets/stacks-appicons/php.svg';
import PythonIcon from '@/assets/stacks-appicons/python.svg';
import RustIcon from '@/assets/stacks-appicons/rust.svg';
<Cards>
<Card icon={<Image src={NodejsIcon} alt="Node.js" width={16} height={16} />} href="/docs/guides/databases/postgresql/nodejs" title="Node.js">
Node.js is a runtime en