Skip to content

Commit e11ca55

Browse files
committed
docs: add production usage section for reapi.com
1 parent a58bca0 commit e11ca55

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ Instead of forcing your data into a generic tree format, handtree lets you craft
3939

4040
*Real-world usage: OpenAPI schema editor where each field type (object, array, string, number) has unique rendering, metadata, and interactions. Note the rich details below each field (descriptions, examples, constraints) - this level of content is difficult and often not worth normalizing into a generic tree structure.*
4141

42+
## Used in Production
43+
44+
handtree powers the hierarchical interfaces in [reapi.com](https://reapi.com) - an OpenAPI schema editor and no-code testing platform. It handles complex nested schemas with hundreds of nodes while maintaining smooth performance and user experience.
45+
4246
## Installation
4347

4448
```bash

0 commit comments

Comments
 (0)