---
title: Overview
description: Welcome to Stack Auth - open-source authentication that gets you started in minutes.
sidebarTitle: Overview
icon: house
---
# Welcome to Stack Auth
Open-source authentication that gets you started in minutes.
## Quick Start (Next.js)
```bash
npx @stackframe/stack-cli@latest init
```
```tsx
const user = useUser({ or: "redirect" });
return Hi, {user.displayName}
;
```
For other frameworks or detailed configuration, see the [full setup guide](./getting-started/setup).
## Components
Pre-built UI components ready to use:
- [``](./components/sign-in)
- [``](./components/sign-up)
- [``](./components/user-button)
- [``](./components/account-settings)
- [``](./components/selected-team-switcher)
- [``](./components/stack-handler)
[View all components →](./components)
## Explore
Get started with Stack in 5 minutes
Pre-built React components for sign-in, user management, and more
Learn how to use Stack Auth's SDK
Explore Stack's REST APIs
## Apps
Enable powerful features through the dashboard:
Manage API keys for your application
Configure email templates and providers
Organize users into teams
Role-based access control
Set up event-driven webhooks
Monitor authentication analytics
---
Still have questions? Check out our [FAQ](./faq) or [join our Discord](https://discord.stack-auth.com).