From 186e42a95f74317fe5daee9508a8fa45984e1494 Mon Sep 17 00:00:00 2001 From: Cyanhall <64819679+Cyanhall@users.noreply.github.com> Date: Mon, 2 Jun 2025 13:16:27 +0800 Subject: [PATCH] docs: add NuxSaaS link as example integration with Nuxt (#2868) docs: fix formatting of NuxSaaS link in Nuxt integration documentation --- docs/content/docs/integrations/nuxt.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/docs/integrations/nuxt.mdx b/docs/content/docs/integrations/nuxt.mdx index 9cebcfaec1..a2039e148a 100644 --- a/docs/content/docs/integrations/nuxt.mdx +++ b/docs/content/docs/integrations/nuxt.mdx @@ -129,3 +129,4 @@ export default defineNuxtRouteMiddleware(async (to, from) => { - [Nuxt and Nuxt Hub example](https://github.com/atinux/nuxthub-better-auth) on GitHub. - [NuxtZzle is Nuxt,Drizzle ORM example](https://github.com/leamsigc/nuxt-better-auth-drizzle) on GitHub [preview](https://nuxt-better-auth.giessen.dev/) - [Nuxt example](https://stackblitz.com/github/better-auth/better-auth/tree/main/examples/nuxt-example) on StackBlitz. +- [NuxSaaS (Github)](https://github.com/NuxSaaS/NuxSaaS) is a full-stack SaaS Starter Kit that leverages Better Auth for secure and efficient user authentication. [Demo](https://nuxsaas.com/)