From d3d9224fb99daa99da0abaea2f908d7a8ef2f479 Mon Sep 17 00:00:00 2001 From: Aditya Pandey Date: Wed, 13 May 2026 21:01:56 +0530 Subject: [PATCH 1/2] docs: add ADOPTERS.md to list organizations using OpenUI --- ADOPTERS.md | 37 +++++++++++++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 40 insertions(+) create mode 100644 ADOPTERS.md diff --git a/ADOPTERS.md b/ADOPTERS.md new file mode 100644 index 000000000..cbf2d5139 --- /dev/null +++ b/ADOPTERS.md @@ -0,0 +1,37 @@ +# OpenUI Adopters + +This list captures the set of organizations and projects that are using OpenUI. If you are an adopter of OpenUI and not yet on this list, we encourage you to add your organization here as well. + +The goal for this list is to be a complete and authoritative source for the entire community of OpenUI adopters, and to give inspiration to others that are earlier in their OpenUI journey. + +Contributing to this list is a small effort that has a **big impact** on the project's growth, maturity, and momentum. Thank you to all adopters and contributors of OpenUI. + +> Adding yourself here is **not** an endorsement of your product by the OpenUI maintainers, and listing here does not imply any commercial relationship. + +## Updating this list + +To add your organization to this list, [open a PR](https://github.com/thesysdev/openui/pulls) updating this file, or [edit it directly on GitHub](https://github.com/thesysdev/openui/edit/main/ADOPTERS.md). + +## OpenUI Adopters + +| Organization | Contact | Description of Use | +| :--- | :--- | :--- | +| _Your org here_ | [@handle](https://github.com/handle) | _e.g., Customer-facing AI copilot built on OpenUI Lang._ | + + + +## How to add yourself + +Open a pull request that adds a row to the table above with: + +- **Organization** — name, linked to your homepage or a relevant product page. +- **Contact** — a GitHub handle, email, or link to a blog post / case study / talk. Useful for other adopters reaching out. +- **Description of Use** — one sentence on what you're building with OpenUI. + +## Removing your entry + +If you no longer use OpenUI or want to be delisted, open a PR removing your row, or email the maintainers — we'll process the removal promptly. diff --git a/README.md b/README.md index 89b13937b..53cf8e61e 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,9 @@ Good places to start: - [Discord](https://discord.com/invite/Pbv5PsqUSv) — Ask questions, share what you're building - [GitHub Issues](https://github.com/thesysdev/openui/issues) — Report bugs or request features +## Adopters + +A list of organizations and projects using OpenUI is maintained in [`ADOPTERS.md`](./ADOPTERS.md). If you're using OpenUI, please consider adding your organization — it helps the project gain momentum and helps other adopters find peers using OpenUI in similar contexts. ## Contributing From 4ea4a9e7161348eef041a0f9e7450879639b9ffe Mon Sep 17 00:00:00 2001 From: Aditya Pandey Date: Wed, 13 May 2026 21:04:54 +0530 Subject: [PATCH 2/2] docs: remove entry removal instructions from ADOPTERS.md --- ADOPTERS.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ADOPTERS.md b/ADOPTERS.md index cbf2d5139..f1a2281bc 100644 --- a/ADOPTERS.md +++ b/ADOPTERS.md @@ -31,7 +31,3 @@ Open a pull request that adds a row to the table above with: - **Organization** — name, linked to your homepage or a relevant product page. - **Contact** — a GitHub handle, email, or link to a blog post / case study / talk. Useful for other adopters reaching out. - **Description of Use** — one sentence on what you're building with OpenUI. - -## Removing your entry - -If you no longer use OpenUI or want to be delisted, open a PR removing your row, or email the maintainers — we'll process the removal promptly.