---
title: Components Overview
description: Stack Auth provides a set of components for Next.js applications to streamline authentication and user management workflows.
sidebarTitle: Overview
---
Stack Auth provides a set of components for Next.js applications.
To get started with Stack Auth in your Next.js application, follow the [setup guide](/docs/getting-started/setup). To see the hooks and objects in the Next.js SDK, see the [SDK reference](/docs/sdk).
## Sign In and Sign Up
Full sign-in interface
Complete sign-up form
Email/password authentication
Credential-based registration
Individual OAuth provider button
Multiple OAuth provider buttons
## User
User profile and account access button
User account configuration interface
## Teams & Organizations
Team selection and switching component
## Utilities
Core handler component
Provider wrapper for context
Theme customization wrapper