Getting Started
The following guides are intended to provide you with an introduction to some of the core features provided by the AI SDK.
Backend Framework Examples
You can also use AI SDK Core and AI SDK UI 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', }, ]} />