Skip to content

Commit

Permalink
chore (docs): improve landing page (#2072)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel committed Jun 24, 2024
1 parent d0bfc5f commit 5be9e7e
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions content/docs/01-introduction/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Welcome to the Vercel AI SDK documentation!

# Vercel AI SDK

The Vercel AI SDK is a TypeScript library designed to help developers build AI-powered applications with React, Next.js, Vue, Nuxt, SvelteKit, and more.
The Vercel AI SDK is the TypeScript toolkit designed to help developers build AI-powered applications with React, Next.js, Vue, Svelte, Node.js, and more.

## Why use the Vercel AI SDK?

Expand All @@ -14,7 +14,7 @@ Integrating large language models (LLMs) into applications is complicated and he
The Vercel AI SDK abstracts away the differences between model providers, eliminates boilerplate code for building chatbots, and allows you to go beyond text output to generate rich, interactive components.

- **[AI SDK Core](/docs/ai-sdk-core):** A unified API for generating text, structured objects, and tool calls with LLMs.
- **[AI SDK UI](/docs/ai-sdk-ui):** A set of framework-agnostic hooks for quickly building chat interfaces.
- **[AI SDK UI](/docs/ai-sdk-ui):** A set of framework-agnostic hooks for quickly building chat and generative user interface.
- **[AI SDK RSC](/docs/ai-sdk-rsc):** A library to stream generative user interfaces with React Server Components (RSC).

## Model Providers
Expand All @@ -27,6 +27,10 @@ The Vercel AI SDK supports [multiple model providers](/providers).

We've built some [templates](https://vercel.com/templates?type=ai) that include AI SDK integrations for different use cases, providers, and frameworks. You can use these templates to get started with your AI-powered application.

### Frameworks

<Templates type="frameworks" />

### Generative UI

<Templates type="generative-ui" />
Expand All @@ -35,14 +39,6 @@ We've built some [templates](https://vercel.com/templates?type=ai) that include

<Templates type="security" />

### Model Providers

<Templates type="providers" />

### Frameworks

<Templates type="frameworks" />

## Join our Community

If you have questions about anything related to the Vercel AI SDK, you're always welcome to ask our community on [GitHub Discussions](https://github.com/vercel/ai/discussions).

0 comments on commit 5be9e7e

Please sign in to comment.