This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Description
Currently the interview library is configured entirely in code. While this is great and gives strong guarantees through typescript, it means it's hard for someone without coding skills to be able to setup their own project.
It should be possible to create a simple UI that helps generate the necessary files / configuration for the interview library. This would consist of
- Assessing how to have runtime configuration of the interview library
- Developing a UI that can specify for each screen the types of questions to ask and their options / configuration
- Developing a UI that can then specify the flow of the interview based on a users answers to previous questions (basically what gets pushed to the stack in what circumstances)
We might need to make the library implementation work using fewer strictly typed objects, or perhaps have instances of those objects that are specified at run time rather than compile time.