Rebuild README.md for the Hexclave rebrand (#1474)
## Summary Rebuilds the project README from scratch for the Stack Auth → Hexclave rebrand. The previous README was out of date. The README rewrite also surfaced a few stale Stack-Auth references in adjacent docs, which are fixed in the same PR. ### README New structure: - **Top section**: name, "The user infrastructure platform" tagline, intro paragraph, links, and badges - **Get started**: a single AI-agent setup prompt (`Read skill.hexclave.com and help me setup hexclave in this project`) - **What's included**: a catalog of the non-alpha apps (Authentication, Teams, RBAC, API Keys, Payments, Emails, Analytics, Webhooks, Data Vault, Launch Checklist), each with a logo, blurb, and screenshot - **Contributing**: pointer to `CONTRIBUTING.md`, Discord, and the security contact - **Contributors**: restored at the bottom, now pointing at the correct `hexclave/stack-auth` repo on contrib.rocks Note: an explicit **SDKs** section was intentionally dropped for now — the `@hexclave/next`, `@hexclave/react`, `@hexclave/js` packages aren't yet published under that scope, and surfacing install instructions for unpublished packages would just confuse landing users. The badges in the header still call out the supported SDKs, and the setup prompt routes users to docs. We'll add a dedicated SDKs section once the packages exist. ### CONTRIBUTING.md & SECURITY.md Both still referenced Stack Auth after the README rewrite. Updated: - `CONTRIBUTING.md`: "Stack Auth" → "Hexclave", `discord.stack-auth.com` → `discord.hexclave.com`, `docs.stack-auth.com` → `docs.hexclave.com`, `security@stack-auth.com` → `security@hexclave.com` - `.github/SECURITY.md`: "Stack Auth" → "Hexclave", `team@stack-auth.com` → `team@hexclave.com`, `security@stack-auth.com` → `security@hexclave.com` This keeps the disclosure flow consistent across the three docs. ### Markdown lint / a11y polish - Added a `text` language tag to the bare fenced block under "Get started" (markdownlint MD040) - Added `alt=""` to the 10 inline heading logos (markdownlint MD045) — empty alt is correct here because the heading text immediately to the right already names the section, so the logo is decorative ## Open items A few rebrand details still need confirmation; this PR assumes them and uses them in copy: - Domains assumed: `hexclave.com`, `docs.hexclave.com`, `app.hexclave.com`, `discord.hexclave.com`, `security@hexclave.com`, `team@hexclave.com`. Only `skill.hexclave.com` is confirmed. - The `skill.hexclave.com` setup-prompt page needs to exist for the Get started flow to work. - License and Self-hosting sections were intentionally omitted; the header badges were kept. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Rebranded the project from "Stack Auth" to "Hexclave" with a new streamlined README, hero section, and updated feature catalog * Updated contribution guide with Hexclave-specific links, added Discord coordination before starting work, and adjusted setup instructions * Updated security policy and contact emails for vulnerability reporting and consulting * Refined table-of-contents workflow to target the contributing guide only <!-- review_stack_entry_start --> [](https://app.coderabbit.ai/change-stack/hexclave/stack-auth/pull/1474?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack) <!-- review_stack_entry_end --> <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: BilalG1 <BilalG1@users.noreply.github.com>
BIN
.github/assets/app-shots/analytics.png
vendored
Normal file
|
After Width: | Height: | Size: 180 KiB |
BIN
.github/assets/app-shots/api-keys.png
vendored
Normal file
|
After Width: | Height: | Size: 134 KiB |
BIN
.github/assets/app-shots/authentication.png
vendored
Normal file
|
After Width: | Height: | Size: 170 KiB |
BIN
.github/assets/app-shots/data-vault.png
vendored
Normal file
|
After Width: | Height: | Size: 177 KiB |
BIN
.github/assets/app-shots/emails.png
vendored
Normal file
|
After Width: | Height: | Size: 138 KiB |
BIN
.github/assets/app-shots/launch-checklist.png
vendored
Normal file
|
After Width: | Height: | Size: 97 KiB |
BIN
.github/assets/app-shots/payments.png
vendored
Normal file
|
After Width: | Height: | Size: 65 KiB |
BIN
.github/assets/app-shots/rbac.png
vendored
Normal file
|
After Width: | Height: | Size: 94 KiB |
BIN
.github/assets/app-shots/teams.png
vendored
Normal file
|
After Width: | Height: | Size: 107 KiB |
BIN
.github/assets/app-shots/webhooks.png
vendored
Normal file
|
After Width: | Height: | Size: 86 KiB |
BIN
.github/assets/comparison.png
vendored
Normal file
|
After Width: | Height: | Size: 40 KiB |
1
.github/assets/hexclave-header.svg
vendored
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
.github/assets/logos/analytics.png
vendored
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
.github/assets/logos/api-keys.png
vendored
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
.github/assets/logos/authentication.png
vendored
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
.github/assets/logos/data-vault.png
vendored
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
.github/assets/logos/emails.png
vendored
Normal file
|
After Width: | Height: | Size: 7.4 KiB |
BIN
.github/assets/logos/launch-checklist.png
vendored
Normal file
|
After Width: | Height: | Size: 7.8 KiB |
BIN
.github/assets/logos/payments.png
vendored
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
.github/assets/logos/rbac.png
vendored
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
.github/assets/logos/teams.png
vendored
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
.github/assets/logos/webhooks.png
vendored
Normal file
|
After Width: | Height: | Size: 7.8 KiB |
2
.github/workflows/table-of-contents.yaml
vendored
@ -22,4 +22,4 @@ jobs:
|
||||
- uses: technote-space/toc-generator@9e238e7974de5fcf7b17b7acc54c896160dda0a3 # v4
|
||||
with:
|
||||
TOC_TITLE: ""
|
||||
TARGET_PATHS: "README*.md,CONTRIBUTING.md"
|
||||
TARGET_PATHS: "CONTRIBUTING.md"
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
Welcome to Hexclave!
|
||||
|
||||
Due to the nature of authentication, this may not be the easiest project to contribute to, so if you are looking for projects to help gain programming experience, we may not be a great match. If you're looking for projects for beginners, check out [Awesome First PR Opportunities](https://github.com/MunGell/awesome-for-beginners).
|
||||
Due to the nature of user infrastructure, this may not be the easiest project to contribute to, so if you are looking for projects to help gain programming experience, we may not be a great match. If you're looking for projects for beginners, check out [Awesome First PR Opportunities](https://github.com/MunGell/awesome-for-beginners).
|
||||
|
||||
## Table of contents
|
||||
|
||||
@ -25,7 +25,7 @@ If you think Hexclave is a good fit for you, follow these steps:
|
||||
2. [Use Hexclave](https://docs.hexclave.com/). The best way to understand the project is to use it. Build an application on top of Hexclave, and post it on GitHub or write a blog post about how you built it. This also lets us assess your skills and understand where you could best help the project.
|
||||
3. Give us feedback on Discord or GitHub; let us know where you got stuck, and which things you wish were easier. (We appreciate contributions most when they solve problems the authors encountered themselves in real usage.)
|
||||
4. Contribute to the [documentation](https://docs.hexclave.com) and create examples & guides. This way, you can share your knowledge and expertise with everyone else who's just getting started.
|
||||
5. Only then, start [contributing to the codebase](README.md#-development--contribution). Coordinate with us on Discord beforehand to ensure we are not working on the same thing already, and to make sure a task is not more difficult than it seems.
|
||||
5. Only then, start [contributing to the codebase](README.md#contributing). Coordinate with us on Discord beforehand to ensure we are not working on the same thing already, and to make sure a task is not more difficult than it seems.
|
||||
|
||||
|
||||
## Security & bug bounties
|
||||
|
||||
325
README.md
@ -1,196 +1,181 @@
|
||||
[](https://hexclave.com)
|
||||
|
||||
<h3 align="center">
|
||||
<a href="https://docs.hexclave.com">📘 Docs</a>
|
||||
| <a href="https://hexclave.com/">☁️ Hosted Version</a>
|
||||
| <a href="https://demo.hexclave.com/">✨ Demo</a>
|
||||
| <a href="https://discord.hexclave.com">🎮 Discord</a>
|
||||
</h4>
|
||||
|
||||
# Hexclave: The open-source auth platform
|
||||
|
||||
Hexclave is a managed user authentication solution. It is developer-friendly and fully open-source (licensed under MIT and AGPL).
|
||||
|
||||
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, React, and JavaScript frontends, along with any backend that can use our [REST API](https://docs.hexclave.com/api/overview). Check out our [setup guide](https://docs.hexclave.com/docs/next/getting-started/setup) to get started.
|
||||
|
||||
<div align="center">
|
||||
<img alt="Hexclave Setup" src=".github/assets/create-project.gif" width="400" />
|
||||
|
||||
<img src=".github/assets/hexclave-header.svg" alt="Hexclave" width="320"/>
|
||||
|
||||
<br/>
|
||||
|
||||
**The user infrastructure platform.**
|
||||
|
||||
Hexclave handles everything around your users: authentication, teams,
|
||||
payments, emails, analytics, and much more. Start in minutes on the hosted
|
||||
cloud. Your data is always yours to export and self-host.
|
||||
|
||||
[Website](https://hexclave.com) · [Docs](https://docs.hexclave.com) · [Dashboard](https://app.hexclave.com) · [Discord](https://discord.hexclave.com)
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
</div>
|
||||
|
||||
## Table of contents
|
||||
---
|
||||
|
||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
<div align="center">
|
||||
<img src=".github/assets/comparison.png" alt="Where Hexclave fits in the infrastructure stack" width="900"/>
|
||||
</div>
|
||||
|
||||
- [How is this different from X?](#how-is-this-different-from-x)
|
||||
- [✨ Features](#-features)
|
||||
- [📦 Installation & Setup](#-installation--setup)
|
||||
- [🌱 Some community projects built with Hexclave](#-some-community-projects-built-with-hexclave)
|
||||
- [Templates](#templates)
|
||||
- [Examples](#examples)
|
||||
- [🏗 Development & Contribution](#-development--contribution)
|
||||
- [Requirements](#requirements)
|
||||
- [Setup](#setup)
|
||||
- [Useful commands](#useful-commands)
|
||||
- [❤ Contributors](#-contributors)
|
||||
## Get started
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
Setting up Hexclave is one prompt. Paste this into your coding agent of choice:
|
||||
|
||||
## How is this different from X?
|
||||
|
||||
Ask yourself about `X`:
|
||||
|
||||
- Is `X` open-source?
|
||||
- Is `X` developer-friendly, well-documented, and lets you get started in minutes?
|
||||
- Besides authentication, does `X` also do authorization and user management (see feature list below)?
|
||||
|
||||
If you answered "no" to any of these questions, then that's how Hexclave is different from `X`.
|
||||
|
||||
## ✨ Features
|
||||
|
||||
To get notified first when we add new features, please subscribe to [our newsletter](https://stack-auth.beehiiv.com/subscribe).
|
||||
|
||||
| | |
|
||||
|-|:-:|
|
||||
| <h3>`<SignIn/>` and `<SignUp/>`</h3> Authentication components that support OAuth, password credentials, and magic links, with shared development keys to make setup faster. All components support dark/light modes. | <img alt="Sign-in component" src=".github/assets/dark-light-mode.png" width="250px"> |
|
||||
| <h3>Idiomatic Next.js APIs</h3> We build on server components, React hooks, and route handlers. |  |
|
||||
| <h3>User dashboard</h3> Dashboard to filter, analyze, and edit users. Replaces the first internal tool you would have to build. |  |
|
||||
| <h3>Account settings</h3> Lets users update their profile, verify their e-mail, or change their password. No setup required. | <img alt="Account settings component" src=".github/assets/account-settings.png" width="300px"> |
|
||||
| <h3>Multi-tenancy & teams</h3> Manage B2B customers with an organization structure that makes sense and scales to millions. | <img alt="Selected team switcher component" src=".github/assets/team-switcher.png" width="400px"> |
|
||||
| <h3>Role-based access control</h3> Define an arbitrary permission graph and assign it to users. Organizations can create org-specific roles. | <img alt="RBAC" src=".github/assets/permissions.png" width="400px"> |
|
||||
| <h3>OAuth Connections</h3>Beyond login, Hexclave can also manage access tokens for third-party APIs, such as Outlook and Google Calendar. It handles refreshing tokens and controlling scope, making access tokens accessible via a single function call. | <img alt="OAuth tokens" src=".github/assets/connected-accounts.png" width="250px"> |
|
||||
| <h3>Passkeys</h3> Support for passwordless authentication using passkeys, allowing users to sign in securely with biometrics or security keys across all their devices. | <img alt="OAuth tokens" src=".github/assets/passkeys.png" width="400px"> |
|
||||
| <h3>Impersonation</h3> Impersonate users for debugging and support, logging into their account as if you were them. | <img alt="Webhooks" src=".github/assets/impersonate.png" width="350px"> |
|
||||
| <h3>Webhooks</h3> Get notified when users use your product, built on Svix. | <img alt="Webhooks" src=".github/assets/stack-webhooks.png" width="300px"> |
|
||||
| <h3>Automatic emails</h3> Send customizable emails on triggers such as sign-up, password reset, and email verification, editable with a WYSIWYG editor. | <img alt="Email templates" src=".github/assets/email-editor.png" width="400px"> |
|
||||
| <h3>User session & JWT handling</h3> Hexclave manages refresh and access tokens, JWTs, and cookies, resulting in the best performance at no implementation cost. | <img alt="User button" src=".github/assets/user-button.png" width="400px"> |
|
||||
| <h3>M2M authentication</h3> Use short-lived access tokens to authenticate your machines to other machines. | <img src=".github/assets/m2m-auth.png" alt="M2M authentication" width="400px"> |
|
||||
|
||||
|
||||
## 📦 Installation & Setup
|
||||
|
||||
To install Hexclave in your Next.js project (for React, JavaScript, or other frameworks, see our [complete documentation](https://docs.hexclave.com)):
|
||||
|
||||
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=<your-project-id>
|
||||
NEXT_PUBLIC_STACK_PUBLISHABLE_CLIENT_KEY=<your-publishable-client-key>
|
||||
STACK_SECRET_SERVER_KEY=<your-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.
|
||||
|
||||
## 🌱 Some community projects built with Hexclave
|
||||
|
||||
Have your own? Happy to feature it if you create a PR or message us on [Discord](https://discord.hexclave.com).
|
||||
|
||||
### Templates
|
||||
- [Hexclave Template by Hexclave Team](https://github.com/hexclave/hexclave-template)
|
||||
- [Next SaaSkit by wolfgunblood](https://github.com/wolfgunblood/nextjs-saaskit)
|
||||
- [SaaS Boilerplate by Robin Faraj](https://github.com/robinfaraj/saas-boilerplate)
|
||||
|
||||
### Examples
|
||||
- [Hexclave Example by career-tokens](https://github.com/career-tokens/StackYCAuth)
|
||||
- [Hexclave Demo by the Hexclave team](https://github.com/hexclave/hexclave/tree/dev/examples/demo)
|
||||
- [Hexclave E-Commerce Example by the Hexclave team](https://github.com/hexclave/hexclave/tree/dev/examples/e-commerce)
|
||||
|
||||
## 🏗 Development & Contribution
|
||||
|
||||
This is for you if you want to contribute to the Hexclave project or run the Hexclave dashboard locally.
|
||||
|
||||
**Important**: Please read the [contribution guidelines](CONTRIBUTING.md) carefully and join [our Discord](https://discord.hexclave.com) if you'd like to help.
|
||||
|
||||
### Requirements
|
||||
|
||||
- Node v20
|
||||
- pnpm v9
|
||||
- Docker
|
||||
|
||||
### Setup
|
||||
|
||||
Note: 24GB+ of RAM is recommended for a smooth development experience.
|
||||
|
||||
In a new terminal:
|
||||
|
||||
```sh
|
||||
pnpm install
|
||||
|
||||
# Build the packages and generate code. We only need to do this once, as `pnpm dev` will do this from now on
|
||||
pnpm build:packages
|
||||
pnpm codegen
|
||||
|
||||
# Start the dependencies (DB, Inbucket, etc.) as Docker containers, seeding the DB with the Prisma schema
|
||||
# Make sure you have Docker (or OrbStack) installed and running
|
||||
pnpm restart-deps
|
||||
|
||||
# Start the dev server
|
||||
pnpm dev
|
||||
|
||||
# In a different terminal, run tests in watch mode
|
||||
pnpm test # useful: --no-watch (disables watch mode) and --bail 1 (stops after the first failure)
|
||||
```text
|
||||
Read skill.hexclave.com and help me setup hexclave in this project
|
||||
```
|
||||
|
||||
You can now open the dev launchpad at [http://localhost:8100](http://localhost:8100). From there, you can navigate to the dashboard at [http://localhost:8101](http://localhost:8101), API on port 8102, demo on port 8103, docs on port 8104, Inbucket (e-mails) on port 8105, and Prisma Studio on port 8106. See the dev launchpad for a list of all running services.
|
||||
## What's included
|
||||
|
||||
Your IDE may show an error on all `@stackframe/XYZ` imports. To fix this, simply restart the TypeScript language server; for example, in VSCode you can open the command palette (Ctrl+Shift+P) and run `Developer: Reload Window` or `TypeScript: Restart TS server`.
|
||||
Hexclave ships as a catalog of apps you switch on as your product needs them.
|
||||
Each one is built on the same user model, and new apps land regularly.
|
||||
|
||||
Pre-populated .env files for the setup below are available and used by default in `.env.development` in each of the packages. However, if you're creating a production build (eg. with `pnpm run build`), you must supply the environment variables manually (see below).
|
||||
<table><tr>
|
||||
<td width="50%" valign="middle">
|
||||
|
||||
### Useful commands
|
||||
### <img src=".github/assets/logos/authentication.png" alt="" width="40" align="top"/> Authentication
|
||||
|
||||
```sh
|
||||
# NOTE:
|
||||
# Please see the dev launchpad (default: http://localhost:8100) for a list of all running services.
|
||||
Authentication that just works with passkeys, OAuth, and CLI auth. Drop in one component and ship the whole flow; auth methods toggle from the dashboard with no code changes needed.
|
||||
|
||||
# Installation commands
|
||||
pnpm install: Installs dependencies
|
||||
</td>
|
||||
<td width="50%" valign="middle" align="center">
|
||||
<img src=".github/assets/app-shots/authentication.png" width="520" alt="Authentication"/>
|
||||
</td>
|
||||
</tr></table>
|
||||
|
||||
# Types & linting commands
|
||||
pnpm typecheck: Runs the TypeScript type checker. May require a build or dev server to run first.
|
||||
pnpm lint: Runs the ESLint linter. Optionally, pass `--fix` to fix some of the linting errors. May require a build or dev server to run first.
|
||||
<table><tr>
|
||||
<td width="50%" valign="middle">
|
||||
|
||||
# Build commands
|
||||
pnpm build: Builds all projects, including apps, packages, examples, and docs. Also runs code-generation tasks. Before you can run this, you will have to copy all `.env.development` files in the folders to `.env.production.local` or set the environment variables manually.
|
||||
pnpm build:packages: Builds all the npm packages.
|
||||
pnpm codegen: Runs all the code-generation tasks, eg. Prisma client and OpenAPI docs generation.
|
||||
### <img src=".github/assets/logos/teams.png" alt="" width="40" align="top"/> Teams
|
||||
|
||||
# Development commands
|
||||
pnpm dev: Runs the development servers of the main projects, excluding most examples. On the first run, requires the packages to be built and codegen to be run. After that, it will watch for file changes (including those in code-generation files). If you have to restart the development server for anything, that is a bug that you can report.
|
||||
pnpm dev:full: Runs the development servers for all projects, including examples.
|
||||
pnpm dev:basic: Runs the development servers only for the necessary services (backend and dashboard). Not recommended for most users, upgrade your machine instead.
|
||||
Build for teams, not just users, with workspaces, email invites, and roles that actually gate the work. The workspace switcher remembers selection, invites auto sign up new users, and permissions hold up under audit.
|
||||
|
||||
# Environment commands
|
||||
pnpm start-deps: Starts the Docker dependencies (DB, Inbucket, etc.) as Docker containers, and initializes them with the seed script & migrations. Note: The started dependencies will be visible on the dev launchpad (port 8100 by default).
|
||||
pnpm stop-deps: Stops the Docker dependencies (DB, Inbucket, etc.) and deletes the data on them.
|
||||
pnpm restart-deps: Stops and starts the dependencies.
|
||||
</td>
|
||||
<td width="50%" valign="middle" align="center">
|
||||
<img src=".github/assets/app-shots/teams.png" width="520" alt="Teams"/>
|
||||
</td>
|
||||
</tr></table>
|
||||
|
||||
# Database commands
|
||||
pnpm db:migration-gen: Currently not used. Please generate Prisma migrations manually (or with AI).
|
||||
pnpm db:reset: Resets the database to the initial state. Run automatically by `pnpm start-deps`.
|
||||
pnpm db:init: Initializes the database with the seed script & migrations. Run automatically by `pnpm db:reset`.
|
||||
pnpm db:seed: Re-seeds the database with the seed script. Run automatically by `pnpm db:init`.
|
||||
pnpm db:migrate: Runs the migrations. Run automatically by `pnpm db:init`.
|
||||
<table><tr>
|
||||
<td width="50%" valign="middle">
|
||||
|
||||
# Testing commands
|
||||
pnpm test <file-filters>: Runs the tests. Pass `--bail 1` to make the test only run until the first failure. Pass `--no-watch` to run the tests once instead of in watch mode.
|
||||
### <img src=".github/assets/logos/rbac.png" alt="" width="40" align="top"/> RBAC
|
||||
|
||||
# Various commands
|
||||
pnpm explain-query: Paste a SQL query to get an explanation of the query plan, helping you debug performance issues.
|
||||
pnpm verify-data-integrity: Verify the integrity of the data in the database by running a bunch of integrity checks. This should never fail at any point in time (unless you messed with the DB manually).
|
||||
```
|
||||
Permissions, sorted: roles that nest and one permission check that works the same on server or client. Define them in the dashboard, check them anywhere in your code.
|
||||
|
||||
Note: When working with AI, you should keep a terminal tab with the dev server open so the AI can run queries against it.
|
||||
</td>
|
||||
<td width="50%" valign="middle" align="center">
|
||||
<img src=".github/assets/app-shots/rbac.png" width="520" alt="RBAC"/>
|
||||
</td>
|
||||
</tr></table>
|
||||
|
||||
<table><tr>
|
||||
<td width="50%" valign="middle">
|
||||
|
||||
### <img src=".github/assets/logos/api-keys.png" alt="" width="40" align="top"/> API Keys
|
||||
|
||||
API keys without the footguns: leaked keys get auto-revoked, work for users and teams, and show the full secret only once. We never keep the plaintext after creation.
|
||||
|
||||
</td>
|
||||
<td width="50%" valign="middle" align="center">
|
||||
<img src=".github/assets/app-shots/api-keys.png" width="520" alt="API Keys"/>
|
||||
</td>
|
||||
</tr></table>
|
||||
|
||||
<table><tr>
|
||||
<td width="50%" valign="middle">
|
||||
|
||||
### <img src=".github/assets/logos/payments.png" alt="" width="40" align="top"/> Payments
|
||||
|
||||
Payments without the plumbing for subscriptions, one-time charges, and usage metering with credits. Bill a person or a whole team with one model, no separate codepath.
|
||||
|
||||
</td>
|
||||
<td width="50%" valign="middle" align="center">
|
||||
<img src=".github/assets/app-shots/payments.png" width="520" alt="Payments"/>
|
||||
</td>
|
||||
</tr></table>
|
||||
|
||||
<table><tr>
|
||||
<td width="50%" valign="middle">
|
||||
|
||||
### <img src=".github/assets/logos/emails.png" alt="" width="40" align="top"/> Emails
|
||||
|
||||
Email that delivers and tells you so, handling transactional and marketing sends from one API. Edit templates with an AI editor, theme once, and track every open and click.
|
||||
|
||||
</td>
|
||||
<td width="50%" valign="middle" align="center">
|
||||
<img src=".github/assets/app-shots/emails.png" width="520" alt="Emails"/>
|
||||
</td>
|
||||
</tr></table>
|
||||
|
||||
<table><tr>
|
||||
<td width="50%" valign="middle">
|
||||
|
||||
### <img src=".github/assets/logos/analytics.png" alt="" width="40" align="top"/> Analytics
|
||||
|
||||
Know your users with no data stack required, with live active user counts and session replays out of the box. Ask in plain English to build dashboards or write SQL to save queries, all with one flag enabled.
|
||||
|
||||
</td>
|
||||
<td width="50%" valign="middle" align="center">
|
||||
<img src=".github/assets/app-shots/analytics.png" width="520" alt="Analytics"/>
|
||||
</td>
|
||||
</tr></table>
|
||||
|
||||
<table><tr>
|
||||
<td width="50%" valign="middle">
|
||||
|
||||
### <img src=".github/assets/logos/webhooks.png" alt="" width="40" align="top"/> Webhooks
|
||||
|
||||
React to every user event in real time with signed, tamper-proof webhooks. Retries and backoff are handled for you; verify in five lines and manage endpoints from the dashboard.
|
||||
|
||||
</td>
|
||||
<td width="50%" valign="middle" align="center">
|
||||
<img src=".github/assets/app-shots/webhooks.png" width="520" alt="Webhooks"/>
|
||||
</td>
|
||||
</tr></table>
|
||||
|
||||
<table><tr>
|
||||
<td width="50%" valign="middle">
|
||||
|
||||
### <img src=".github/assets/logos/data-vault.png" alt="" width="40" align="top"/> Data Vault
|
||||
|
||||
A safe for the secrets your users hand you, locked with your secret so we never see the plaintext. Store and retrieve tokens in two lines each, server-only by design.
|
||||
|
||||
</td>
|
||||
<td width="50%" valign="middle" align="center">
|
||||
<img src=".github/assets/app-shots/data-vault.png" width="520" alt="Data Vault"/>
|
||||
</td>
|
||||
</tr></table>
|
||||
|
||||
<table><tr>
|
||||
<td width="50%" valign="middle">
|
||||
|
||||
### <img src=".github/assets/logos/launch-checklist.png" alt="" width="40" align="top"/> Launch Checklist
|
||||
|
||||
Run through the must-do checks before flipping to production: domain setup, callbacks locked, secrets rotated. The progress tracker keeps your team aligned so nothing critical slips through on launch day.
|
||||
|
||||
</td>
|
||||
<td width="50%" valign="middle" align="center">
|
||||
<img src=".github/assets/app-shots/launch-checklist.png" width="520" alt="Launch Checklist"/>
|
||||
</td>
|
||||
</tr></table>
|
||||
|
||||
## Contributing
|
||||
|
||||
Hexclave is open source, and contributions are welcome. Read
|
||||
[`CONTRIBUTING.md`](./CONTRIBUTING.md) to get started, and say hello in
|
||||
[Discord](https://discord.hexclave.com) before picking up anything large.
|
||||
Found a security issue? Email security@hexclave.com.
|
||||
|
||||
## ❤ Contributors
|
||||
|
||||
<a href="https://github.com/hexclave/hexclave/graphs/contributors">
|
||||
<img src="https://contrib.rocks/image?repo=stack-auth/stack&columns=9" width="100%" />
|
||||
<a href="https://github.com/hexclave/stack-auth/graphs/contributors">
|
||||
<img src="https://contrib.rocks/image?repo=hexclave/stack-auth&columns=9" alt="Contributors" width="100%" />
|
||||
</a>
|
||||
|
||||