3. Understanding the Workspace Editor

When a prompt is processed, the Buzzy Workspace is populated with structured views of your app. The sidebar navigation is organised into the following sections:
Dashboard
A central overview of your app, showing key information such as app name, creator, creation date, and last modified date. The Dashboard also provides quick links to documentation and getting started guides, as well as a summary of your app's development progress and suggested next steps.
BUILD
πΉ Brief
A high-level summary of what your app does, based on your prompt. You can revise this at any time to re-guide the AI.
πΉ Blueprint
An auto-generated list of screens and key components. This gives a birds-eye view of your app's structure and user flow. Note: Blueprint is hidden for Figma-created apps.
πΉ Design
Where you view and edit the actual screens. This includes layout, components, bindings, and screen-level logic. The Design tab also contains the Theme editor for customising your app's look and feel. For Figma-created apps, screens are previewed here but are not directly editable β a button is provided to open the linked Figma file for editing.
πΉ Data
A list of data collections (e.g. tasks, users, products) and their fields. These power your app's dynamic content.
CONFIGURE
πΉ Constants Beta
BetaSecure storage for API keys, passwords, database URLs, and other configuration values used by your app and its Functions. Constants can be regular (plain text) or secret (AES-encrypted). Use the BUZZYCONSTANTS() syntax to reference them in your Functions' environment variables.
πΉ MCP Beta
BetaConfigure Model Context Protocol (MCP) for your app. MCP enables AI assistants like ChatGPT and Claude to interact with your app through natural language β querying data, creating records, and performing actions. Buzzy automatically generates the MCP server and tools from your app's data model.
πΉ Functions Beta
BetaBuild and manage serverless Buzzy Functions β AWS Lambda functions that extend your app with custom code for external API integrations, AI processing, webhooks, and complex business logic. Functions can be written manually or generated with AI from a natural language prompt.
πΉ People
Where you can manage access and permissions for your app.
πΉ Settings
Control your app's settings and core information here, including privacy and publish status, custom header code and more.
RELEASE
πΉ Publish
Shows your app's publish information (live URL, QR code to preview on a device) and more. It also includes deployment controls and information β you'll need to sign up to a deployment plan to get your app into one of the app stores.
πΉ Versions
Buzzy now has version control β rollback to previous versions if needed.
Last updated