ai
Version:
AI SDK by Vercel - The AI Toolkit for TypeScript and JavaScript
45 lines (38 loc) • 1.2 kB
text/mdx
title: Getting Started
description: Welcome to the AI SDK documentation!
# Getting Started
The following guides are intended to provide you with an introduction to some of the core features provided by the AI SDK.
<QuickstartFrameworkCards />
## Backend Framework Examples
You can also use [AI SDK Core](/docs/ai-sdk-core/overview) and [AI SDK UI](/docs/ai-sdk-ui/overview) with the following backend frameworks:
<IndexCards
cards={[
{
title: 'Node.js HTTP Server',
description: 'Send AI responses from a Node.js HTTP server.',
href: '/examples/api-servers/node-js-http-server',
},
{
title: 'Express',
description: 'Send AI responses from an Express server.',
href: '/examples/api-servers/express',
},
{
title: 'Hono',
description: 'Send AI responses from a Hono server.',
href: '/examples/api-servers/hono',
},
{
title: 'Fastify',
description: 'Send AI responses from a Fastify server.',
href: '/examples/api-servers/fastify',
},
{
title: 'Nest.js',
description: 'Send AI responses from a Nest.js server.',
href: '/examples/api-servers/nest',
},
]}
/>