> 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.md).

# Buzzy App Examples

Use this section for app-level examples and templates. The current focus is AI-created Buzzy templates that can be duplicated, inspected, and adapted with Builder MCP.

For lower-level custom UI examples, keep using the [Buzzy code widget examples](/the-building-blocks/code-widget-custom-code/examples.md), including ratings and aggregation, image galleries, maps, charts, file management, and search/filter widgets.

For examples organized by Buzzy feature area, see [Buzzy Examples by Use Case](/the-building-blocks/examples.md).

## AI-Created Templates

### ShortStay

ShortStay is the premium AI-created template for now. Use it when your target app has a marketplace-style workflow: browse listings or providers, view details, check availability, make a booking or request, message or coordinate, and manage admin review.

ShortStay is valuable because it is not just a screen design. It is a working Buzzy app definition with real structure: roles, datatables, relationships, screens, booking patterns, admin surfaces, and sample data.

Good variant targets include:

* carers or disability-support providers
* tutors or coaches
* cleaners, trades, or home services
* venue, equipment, or room booking
* appointment-based local services
* provider directories with enquiry flows

The key pattern is adaptation, not copy/paste. With Builder MCP, an agent can inspect the ShortStay app definition, map source concepts to the new domain, rewrite the brief, adapt flows and data, update screens, and verify the result.

| ShortStay pattern | Variant example                                                             |
| ----------------- | --------------------------------------------------------------------------- |
| Property listing  | Carer, tutor, provider, venue, or service profile                           |
| Host              | Provider, carer, tutor, tradesperson, or venue owner                        |
| Guest             | Client, customer, student, family member, or requester                      |
| Nightly booking   | Hourly booking, session booking, visit request, appointment, or hire period |
| Property search   | Provider, service, location, availability, or capability search             |
| Admin review      | Operations, safety, compliance, support, or quality review                  |

Start here:

* [How we turned a short-stay rental app into a care booking app](https://www.buzzy.buzz/post/short-stay-to-care-connect-buzzy-builder-mcp/)
* [Tutorial: Build a carer app from a template](/the-building-blocks/mcp/buzzy-builder-mcp/tutorial-carer-app-from-a-template.md)
* [Short Stay to Care Connect example](/the-ultimate-guide-for-vibe-coding-an-application-with-ai/building-examples/short-stay-template-adaptation.md)
* [Buzzy Builder MCP: From a template](/the-building-blocks/mcp/buzzy-builder-mcp/from-a-template.md)

{% hint style="success" %}
More AI-created templates will be added here as they are ready. For now, treat ShortStay as the main premium template and the best example of adapting a maintained Buzzy app definition into a new product.
{% endhint %}

## Template Adaptation Workflow

1. Choose the closest working template.
2. Give Builder MCP the source template editor URL or app ID.
3. Describe the new app and what must change.
4. Tell the agent not to edit the original template.
5. Review the adapted brief before continuing.
6. Review flows, data model, theme, and blueprint.
7. Generate sample data and screens.
8. Test important paths with Release Tests.
9. Run Security Review if the variant handles private, sensitive, regulated, or role-restricted data.

## Code Widget Linkage

Some app variants need custom UI that standard Buzzy components do not cover. Use code widgets for maps, rich search, galleries, charts, booking panels, file managers, and advanced dashboards.

* [Code Widget Examples](/the-building-blocks/code-widget-custom-code/examples.md)
* [Builder MCP Change and Extension Workflow](/the-ultimate-guide-for-vibe-coding-an-application-with-ai/building-examples/builder-mcp-change-workflows.md)
* [Async API + React HTML Components](/the-building-blocks/code-widget-custom-code/new-async-api-+-react-html-components.md)

## Figma Templates and Design References

Figma templates are still useful as design references, especially for teams working primarily in Figma. They are not the main app-template path on this page.

Find official Buzzy Figma templates at [figma.com/@buzzy](https://www.figma.com/@buzzy).

### Project Management App with Many-to-Many Relationships

This Figma template demonstrates a project management application with task management, team collaboration, project tracking, and many-to-many relationship concepts.

[View Project Management Template](https://www.figma.com/community/file/1280412712042107305/project-management-app-with-many-to-many-relationships)

{% hint style="info" %}
Use Figma templates as design or layout references. For production-minded app creation and variants, prefer working Buzzy templates plus Builder MCP adaptation.
{% endhint %}
