vectara / create-ui

Generate a working React codebase for a range of generative and semantic search UIs
https://vectara.github.io/create-ui
Apache License 2.0
69 stars 12 forks source link

Improve app template maintainability #23

Open cjcenizal opened 9 months ago

cjcenizal commented 9 months ago

Problem

There are a couple maintainability issues with the current code organization:

Constraints

As a code generator, this project's primary goal is to produce usable and helpful output. This output must be:

Proposed solution

I think we can address the issues I listed while achieving our goal by combining the app templates into a single template. This change will be supported by: