diff --git a/packages/cli/README.md b/packages/cli/README.md new file mode 100644 index 000000000..841cd5373 --- /dev/null +++ b/packages/cli/README.md @@ -0,0 +1,19 @@ +# @hexclave/cli + +The CLI for [Hexclave](https://hexclave.com) — open-source authentication and user management. + +## Installation + +```bash +npm install -g @hexclave/cli +``` + +## Documentation + +Full documentation is available at [docs.hexclave.com](https://docs.hexclave.com). + +## Links + +- [Hexclave](https://hexclave.com) +- [Documentation](https://docs.hexclave.com) +- [GitHub](https://github.com/hexclave/hexclave) diff --git a/packages/dashboard-ui-components/README.md b/packages/dashboard-ui-components/README.md new file mode 100644 index 000000000..8a87d863a --- /dev/null +++ b/packages/dashboard-ui-components/README.md @@ -0,0 +1,19 @@ +# @hexclave/dashboard-ui-components + +Pre-built dashboard UI components for [Hexclave](https://hexclave.com) — open-source authentication and user management. + +## Installation + +```bash +npm install @hexclave/dashboard-ui-components +``` + +## Documentation + +Full documentation is available at [docs.hexclave.com](https://docs.hexclave.com). + +## Links + +- [Hexclave](https://hexclave.com) +- [Documentation](https://docs.hexclave.com) +- [GitHub](https://github.com/hexclave/hexclave) diff --git a/packages/sc/README.md b/packages/sc/README.md new file mode 100644 index 000000000..3f5c0a9e7 --- /dev/null +++ b/packages/sc/README.md @@ -0,0 +1,19 @@ +# @hexclave/sc + +Server components support for [Hexclave](https://hexclave.com) — open-source authentication and user management. + +## Installation + +```bash +npm install @hexclave/sc +``` + +## Documentation + +Full documentation is available at [docs.hexclave.com](https://docs.hexclave.com). + +## Links + +- [Hexclave](https://hexclave.com) +- [Documentation](https://docs.hexclave.com) +- [GitHub](https://github.com/hexclave/hexclave) diff --git a/packages/shared-backend/README.md b/packages/shared-backend/README.md new file mode 100644 index 000000000..cb3fa83d0 --- /dev/null +++ b/packages/shared-backend/README.md @@ -0,0 +1,19 @@ +# @hexclave/shared-backend + +Shared backend utilities for [Hexclave](https://hexclave.com) — open-source authentication and user management. + +## Installation + +```bash +npm install @hexclave/shared-backend +``` + +## Documentation + +Full documentation is available at [docs.hexclave.com](https://docs.hexclave.com). + +## Links + +- [Hexclave](https://hexclave.com) +- [Documentation](https://docs.hexclave.com) +- [GitHub](https://github.com/hexclave/hexclave) diff --git a/packages/shared/README.md b/packages/shared/README.md new file mode 100644 index 000000000..ebe40b1c9 --- /dev/null +++ b/packages/shared/README.md @@ -0,0 +1,19 @@ +# @hexclave/shared + +Shared utilities and types for [Hexclave](https://hexclave.com) — open-source authentication and user management. + +## Installation + +```bash +npm install @hexclave/shared +``` + +## Documentation + +Full documentation is available at [docs.hexclave.com](https://docs.hexclave.com). + +## Links + +- [Hexclave](https://hexclave.com) +- [Documentation](https://docs.hexclave.com) +- [GitHub](https://github.com/hexclave/hexclave) diff --git a/packages/template/README.md b/packages/template/README.md index ea4bca373..1e2237292 100644 --- a/packages/template/README.md +++ b/packages/template/README.md @@ -1,10 +1,21 @@ -# This package has been renamed. +# Hexclave SDK -Stack Auth is now Hexclave! The new packages are: +The official SDK for [Hexclave](https://hexclave.com) — open-source authentication and user management. -- @hexclave/next -- @hexclave/react -- @hexclave/js -- @hexclave/cli +## Packages -See the [migration guide](https://docs.hexclave.com/migration) for more information. +- [`@hexclave/next`](https://www.npmjs.com/package/@hexclave/next) — Next.js SDK +- [`@hexclave/react`](https://www.npmjs.com/package/@hexclave/react) — React SDK +- [`@hexclave/js`](https://www.npmjs.com/package/@hexclave/js) — JavaScript SDK +- [`@hexclave/tanstack-start`](https://www.npmjs.com/package/@hexclave/tanstack-start) — TanStack Start SDK +- [`@hexclave/cli`](https://www.npmjs.com/package/@hexclave/cli) — CLI + +## Documentation + +Full documentation is available at [docs.hexclave.com](https://docs.hexclave.com). + +## Links + +- [Hexclave](https://hexclave.com) +- [Documentation](https://docs.hexclave.com) +- [GitHub](https://github.com/hexclave/hexclave) diff --git a/packages/ui/README.md b/packages/ui/README.md new file mode 100644 index 000000000..fa8599843 --- /dev/null +++ b/packages/ui/README.md @@ -0,0 +1,19 @@ +# @hexclave/ui + +UI components for [Hexclave](https://hexclave.com) — open-source authentication and user management. + +## Installation + +```bash +npm install @hexclave/ui +``` + +## Documentation + +Full documentation is available at [docs.hexclave.com](https://docs.hexclave.com). + +## Links + +- [Hexclave](https://hexclave.com) +- [Documentation](https://docs.hexclave.com) +- [GitHub](https://github.com/hexclave/hexclave)