diff --git a/README.md b/README.md index 6d74f729..8bafc992 100644 --- a/README.md +++ b/README.md @@ -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)