From 80d1530b48d6f31224bf9fbe5116abdae2d8745e Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Thu, 28 May 2026 09:59:54 -0700 Subject: [PATCH] Update package README --- packages/template/README.md | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/packages/template/README.md b/packages/template/README.md index 862883ac3..ea4bca373 100644 --- a/packages/template/README.md +++ b/packages/template/README.md @@ -1,26 +1,10 @@ -# Hexclave: Open-source Clerk/Auth0 alternative +# This package has been renamed. -## [📘 Docs](https://docs.hexclave.com) | [☁️ Hosted Version](https://hexclave.com/) | [✨ Demo](https://demo.hexclave.com/) | [🎮 Discord](https://discord.hexclave.com) | [GitHub](https://github.com/hexclave/hexclave) +Stack Auth is now Hexclave! The new packages are: -Hexclave is a managed user authentication solution. It is developer-friendly and fully open-source (licensed under MIT and AGPL). +- @hexclave/next +- @hexclave/react +- @hexclave/js +- @hexclave/cli -Hexclave gets you started in just five minutes, after which you'll be ready to use all of its features as you grow your project. Our managed service is completely optional and you can export your user data and self-host, for free, at any time. - -We support Next.js frontends, along with any backend that can use our [REST API](https://docs.hexclave.com/rest-api/overview). Check out our [setup guide](https://docs.hexclave.com/getting-started/setup) to get started. - -## 📦 Installation & Setup - -1. Run Hexclave's installation wizard with the following command: - ```bash - npx @hexclave/cli@latest init - ``` -2. Then, create an account on the [Hexclave dashboard](https://app.hexclave.com/projects), create a new project with an API key, and copy its environment variables into the .env.local file of your Next.js project: - ``` - NEXT_PUBLIC_STACK_PROJECT_ID= - NEXT_PUBLIC_STACK_PUBLISHABLE_CLIENT_KEY= - STACK_SECRET_SERVER_KEY= - ``` -3. That's it! You can run your app with `npm run dev` and go to [http://localhost:3000/handler/signup](http://localhost:3000/handler/signup) to see the sign-up page. You can also check out the account settings page at [http://localhost:3000/handler/account-settings](http://localhost:3000/handler/account-settings). - - -Check out the [documentation](https://docs.hexclave.com/getting-started/setup) for a more detailed guide. +See the [migration guide](https://docs.hexclave.com/migration) for more information.