Skip to main content

4 docs tagged with "nextjs"

View All Tags

Add CloudBase AI (DeepSeek / Hunyuan) to Next.js

Use @cloudbase/node-sdk in a Next.js Route Handler to call CloudBase AI streamText, convert AsyncIterable to ReadableStream for the frontend, and consume the streaming response in a Client Component with fetch + getReader.

Add CloudBase Authentication to Next.js

Use @cloudbase/js-sdk in a Next.js 14+ App Router project to integrate anonymous/SMS/WeChat QR Login, store login state in cookies, read identity in Server Components via cookies(), and intercept unauthenticated requests with middleware.