GitXplorerGitXplorer
n

ai-sdk-3-stream-rsc-demo

public
8 stars
5 forks
0 issues

Commits

List of commits on branch main.
Unverified
8a50d0039e835d695c26ee3dacf1cfe12d260275

updated readme

nnicoalbanese committed a year ago
Unverified
75a030a3f20e9ab0eb2806161d25d545449fbe86

init working

nnicoalbanese committed a year ago
Unverified
75c85fc958ef549352cd03ddc36a3b9493c74921

Initial commit from Create Next App

nnicoalbanese committed a year ago

README

The README file for this repository.

This is a very simple working example of Vercel's new streaming RSCs feature in AI SDK 3.0.

Getting Started

First, install dependences.

Second, create a .env.local file in the root of the project and add your OpenAI key: OPENAI_API_KEY=your-key.

Finally, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.