> 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-custom-t-shirt-app.md).

# AI-Powered Custom T-Shirt App

## Case Study

Explore the **AI T-Shirt App**: [app.buzzyshirt.com](http://app.buzzyshirt.com)

{% embed url="<https://www.buzzy.buzz/post/case-study-build-an-ai-t-shirt-app>" %}

This case study shows how **Buzzy** helps you build a fully functional AI-powered app. Users design custom T-shirts using a text prompt, and the app handles everything from image creation to order fulfilment.

## **Key Features**

* **Buzzy AI & Figma Integration**: We used Buzzy AI to generate the initial app, which we refined in **Figma**, adding screens and custom code for a polished product.
* **AI Image Generation**: **Leonardo.ai** generates artwork from user input, but any AI can be integrated via the Buzzy REST API.
* **eCommerce Integration**: The app includes a built-in shopping cart, but we integrated an external print and fulfilment service for flexibility.
* **Stripe Transactions**: We used **Stripe** for payments, but other processors can be integrated via the Buzzy API.
* **Flexible Architecture**: The app’s back-end runs on **AWS Lambda**, but can be built with any language or no-code tools like **Zapier** or **Respell**.

## **Conclusion**

This example shows how Buzzy accelerates app development with AI, Figma, and flexible integrations, delivering both front-end and back-end solutions efficiently.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.buzzy.buzz/working-with-buzzy/buzzy-app-examples/ai-powered-custom-t-shirt-app.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
