A set of examples using Clerk's Organizations functionality
Orgs are a flexible way to manage users and their access to resources within your Clerk application. With organizations, you can assign specific roles and permissions to users, making them useful for managing projects, coordinating teams, or facilitating partnerships.
And when you model your B2B Application's customers as Orgs, you can begin to customize their experience in meaningful ways with:
- Roles and Permissions
- Verified Domains and Enrollment Modes
- Invitations
- Easy context shifting in your app via the
<OrgSwitcher />
component - Organization Metadata
- Customizable Enterprise-grade SSO for each of your customers
# base template
cp -r templates/default examples/my-new-example
# app template
cp -r templates/app examples/my-new-example