> For the complete documentation index, see [llms.txt](https://docs.buzzy.buzz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buzzy.buzz/working-with-buzzy/buzzy-app-examples/ai-powered-strategy-app.md).

# AI-Powered Strategy App

## Case study

Explore the **AI Strategy App**: [app.aistrategyplan.com](http://app.aistrategyplan.com)

{% embed url="<https://www.buzzy.buzz/post/building-the-ai-strategy-app-with-buzzy-a-case-study>" %}

{% embed url="<https://www.buzzy.buzz/post/building-the-ai-strategy-app-with-buzzy>" %}

This case study shows how **Buzzy** can be used to build a **SaaS app** with subscription management and AI capabilities. The AI Strategy App helps organizations create tailored strategies, breaking them into projects and tasks.

## **Key Features**

* **SaaS with Stripe**: Manages subscriptions using **Stripe** for seamless payments.
* **AI-Powered Strategies**: External AI generates custom strategies and tasks based on user input, ideal for project management.
* **AI Tool Recommendations**: AI-powered vector search recommends tools from a marketplace based on strategy needs.
* **Adaptable Framework**: Easily adaptable for other applications like task management or project planning.
* **Source Code Available**: Includes all custom code, making it easy to extend functionality.

## **Conclusion**

The AI Strategy App demonstrates how Buzzy simplifies SaaS development with AI, subscriptions, and flexible extensions for various use cases.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.buzzy.buzz/working-with-buzzy/buzzy-app-examples/ai-powered-strategy-app.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
