+ {/* Stack Auth: served light & dark variants depending on theme */}
+
+
+
+ {/* Arrow — bridge between the two marks */}
+
+
+ {/* Hexclave benzene mark — gradient + glow filter, theme-agnostic */}
+
+
+ );
+}
diff --git a/apps/dev-launchpad/public/favicon.ico b/apps/dev-launchpad/public/favicon.ico
index 099b1db65..89769b5ff 100644
Binary files a/apps/dev-launchpad/public/favicon.ico and b/apps/dev-launchpad/public/favicon.ico differ
diff --git a/docs-mintlify/docs.json b/docs-mintlify/docs.json
index d1a071932..41233d690 100644
--- a/docs-mintlify/docs.json
+++ b/docs-mintlify/docs.json
@@ -154,7 +154,7 @@
{
"group": "Tutorials",
"pages": [
- "guides/other/tutorials/build-a-saas-with-stack-auth",
+ "guides/other/tutorials/build-a-saas-with-hexclave",
"guides/other/tutorials/build-a-team-based-app",
"guides/other/tutorials/ship-production-ready-auth"
]
diff --git a/docs-mintlify/guides/other/tutorials/build-a-saas-with-stack-auth.mdx b/docs-mintlify/guides/other/tutorials/build-a-saas-with-hexclave.mdx
similarity index 100%
rename from docs-mintlify/guides/other/tutorials/build-a-saas-with-stack-auth.mdx
rename to docs-mintlify/guides/other/tutorials/build-a-saas-with-hexclave.mdx
diff --git a/docs-mintlify/guides/other/tutorials/build-a-team-based-app.mdx b/docs-mintlify/guides/other/tutorials/build-a-team-based-app.mdx
index 29aa237f5..967c580f1 100644
--- a/docs-mintlify/guides/other/tutorials/build-a-team-based-app.mdx
+++ b/docs-mintlify/guides/other/tutorials/build-a-team-based-app.mdx
@@ -5,7 +5,7 @@ description: Model B2B tenants as teams, wire team selection and deep links, enf
This tutorial walks through a **multi-tenant** product where a **team** is the customer boundary (workspace, organization, account). You get membership-scoped team access, permission checks, team selection UX, and invitations.
-If you have not installed Stack yet (handler routes, `HexclaveProvider`, environment variables), start with [Build a SaaS with Hexclave](/guides/other/tutorials/build-a-saas-with-stack-auth), then continue here.
+If you have not installed Stack yet (handler routes, `HexclaveProvider`, environment variables), start with [Build a SaaS with Hexclave](/guides/other/tutorials/build-a-saas-with-hexclave), then continue here.
## What you will have at the end
@@ -17,7 +17,7 @@ If you have not installed Stack yet (handler routes, `HexclaveProvider`, environ
## Prerequisites
-- Hexclave installed as in [Build a SaaS with Hexclave](/guides/other/tutorials/build-a-saas-with-stack-auth) (Next.js App Router examples below assume `stackServerApp` in `stack/server.ts` and `@hexclave/next` in the app).
+- Hexclave installed as in [Build a SaaS with Hexclave](/guides/other/tutorials/build-a-saas-with-hexclave) (Next.js App Router examples below assume `stackServerApp` in `stack/server.ts` and `@hexclave/next` in the app).
- A project in the [dashboard](https://app.hexclave.com/projects) where you can edit **Teams** and **Team permissions**.