stack/packages/stack
Konsti Wohlwend 197c1be2b7
i18n with Quetzal (#228)
* Quetzal setup stuff

* Custom translation function

* CI

* Update stuff

* Revert components

* Various fixes

* Hook

* New IDs

* Add auto-gen info header

* Fix CI

* Fix CI

* Update translations

* Update script

* More fixes

* Overrides

* fixed quetzal

* added more translations

* added more translation

* updated translation

* added i18n docs

* updated pnpm lock

* fixed build

---------

Co-authored-by: Zai Shi <zaishi00@outlook.com>
2024-09-12 20:21:45 +02:00
..
scripts i18n with Quetzal (#228) 2024-09-12 20:21:45 +02:00
src i18n with Quetzal (#228) 2024-09-12 20:21:45 +02:00
.env i18n with Quetzal (#228) 2024-09-12 20:21:45 +02:00
.eslintrc.cjs Move code (initial commit) 2024-02-28 14:35:30 +01:00
.gitignore i18n with Quetzal (#228) 2024-09-12 20:21:45 +02:00
CHANGELOG.md chore: update package versions 2024-09-09 20:10:58 -07:00
components.json Scope tailwind (#92) 2024-06-24 15:33:09 +02:00
LICENSE Licenses 2024-02-28 15:27:00 +01:00
next-env.d.ts Move code (initial commit) 2024-02-28 14:35:30 +01:00
package.json i18n with Quetzal (#228) 2024-09-12 20:21:45 +02:00
postcss.config.js Scope tailwind (#92) 2024-06-24 15:33:09 +02:00
quetzal.config.json i18n with Quetzal (#228) 2024-09-12 20:21:45 +02:00
README.md Update README 2024-04-26 23:58:49 +02:00
tailwind.config.js fixed hover color (#94) 2024-06-24 21:13:37 +02:00
tsconfig.json i18n with Quetzal (#228) 2024-09-12 20:21:45 +02:00
tsup.config.ts Client version in header 2024-05-14 14:16:12 +02:00

Stack

Stack is an open-source, self-hostable, and highly customizable authentication and user management system.

We provide frontend and backend libraries for Next.js, React, and JavaScript. You can set it up in one minute and scale with the project as it grows.

Features

  • Composable React components & hooks
  • OAuth (Google, Facebook, GitHub, etc.)
  • Email and password authentication (with email verification and password reset)
  • Easy to set up with proxied providers (no need to sign up and create OAuth endpoints yourself on all the providers)
  • User management & analytics
  • User-associated metadata with client-/server-specific permissions
  • Out-of-the-box Dark/Light mode support
  • suports switching out the underlying UI library, support MUI Joy out of the box
  • 100% open-source!

Currently, only Next.js is supported, but we are working on adding other frameworks.

Installation

To get started with Stack, you need to create a Next.js project using the App router. Then, you can install Stack by running the following command:

npm install @stackframe/stack

For setup, refer to our documentation.