Skip to main content

AI tool of choice

Cascade uses Open AI as its AI tool of choice. Open AI is a cloud-based AI platform that provides access to a wide range of AI services, including text generation, image generation, and more.
You need to add OPENAI_API_KEY to your .env file to use Open AI features if you clone Cascade.

Example of AI usage

There is a simple example of AI usage in Cascade. You can find it here. It uses Open AI to generate a launch plan for a SaaS project. The integration is pretty simple and uses OpenAI function calling. The function is called generateSaaSPlan and it takes in a few parameters. The parameters are validated using Zod and the function returns a parsed launch plan arguments displayed in the UI.