-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7b69dbe
commit f501709
Showing
3 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
title: Real World Examples | ||
description: See how real open source projects are using multi tenancy. | ||
--- | ||
<span className="text-sm text-muted-foreground"> | ||
These projects are a mix of ones that use Tenant Kit and ones that don't, but all of them are multi tenanted in some way. They should | ||
be a helpful reference for seeing how multi tenancy is used in real world applications. | ||
</span> | ||
|
||
### Dub.co | ||
|
||
Dub.co allows users to bring their own domains for shortened links. | ||
|
||
![dubco-domain](/images/dubco-domain.png) | ||
|
||
Check out their [source code on GitHub](https://github.com/dubinc/dub) to learn how | ||
|
||
|
||
--- | ||
### Answer Overflow | ||
|
||
Answer Overflow allows users to host content on their own domains. Along with this, it supports cross domain auth with NextAuth. | ||
|
||
![answer-overflow](/images/ao-domain.png) | ||
|
||
Check out their [source code on GitHub](https://github.com/answer-overflow/answer-overflow). | ||
|
||
|
||
--- | ||
|
||
### Discourse | ||
|
||
Discourse is a mature app with thousands of multi tenant users. While Tenant Kit is more focused on the TypeScript/React ecosystem, | ||
Discourse is a great reference for how to implement multi tenancy in Ruby on Rails. Along with this, they have excellent documentation | ||
for their customers to use on how to configure their domains. | ||
|
||
Check out their [source code on GitHub](https://github.com/discourse/discourse). | ||
|
||
--- | ||
|
||
Know of more projects that are open source and multi tenant? [Create a pull request](https://github.com/rhyssullivan/tenant-kit) to add them to the list! |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.