Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 2.08 KB

File metadata and controls

44 lines (30 loc) · 2.08 KB

Integrate Examples

Example apps for the Integrate SDK. Each example is a runnable project you can clone and adapt.

Browse the repo on GitHub: github.com/integratedotdev/examples

Frameworks

Next.js is the default for frontend and database examples unless noted otherwise.

Category Examples
Frontend Next.js, SvelteKit, Nuxt, SolidStart, TanStack Start, Astro, Waku
Backend Node, Express, Fastify, Hono, Elysia, NestJS, Nitro
Mobile Expo, Lynx

Database adapters

Persist OAuth tokens and triggers with ORM adapters (Next.js + GitHub demo):

Adapter Example
Drizzle database/drizzle-example
Prisma database/prisma-example
MongoDB database/mongodb-example

See the Database docs for adapter configuration.

AI SDKs

Provider Example
Vercel AI SDK ai/vercel-ai-sdk-example
OpenAI ai/openai-example
Anthropic ai/anthropic-example
Google GenAI ai/google-genai-example

Updating integrate-sdk

Run the update script from the repo root to bump integrate-sdk to the latest version in every example:

./update-integrate-sdk.sh