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
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 |
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.
| Provider | Example |
|---|---|
| Vercel AI SDK | ai/vercel-ai-sdk-example |
| OpenAI | ai/openai-example |
| Anthropic | ai/anthropic-example |
| Google GenAI | ai/google-genai-example |
Run the update script from the repo root to bump integrate-sdk to the latest version in every example:
./update-integrate-sdk.sh