Can I use this with .NET on the backend and Vue.js on the front-end? Is it capable to generate microservices in a microservice based app? If yes, can it add endpoints to the gateway and generate helm charts for deployment in Kubernetes? Can it use the default inter service communication in the project, i.e. REST API, gRPC, AMPQ? Is it capable of using an external identity provider? Can it use Keycloak? Can it cache d…
But with enough demand, I plan to also support Vue (Nuxt) and Svelt.
It's possible that I may someday support .NET. I would like to eventually build bots that specialize in every framework and platform. Baby steps!
About identity providers - Yes! I've used bots to set up Auth0 for one customer, and I frequently get asks for other providers. These will be coming soon!
About Keycloak - looks really cool! I have not used it. At the moment, features are driven largely by customers and user requests. If there is some demand for it, then sure! https://second.canny.io/feature-requests
About caching in Redis - it absolutely could, but does not today
about read and writing to databases – the only thing that Second does is write code, it's not hosting the web application or managing DBs
About CQRS - I believe this could be possible, so long as GPT-3 understands that pattern