Skip to content

Commit

Permalink
chore: update README (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun authored Aug 7, 2023
1 parent b325164 commit dedeaae
Showing 1 changed file with 24 additions and 21 deletions.
45 changes: 24 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,34 @@
# Logto JavaScript SDKs

The monorepo for SDKs and working samples written in JavaScript (Well, mostly in TypeScript).

## Table of Contents

Please check out the sub-pages for more details:

- [React SDK](https://github.com/logto-io/js/tree/master/packages/react)
- [Vue SDK](https://github.com/logto-io/js/tree/master/packages/vue)
- [Next.js SDK](https://github.com/logto-io/js/tree/master/packages/next)
- [Remix SDK](https://github.com/logto-io/js/tree/master/packages/remix)

## Products

| Name | Description |
| ------- | --------------------------------------------------- |
| js | Logto JavaScript core |
| client | Logto JavaScript cross-platform foundation client |
| browser | Logto browser foundation SDK |
| node | Logto node foundation SDK |
| react | Logto React SDK built on top of browser foundations |
| vue | Logto Vue SDK built on top of browser foundations |
| next | Logto Next.js SDK built on top of node foundations |
| remix | Logto Remix SDK built on top of node foundations |
| Name | Description |
| ---------------------------------- | -------------------------------------------------------- |
| [browser](./packages/browser/) | Logto browser foundation SDK. |
| [capacitor](./packages/capacitor/) | Logto Capacitor SDK built on top of browser foundations. |
| [client](./packages/client/) | Logto JavaScript cross-platform foundation client. |
| [express](./packages/express/) | Logto Express SDK built on top of node foundations. |
| [js](./packages/js/) | Logto JavaScript core. |
| [next](./packages/next/) | Logto Next.js SDK built on top of node foundations. |
| [node](./packages/node/) | Logto node foundation SDK. |
| [react](./packages/react/) | Logto React SDK built on top of browser foundations. |
| [remix](./packages/remix/) | Logto Remix SDK built on top of node foundations. |
| [vue](./packages/vue/) | Logto Vue SDK built on top of browser foundations. |

## Samples

| Name | Description |
| --------------------------------------------- | ------------------------------------------------------------------------ |
| [browser-sample](./browser-sample/) | A sample of using Logto browser SDK. |
| [express-sample](./express-sample/) | A sample of using Logto Express SDK. |
| [next-app-dir-sample](./next-app-dir-sample/) | A sample of using Logto Next.js SDK for Next.js app directory structure. |
| [next-sample](./next-sample/) | A sample of using Logto Next.js SDK. |
| [react-sample](./react-sample/) | A sample of using Logto React SDK. |
| [vue-sample](./vue-sample/) | A sample of using Logto Vue SDK. |

## Resources

[![Website](https://img.shields.io/badge/website-logto.io-8262F8.svg)](https://logto.io/)
[![Docs](https://img.shields.io/badge/docs-logto.io-green.svg)](https://docs.logto.io/docs/sdk/swift/)
[![Docs](https://img.shields.io/badge/docs-logto.io-green.svg)](https://docs.logto.io/)
[![Discord](https://img.shields.io/discord/965845662535147551?logo=discord&logoColor=ffffff&color=7389D8&cacheSeconds=600)](https://discord.gg/UEPaF3j5e6)

0 comments on commit dedeaae

Please sign in to comment.