Skip to content

unbody-io/example-next.js

Repository files navigation

Unbody Next.js Starter

This is a Unbody.io & Next.js project bootstrapped with create-next-app.

Including examples of:

  • Semantic search using Unbody's typescript SDK
  • Generative search using Unbody's typescript SDK
  • Basic data retrieval using Unbody's typescript SDK
  • How to initialize Unbody's typescript SDK

Tech Stack

Getting Started

Setup Unbody.io

  1. Create an account on Unbody.io
  2. Create a new project
  3. Add your sources (this project supports Google Drive, Discord, and Github Issues)
  4. Create a new API key - you can do this under the Settings > Developer Settings tab in your project.
  5. Copy the API key and Project ID and paste it into the .env.local file in the root of this project.

Setup the project

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

Example boilerplate for https://Unbody.io typescript in https://Netxjs.org (Page Router)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages