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
There are three customizing scenarios we should support:
4
+
5
+
- Augmenting an exsting CTA framework - Take an existing framework like `react-cra` then allow for base template customization, removal of add-ons, and addition of new custom add-ons.
6
+
- Customized UI - Build up a new UI from components of the base UI.
7
+
- New framework - Build up a new framework from with base and add-ons as well as a new CLI.
8
+
9
+
## Customers
10
+
11
+
There are two types of customers for this work:
12
+
13
+
- Infrastructure teams - Infrastructure teams at companies who want to create a template for new applications as well as optional add-ons with a friendly CLI and UI.
14
+
- OSS framework authors - OSS framework authors who want to build a friendly CLI and UI for their framework.
0 commit comments