Ctrl K
Browse documentation

docs / overview

Vulyo Docs

Add production-ready authentication and account management to React and Next.js applications.

What is Vulyo?

Vulyo is a hosted authentication platform with accessible components and first-party SDKs. Vulyo Core runs the identity, account, and session infrastructure while your application integrates through @vulyo/react or @vulyo/nextjs.

Choose an SDK

SDKUse it whenIncludes
@vulyo/nextjsYour application uses Next.js 16React components, route handlers, middleware, and server helpers
@vulyo/reactYour UI uses React 19 with a compatible backend adapterReact components, provider, and client hooks

For Next.js applications, start with @vulyo/nextjs. It re-exports the React components and adds the server-side session boundary required by a full-stack Next.js application.

Five launch components

  • SignIn — password, Google, and GitHub sign-in.
  • SignUp — account registration and email verification.
  • UserButton — session-aware account menu and sign-out.
  • UserProfile — profile, password, providers, and active sessions.
  • Waitlist — access collection and invitation acceptance.

Your first integration

Create an application in the Vulyo dashboard, copy its publishable and secret keys, then follow the quickstart for your framework.

Terminal
npm install @vulyo/nextjs