Skip to content

Let's see how to integrate a smart filtering system into a Next.js application using the Vercel AI SDK. The idea is to allow the user to filter data using a simple description.

Notifications You must be signed in to change notification settings

premieroctet/ai-filter-demo

Repository files navigation

Smart Filters with Vercel AI SDK and Next.js

Source code for the post AI and UI #1 - Smart Filters with Vercel AI SDK and Next.js from Premier Octet

image

First, 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.

About

Let's see how to integrate a smart filtering system into a Next.js application using the Vercel AI SDK. The idea is to allow the user to filter data using a simple description.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published