You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Designer plugins:**Official plugins developed in [objectstack-ai/studio](https://github.com/objectstack-ai/studio) (non-open-source)
15
+
-**Community plugins:**Third-party designers can be built and distributed independently
16
16
17
17
This approach ensures:
18
18
-**Modularity:** Each designer is independently developed, tested, and versioned
19
19
-**Maintainability:** Core framework stays lean and focused
20
20
-**Extensibility:** Community can build custom designers without forking Studio
21
21
-**Scalability:** Designers can be loaded on-demand, reducing bundle size
22
+
-**Commercial viability:** Official advanced designers can be proprietary while core remains open-source
22
23
23
-
**Reference Implementation:** See `packages/plugins/plugin-*` for plugin development patterns.
24
+
**Built-in Example:** This repo includes a basic Object Inspector plugin to demonstrate the plugin API.
25
+
26
+
**Official Plugins:** Advanced designers (Object Designer, View Designer, Flow Designer, etc.) are developed separately in the [studio repository](https://github.com/objectstack-ai/studio).
27
+
28
+
**Reference Implementation:** See `apps/studio/src/plugins/built-in/` for the example plugin patterns.
24
29
25
30
---
26
31
@@ -80,7 +85,7 @@ This approach ensures:
80
85
81
86
**Deliverable:** Production-ready plugin infrastructure for external designers.
82
87
83
-
**Note:**Designer implementations (Object Designer, View Designer, etc.) will be developed as separate plugins in external repositories.
88
+
**Note:**This phase includes one built-in example plugin (Basic Object Inspector). Advanced designer implementations will be developed in the [official studio repository](https://github.com/objectstack-ai/studio).
84
89
85
90
---
86
91
@@ -101,7 +106,7 @@ This approach ensures:
101
106
102
107
**Deliverable:** AI-powered IDE with plugin extensibility.
103
108
104
-
**Note:**Actual designers (Object Designer, View Designer, Form Designer) are external plugins.
109
+
**Note:**Official advanced designers (Object Designer, View Designer, Form Designer) are developed in [objectstack-ai/studio](https://github.com/objectstack-ai/studio) as proprietary plugins.
105
110
106
111
---
107
112
@@ -122,7 +127,7 @@ This approach ensures:
122
127
123
128
**Deliverable:** Complete plugin development environment.
124
129
125
-
**Note:**External repositories can now build full-featured designers (Object Designer, Flow Designer, etc.) using the plugin infrastructure.
130
+
**Note:**The [official studio repository](https://github.com/objectstack-ai/studio) uses this infrastructure to build full-featured proprietary designers.
0 commit comments