--- title: Components --- 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](../getting-started/setup.mdx). To see the hooks and objects in the Next.js SDK, see the [SDK reference](../sdk).
## Sign In and Sign Up
SignIn
<SignIn />
SignUp
<SignUp />
CredentialSignIn
<CredentialSignIn />
CredentialSignUp
<CredentialSignUp />
OAuthButton
<OAuthButton />
OAuthButtonGroup
<OAuthButtonGroup />
## User
UserButton
<UserButton />
AccountSettings
<AccountSettings />
## Teams & Organizations
SelectedTeamSwitcher
<SelectedTeamSwitcher />
## Utilities
<StackHandler />
<StackProvider />
<StackTheme />