Hi everyone, I have a clarification
Is genkit meant to exist in a stand-alone project that is separate from a web app backend? In other words, is genkit meant to follow a micro service architecture?
I have an express app that follows a traditional MVC architecture and I’ve successfully added genkit as a dependency. I’m currently using it for LLM calling but I’d like to use the developer UI as well.