https://github.com/corbado/javascript
https://github.com/corbado/javascript
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/corbado/javascript
- Owner: corbado
- License: mit
- Created: 2023-10-19T08:58:46.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-08-07T13:02:09.000Z (10 months ago)
- Last Synced: 2025-08-07T15:07:05.926Z (10 months ago)
- Language: TypeScript
- Size: 6.2 MB
- Stars: 103
- Watchers: 5
- Forks: 4
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Corbado JavaScript SDKs
[](https://github.com/corbado/javascript/blob/main/LICENSE)
[](https://docs.corbado.com/overview/welcome)
[](https://join.slack.com/t/corbado/shared_invite/zt-1b7867yz8-V~Xr~ngmSGbt7IA~g16ZsQ)
**Corbado's JavaScript SDKs allow you to integrate passkey-based authentication into your web apps. These SDKs give you access to Corbado's core functionalities as well as its UI Components.**
---
## Get Started with Corbado
To begin using the Corbado SDKs in your project, follow these simple steps:
1. **Create an account:** Sign up for an account at [Corbado](https://app.corbado.com).
2. **Setup your project:** Use Corbado's setup wizard to configure your Corbado project. This will help you integrate the SDK seamlessly into your project.
---
## Package Overview
This repository contains all of Corbado's frontend JavaScript packages, each designed to cater to different aspects of your project's authentication needs.
| Package Name | Description | Link to Example | Documentation |
| ------------ | --------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ | ---------------------------------------------------------------- |
| `react` | Provides prebuilt customizable UI components for React projects. Ideal if you are building a React frontend and need quick integration. | [Example](https://react.demo.corbado.io) | [Docs](https://docs.corbado.com/frontend-integration/react) |
| `web-js` | Provides prebuilt customizable UI components for Vanilla JavaScript projects. Perfect for projects not using React. | [Example](https://web-js.demo.corbado.io/) | [Docs](https://docs.corbado.com/frontend-integration/vanilla-js) |
---
## Further Documentation
For more detailed information and advanced configuration options, please visit our [Documentation Page](https://docs.corbado.com/overview/welcome).
## Release Notes
Find out what we've shipped! Check out the changelog files for `@corbado/react` package [here](./packages/react/changelog.md) and changelogs for `@corbado/web-js` package [here](./packages/web-js/changelog.md)
---
## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.