mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 12:12:53 +00:00
26 lines
885 B
Markdown
26 lines
885 B
Markdown
# ZITADEL Login UI
|
||
|
||
This is going to be our next UI for the hosted login. It's based on Next.js 13 and its introduced `app/` directory.
|
||
|
||
The Login UI should provide the following functionality:
|
||
|
||
- **Login API:** Uses the new ZITADEL Login API
|
||
- **Server Components:** Making server-first components
|
||
|
||
## Running Locally
|
||
|
||
1. Install dependencies: `yarn install`
|
||
1. Start the dev server: `yarn dev`
|
||
|
||
## Documentation
|
||
|
||
https://beta.nextjs.org/docs
|
||
|
||
<!--
|
||
|
||
This can be uncommented once @zitadel/... packages are available in the public npm registry
|
||
|
||
## Deploy your own
|
||
|
||
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fzitadel%2Ftypescript%2Ftree%2Fmain%2Fapps%2Flogin&env=ZITADEL_API_URL,ZITADEL_SERVICE_USER_TOKEN&demo-title=Next.js%20Login&demo-description=A%20Login%20Application%20built%20with%20Next.js) -->
|