Skip to content

Commit

Permalink
add real world examples page
Browse files Browse the repository at this point in the history
  • Loading branch information
RhysSullivan committed Oct 31, 2024
1 parent 7b69dbe commit f501709
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions www/content/docs/real-world-examples.mdx
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!
Binary file added www/public/images/ao-domain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added www/public/images/dubco-domain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f501709

Please sign in to comment.