# Resources (/docs/reference/resources)

A curated collection of resources to help you learn and master Better Auth.





A curated collection of resources to help you learn and master Better Auth. From blog posts to video tutorials, find everything you need to get started.

## Video tutorials [#video-tutorials]

<Resource
  resources="
[
{
title: &#x22;10 Better Auth plugins that just save so much time&#x22;,
description: &#x22;<strong>Dreams of Code</strong> showcases a comprehensive list of Better Auth plugins that can save you a lot of time.&#x22;,
href: &#x22;https://www.youtube.com/watch?v=CpBgjjnXuy4&#x22;,
tags: [&#x22;trends&#x22;, &#x22;showcase&#x22;, &#x22;review&#x22;],
},
{
title: &#x22;The State of Authentication&#x22;,
description:
&#x22;<strong>Theo(t3.gg)</strong> explores the current landscape of authentication, discussing trends, challenges, and where the industry is heading.&#x22;,
href: &#x22;https://www.youtube.com/watch?v=lxslnp-ZEMw&#x22;,
tags: [&#x22;trends&#x22;, &#x22;showcase&#x22;, &#x22;review&#x22;],
},
{
title: &#x22;Last Authentication You Will Ever Need&#x22;,
description:
&#x22;A comprehensive tutorial demonstrating why Better Auth could be the final authentication solution you'll need for your projects.&#x22;,
href: &#x22;https://www.youtube.com/watch?v=hFtufpaMcLM&#x22;,
tags: [&#x22;implementation&#x22;, &#x22;showcase&#x22;],
},
{
title: &#x22;This Might Be My New Favourite Auth Library&#x22;,
description:
&#x22;<strong>developedbyed</strong> explores the features and capabilities of Better Auth, explaining why it stands out among authentication libraries.&#x22;,
href: &#x22;https://www.youtube.com/watch?v=Hjs3zM7o7NE&#x22;,
tags: [&#x22;review&#x22;, &#x22;showcase&#x22;],
},
{
title: &#x22;8 Reasons To Try Better Auth&#x22;,
description:
&#x22;<strong>CJ</strong> presents 8 compelling reasons why Better Auth is the BEST auth framework he's ever used, demonstrating its superior features and ease of implementation.&#x22;,
href: &#x22;https://www.youtube.com/watch?v=_OApmLmex14&#x22;,
tags: [&#x22;review&#x22;, &#x22;showcase&#x22;, &#x22;implementation&#x22;],
},
{
title: &#x22;Better Auth is so good that I almost switched programming languages&#x22;,
description:
&#x22;<strong>Dreams of Code</strong> reviews Better Auth's features that nearly made them switch languages.&#x22;,
href: &#x22;https://www.youtube.com/watch?v=dNY4FKXwTsM&#x22;,
tags: [&#x22;review&#x22;, &#x22;showcase&#x22;, &#x22;implementation&#x22;],
},
{
title: &#x22;Best authentication framework for next.js&#x22;,
description:
&#x22;A detailed comparison of authentication frameworks for Next.js, highlighting why Better Auth might be your best choice.&#x22;,
href: &#x22;https://www.youtube.com/watch?v=V--T0q9FrEw&#x22;,
tags: [&#x22;nextjs&#x22;, &#x22;comparison&#x22;],
},
{
title: &#x22;Better-Auth: A First Look&#x22;,
description:
&#x22;An introductory overview and demonstration of Better Auth's core features and capabilities.&#x22;,
href: &#x22;https://www.youtube.com/watch?v=2cQTV6NYxis&#x22;,
tags: [&#x22;implementation&#x22;, &#x22;showcase&#x22;],
},
{
title: &#x22;Stripe was never so easy (with better auth)&#x22;,
description: &#x22;A tutorial on how to integrate Stripe with Better Auth.&#x22;,
href: &#x22;https://www.youtube.com/watch?v=g-RIrzBEX6M&#x22;,
tags: [&#x22;implementation&#x22;],
},
{
title: &#x22;Nextjs 15 Authentication Made EASY with Better Auth&#x22;,
description:
&#x22;A practical guide showing how to seamlessly integrate Better Auth with Next.js 15 for robust authentication.&#x22;,
href: &#x22;https://www.youtube.com/watch?v=D2f_gN1uZbc&#x22;,
tags: [&#x22;nextjs&#x22;, &#x22;implementation&#x22;, &#x22;tutorial&#x22;],
},
{
title: &#x22;Better Auth: Headless Authentication for Your TanStack Start App&#x22;,
description: &#x22;<strong>Jack</strong> demonstrates how to implement headless authentication in your TanStack Start application using Better Auth, providing a modern approach to auth.&#x22;,
href: &#x22;https://www.youtube.com/watch?v=Atev8Nxpw7c&#x22;, 
tags: [&#x22;tanstack&#x22;, &#x22;implementation&#x22;],
},
{
title: &#x22;Goodbye Clerk, Hello Better Auth – Full Migration Guide!&#x22;,
description: &#x22;A comprehensive guide showing how to migrate your authentication from Clerk to Better Auth, with step-by-step instructions and best practices.&#x22;,
href: &#x22;https://www.youtube.com/watch?v=Za_QihbDSuk&#x22;,
tags: [&#x22;migration&#x22;, &#x22;clerk&#x22;, &#x22;tutorial&#x22;],
},
]
"
/>

## Blog posts [#blog-posts]

<Resource
  resources="
[
{
title: &#x22;Better Auth with Hono, Bun, TypeScript, React and Vite&#x22;,
description:
&#x22;You'll learn how to implement authentication with Better Auth in a client - server architecture, where the frontend is separate from the backend.&#x22;,
href: &#x22;https://catalins.tech/better-auth-with-hono-bun-typescript-react-vite&#x22;,
tags: [&#x22;typescript&#x22;, &#x22;react&#x22;, &#x22;bun&#x22;, &#x22;vite&#x22;],
},
{
title: &#x22;Polar.sh + BetterAuth for Organizations&#x22;,
description:
&#x22;Polar.sh is a platform for building payment integrations. This article will show you how to use Better Auth to authenticate your users.&#x22;,
href: &#x22;https://dev.to/phumudzosly/polarsh-betterauth-for-organizations-1j1b&#x22;,
tags: [&#x22;organizations&#x22;, &#x22;integration&#x22;, &#x22;payments&#x22;],
},
{
title: &#x22;Authenticating users in Astro with Better Auth&#x22;,
description:
&#x22;Step by step guide on how to authenticate users in Astro with Better Auth.&#x22;,
href: &#x22;https://www.launchfa.st/blog/astro-better-auth&#x22;,
tags: [&#x22;astro&#x22;, &#x22;integration&#x22;, &#x22;tutorial&#x22;],
},
{
title: &#x22;Building Multi-Tenant Apps With Better-Auth and ZenStack&#x22;,
description:
&#x22;Learn how to build multi-tenant apps with Better-Auth and ZenStack.&#x22;,
href: &#x22;https://zenstack.dev/blog/better-auth&#x22;,
tags: [&#x22;multi-tenant&#x22;, &#x22;zenstack&#x22;, &#x22;architecture&#x22;],
},
]
"
/>

