-
Going Further
+
Going Further
Configure Stack App deeply, integrate your backend, and use lower-level interfaces where needed.
- Stack App
+ Stack App
Backend Integration
Local Development
@@ -166,7 +166,7 @@ export const copyGeneratedSetupPrompt = async (event) => {
useUser
- StackApp
+ StackApp
User Type
diff --git a/docs-mintlify/llms-full.txt b/docs-mintlify/llms-full.txt
index 1acfe8dc8..8664e261e 100644
--- a/docs-mintlify/llms-full.txt
+++ b/docs-mintlify/llms-full.txt
@@ -34,7 +34,7 @@ The full docs sidebar — generated from the live navigation. Fetch any of these
- [User Fundamentals](https://docs.hexclave.com/guides/getting-started/user-fundamentals)
- [AI Integration](https://docs.hexclave.com/guides/getting-started/ai-integration)
- **Going Further**
- - [Stack App](https://docs.hexclave.com/guides/going-further/stack-app)
+ - [Stack App](https://docs.hexclave.com/guides/going-further/hexclave-app)
- [Backend Integration](https://docs.hexclave.com/guides/going-further/backend-integration)
- [CLI](https://docs.hexclave.com/guides/going-further/cli)
- [User Metadata](https://docs.hexclave.com/guides/going-further/user-metadata)
diff --git a/docs-mintlify/sdk/hooks/use-stack-app.mdx b/docs-mintlify/sdk/hooks/use-hexclave-app.mdx
similarity index 85%
rename from docs-mintlify/sdk/hooks/use-stack-app.mdx
rename to docs-mintlify/sdk/hooks/use-hexclave-app.mdx
index 7c8372e23..01af0f709 100644
--- a/docs-mintlify/sdk/hooks/use-stack-app.mdx
+++ b/docs-mintlify/sdk/hooks/use-hexclave-app.mdx
@@ -6,7 +6,7 @@ icon: "react"
mode: "wide"
---
-The `useHexclaveApp` hook returns a `HexclaveClientApp` object from the one that you provided in the setup flow. If you want to learn more about the `HexclaveClientApp` object, check out the [StackApp](/sdk/objects/stack-app) documentation.
+The `useHexclaveApp` hook returns a `HexclaveClientApp` object from the one that you provided in the setup flow. If you want to learn more about the `HexclaveClientApp` object, check out the [StackApp](/sdk/objects/hexclave-app) documentation.
## Usage
@@ -22,4 +22,4 @@ function MyComponent() {
## Related
- [Setup guide](/guides/getting-started/setup)
-- [StackApp object reference](/sdk/objects/stack-app)
+- [StackApp object reference](/sdk/objects/hexclave-app)
diff --git a/docs-mintlify/sdk/hooks/use-user.mdx b/docs-mintlify/sdk/hooks/use-user.mdx
index 1f42f0ca1..9f8c409ee 100644
--- a/docs-mintlify/sdk/hooks/use-user.mdx
+++ b/docs-mintlify/sdk/hooks/use-user.mdx
@@ -8,7 +8,7 @@ mode: "wide"
This standalone React hook is an alias for `useHexclaveApp().useUser()`. It only exists for convenience; it does not have any additional functionality.
-For more information, please refer to the [documentation for `hexclaveClientApp.useUser()`](/sdk/objects/stack-app#stackclientappuseuseroptions).
+For more information, please refer to the [documentation for `hexclaveClientApp.useUser()`](/sdk/objects/hexclave-app#stackclientappuseuseroptions).
## Usage
@@ -28,5 +28,5 @@ function MyComponent() {
## Related
-- [StackApp object reference](/sdk/objects/stack-app)
+- [StackApp object reference](/sdk/objects/hexclave-app)
- [User type reference](/sdk/types/user)
diff --git a/docs-mintlify/sdk/objects/stack-app.mdx b/docs-mintlify/sdk/objects/hexclave-app.mdx
similarity index 99%
rename from docs-mintlify/sdk/objects/stack-app.mdx
rename to docs-mintlify/sdk/objects/hexclave-app.mdx
index aa7457bc6..ad11e2ece 100644
--- a/docs-mintlify/sdk/objects/stack-app.mdx
+++ b/docs-mintlify/sdk/objects/hexclave-app.mdx
@@ -14,7 +14,7 @@ import {
MethodReturns,
} from "/snippets/sdk-type-components.jsx";
-This is a detailed reference for the `StackApp` object. If you're looking for a more high-level overview, please read the [respective page in the Concepts section](/guides/going-further/stack-app).
+This is a detailed reference for the `StackApp` object. If you're looking for a more high-level overview, please read the [respective page in the Concepts section](/guides/going-further/hexclave-app).
## Overview
@@ -27,7 +27,7 @@ This is a detailed reference for the `StackApp` object. If you're looking for a
A `StackApp` with client-level permissions. It contains most of the useful methods and hooks for your client-side code.
-Most commonly you get an instance of `HexclaveClientApp` by calling [`useHexclaveApp()`](/sdk/hooks/use-stack-app) in a Client Component.
+Most commonly you get an instance of `HexclaveClientApp` by calling [`useHexclaveApp()`](/sdk/hooks/use-hexclave-app) in a Client Component.
## Table of Contents
@@ -496,7 +496,7 @@ If you're building a client-only app and don't have a `SECRET_SERVER_KEY`, you c
# HexclaveServerApp
-Like `HexclaveClientApp`, but with [server permissions](/guides/going-further/stack-app#client-vs-server). Has full read and write access to all users.
+Like `HexclaveClientApp`, but with [server permissions](/guides/going-further/hexclave-app#client-vs-server). Has full read and write access to all users.