GenkitG
Genkit2y ago
8 replies
abstract-purple

Deploy flows to any Node.js platform  | ...

Hey team! I have an existing webapp that's built on Convex (which provides a nodejs runtime for cloud functions) and I was trying to follow this guide: https://firebase.google.com/docs/genkit/deploy-node and it looks easy to follow when setting up a new project but a bit obscure if I just want to know the minimum amount of things I need to get something up and running in an existing project. An example of some docs that are easier to follow for this purpose (for reference) are: https://sdk.vercel.ai/docs/getting-started/nodejs. Main difference is that this shows the things that need to be installed and some code snippets, vs cli commands which I'm a lot more cautious of running on existing projects. Hope this makes sense and is useful feedback. Please let me know what env variables I need in this environment and code snippets to just get something up and running in a nodejs backend
Was this page helpful?