Logto is an open-source Auth0 alternative designed for modern apps and SaaS products.
This is the official documentation repository for Logto. Here, you will find complete guides, API references, and tutorials to help you integrate and use Logto effectively.
To run the documentation site locally, follow these steps:
-
Clone the repository.
git clone https://github.com/logto-io/docs.git cd docs
-
Install dependencies.
We recommend using PNPM to install dependencies.
pnpm install
-
Start the local development server.
pnpm start
-
Open your browser and navigate to
http://localhost:3000
to view the documentation.
We welcome contributions to improve our documentation. To contribute, follow these steps:
-
Click "Edit this page" on the bottom of the documentation page you want to update.
-
Make your changes on GitHub and commit them.
When committing the changes, make sure your commit message follows the Conventional Commits format. For example:
docs: update the integration guide
-
Create a new branch and push your changes to it. Make sure you also have your commits signed. (Learn more about signing commits)
-
Open a pull request on GitHub.