Frequently Asked Questions (FAQ)

What is Buzzy?

Buzzy is a groundbreaking no-code platform that uses AI to enable quick and easy development of web and mobile apps. Users can transform ideas into fully functional applications with simple prompts, immediate AI-driven modifications, and the option to refine designs via Figma files. It combines no-code simplicity with custom code flexibility, all hosted on a secure, scalable infrastructure. Buzzy dramatically lowers the barriers to app development in terms of time, cost, and skill, making it an essential tool for startups and businesses aiming for rapid innovation.

How can Buzzy assist me at different stages of my project?

Projects typically progress through three distinct levels:

Level 1: Rapid Creation of Base Applications

Buzzy enables the swift creation of a working prototype or Minimum Viable Product (MVP). With Buzzy's AI, you can quickly generate the core application, including Create, Read, Update, and Delete (CRUD) screens and basic design. If the prompt is well-suited to Buzzy, significant progress can be made in just minutes. The Buzzy Workspace and AI allow for fast adjustments.

Typically, this stage takes less than an hour, often resulting in a cloud-based application ready for initial user feedback. This contrasts sharply with traditional software development, which requires weeks for design and coding.

Buzzy is constantly enhancing this process, incorporating tools like Adobe Express for design editing and AI for theme, design, functional and other adjustments.

Level 2: No-Code Customization

After creating your base application quickly, you might want to customize it by adding features such as login and security flows, altering the look and feel, modifying screen flows, and incorporating search and filtering capabilities.

Buzzy facilitates this through its Figma plugin, which transforms your Level 1 AI-generated application into a Figma project, applying Buzzy's UI best practices. This allows for easy UI and functionality modifications.

While Figma skills are necessary for this phase, beginners can quickly learn through a concise tutorial provided by Buzzy. Alternatively, the Buzzy Marketplace offers skilled freelancers and agencies for those who prefer not to dive into Figma.

Level 3: Extending the Platform with Code

Some projects may require further extension. Buzzy offers several options for code-based enhancements:

  • Buzzy Code Widgets: These allow for the inclusion of custom client-side code for UI elements and features. A Code Widget co-pilot aids in generating a ReactJS widget for further customization.

  • Buzzy Rules: Facilitate calls to external REST APIs for data processing within Buzzy. This can include well-known APIs or your custom business logic, often using services like AWS Lambda, Digital Ocean Functions, or workflow engines such as Zapier, Respell, or Make. These functions can interact with Buzzy's REST API to update the application as needed.

As with other phases, if you need help, don't hesitate to reach out Buzzy Support or Buzzy Marketplace to find skilled folk to help you. Also check the Buzzy Blog as there some great reference articles/examples.

Do I have to log in to Buzzy?

Yes - but it's free, and simple. The Buzzy Figma plugin works by allowing you to markup your Figma file - when you 'publish' your app, Buzzy extracts your designed objects from the Figma file and converts them into a Buzzy app using your design, coupled with the functionality, data and behaviours you told Buzzy to use via the plugin. The plugin will guide you through the log in process.

Can I build a mobile (native) app?

Yes, you will need a Buzzy Deployment plan, please see this page.

Buy vs Build? How does Buzzy compare vs building your own solution?

It’s a common conundrum for organisations to grapple with. The key question is, do you have the skilled resources and time to both build AND maintain the solution long term?

Let's make some general assumptions:

  • the cost of a UX/UI designer is $50 USD /hour and $50 USD / hour for a Developer. (Realistically, it will cost you much more than this and it gets multiplied by the number of each resource.)

We ran a hypothetical scenario comparing the estimated hours required to create a basic CRM application using Buzzy versus a traditional development approach. For this hyptheical comparison, we also made the assumption that you'd by doing a full level of cusotmization with Buzzy (see Level 2: No-Code Customization and Level 3: Extending the Platform with Code)

Disclaimer: the actual details would differ based on project requirements, so this comparison is provided for illustrative purposes only.

PhaseTraditional Approach (hours)Buzzy Approach (hours)

UX Design

Research and Planning

40-80

10-20

Wireframing

20-40

5-10

UI Design

40-80

10-20

Prototyping

20-40

0-5

User Testing

20-40

10-20

Development

Technical Specification

20-40

5-10

Frontend Development

200-400

10-20

Backend Development

200-400

10-20

API Integration

40-80

10-20

Testing

100-200

20-40

Project Management

Planning and Coordination

40-80

10-20

Deployment

20-40

5-10

Maintenance

20-40 (initial)

5-10 (initial)

Total Estimated Hours

760-1,520

95-200

After the intiial project is delivered, you need to factor in maintenance too.

Considering that the core code of Buzzy is maintained by Buzzy itself, and not by the customer, here’s how the annual maintenance efforts for a traditional development approach and a Buzzy-based project would compare, assuming an initial 1,000-hour project for the traditional approach and a 200-hour project for the Buzzy approach:

Maintenance AspectTraditional Approach (hours/year)Buzzy Approach (hours/year)

Bug fixes and minor updates

75-100

10-20

Updating libraries/frameworks

30-50

Included with Buzzy maintenance

Security patches and compliance

20-30

Included with Buzzy maintenance

Minor feature enhancements

25-20

10-10

Total Estimated Maintenance Hours/Year

150-200

20-30

This table illustrates the reduced maintenance effort required for Buzzy-based projects due to the platform handling core updates, security, and compliance. The estimated hours for traditional maintenance are based on the industry guideline of 15-20% of the initial development effort, while Buzzy projects, benefiting from centralized platform maintenance, can expect significantly lower direct maintenance efforts from the customer's side.

This table illustrates the dramatic reduction in time and effort that can be achieved by using Buzzy for CRM application development. Buzzy streamlines each phase of the process, from design to deployment, allowing for a more efficient and less time-consuming project lifecycle.

Buzzy has invested many people years into the development of the technology that is used in production today. Buzzy will continue to enhance and maintain that software, keeping up with the continually changing goal posts of tech platforms like Apple and Google. In effect, you’re getting the collective benefit of many customers who all contribute a relatively small amount to the ongoing development and maintenance of the solution.

While there are some other 'Figma to no-code' platforms, Buzzy uniquely supports both responsive web and native mobile. Additionally, a lot of other Figma to code tools provide a thin veneer of the application, leaving you, the developer, to do all the smarts like the data binding, validation, business logic and native functionality like offline capability or spatial/geolocation features.

When you’re looking at Buzzy, which does have a hosting component, please be sure to include the Total Cost of Ownership (TCO), which includes all the additional effort to host and maintain a solution of equivalent features.

Can I import data into my Buzzy app?

You can import data from a CSV, REST API or Google Docs, and use JSONata as an Extract Transform. You'll need to dive into the Buzzy CMS, which forms the back-end of your app - we're working on adding a simpler data import wizard to the plugin to make this easier.

Can I extend Buzzy with my own code, and integrate it with other solutions?

Buzzy has a Code widget which lets you use custom HTML and javascript, and runs in a sandboxed iframe. We provide a couple of ways of providing data to this, including handlebars and event messaging.

Buzzy also allows you to “call out” to 3rd party end-points via REST APIs using Datatable Rules. For example, you could call remote code functions like AWS Lambda, DigitalOcean Functions, Zapier, Respell, SaleForce or any system that has a REST API endpoint. Those systems can then perform some function and, if required, return to Buzzy via the Buzzy API.

Also please check the examples on the Buzzy blog - both code and no code samples show integrations with external systems like OpenAI, Leonardo.ai, Printful & Stripe.​

In addition to the integration points, Buzzy has a very powerful data import capability that allows you to import third party content and use JSONata as an Extract Transform in the ETL continuum.

What integrations does Buzzy support?

Buzzy integrates with a variety of platforms and services, and includes options for customising your own solution. Supported options include:

  • Buzzy Datatable rules - call external REST APIs

  • Buzzy REST API - allows external applications to call in (which can also fire Buzzy rules)

  • Custom Codewidgets (HTML ReactJS) components - add your own custom code that can interact with Buzzy data using handlebars or js

  • Buzzy importer - integration with Google Sheets, CSV files and REST APIs for importing data

Do I need a deployment plan if I'm just designing or testing an app?

No, our Buzzy Creator licenses may be all you ever need. These licenses are for working with Buzzy's AI (if you have a license) and optionally in Figma with your colleagues, collaborating on designs and testing your app with real user feedback. You can do user testing with up to 5 named users on the 'app.buzzcompany.com' server.

If you want to go further, including running your app in production under your own URL, with your own database on your own server, or as a native app in the Apple and Google stores, you’ll need to choose a deployment (hosting) plan.

How do I publish or deploy my apps?

Please see info here

How do I know what size Buzzy Deployment server I need?

This depends on the specific application and factors like user concurrency levels, transaction rates etc. As with any software solution, sizing should be taken into consideration when planning and designing your system. Our Large + Advanced Features are aimed at providing you a flexible and cost effective way of providing a performant solution for your customers. Check our pricing page for details.

Can I self-host or move my Buzzy deployment to my own server?

Yes, this falls into our Enterprise deployment plan - please contact us for more information.

What is the database underneath Buzzy and do I get access to it?

Buzzy uses MongoDB under the covers, which has incredible ability to scale and deal with complex data. Each Buzzy server gets its own MongoDB cluster, and yes, you can get access to it, however we recommend getting your data from the Buzzy REST API to ensure you maintain data integrity.

How does Buzzy scale?

Buzzy’s server and client architecture is built on best-of-breed technology. Each Buzzy deployment is single-tenant, meaning you get your own compute units, database cluster and S3 compatible storage.

Our servers are deployed on Kubernetes (k8s) infrastructure. This means that the applications can be configured to scale horizontally and vertically for robustness/reliability and performance.

As every application’s performance requirements are different, when you choose a deployment plan (eg Large) that has multiple compute units, you can optionally configure these compute units to meet your requirements. For example, you may use a web cluster, mobile cluster, end user cluster, admin user cluster, worker servers for API access etc.

Our database is MongoDB and we use our leading service providers MongoDB Atlas and Digital Ocean, so it’s rock solid, best-of-breed infrastructure. Each Buzzy deployment has its own MongoDB cluster, which is deployed either in shared infrastructure or on dedicated clusters, depending on the plan you choose.

Our mobile technology is React Native, with SQLite under the covers, allowing you amazing ability to store masses of documents on a device for offline use scenarios. Our technology is optimized with capabilities like the ability to only send “diffs” of data changes for optimal performance as well as handling “save conflicts” and resolution, which is important for offline scenarios that allow updates.

Can we get the source code?

The core source code in the “engine room”, so to speak? Sorry, no. We did think about it, but in a similar vein to the Buy vs Build discussion above, it creates an issue on day two, when we fix something or add a new enhancement, and now you’ve forked the code and it becomes harder to maintain. At this point of time, our full dev team is there to take the pain of development away from your team, so to streamline this we manage the source.

Important point: Buzzy differs from a lot of development platforms in that the custom (non-core) sources are your Figma designs and extensions you’ve applied. This is all created and maintained by you.

Additionally, using Figma as a "source" to your application keeps your options open. There are a number of Figma to front-end code solutions out there, so if you decide you’d rather go the "build" approach later, you could use one of those tools to take your Figma designs and turn them into code. Note these solutions still require a bunch of “heavy lifting” code work, as they only give you the front-end; you still have to code the rest of the solution including the database, data binding, business logic and any specific functionality that you need, like offline support or native capabilities like geolocation, tracking and bluetooth (BLE) integration.

Note: Figma (new Dev mode) and other tools (there are a lot) allow you to geneate source code from the Figma file. So Buzzy is NOT a dead-end, the Figma file you generated and/or customized can be used by those tools, externally to Buzzy. This obviously, does not include all the magic that Buzzy did with little/no effort for you like the data-binding, business logic for both web and native apps. So have not really lost anything compared with starting from Figma and moving to those solutions.

What data-center regions do you support?

Currently we run in 3 regions: the United States, the EU and APAC (Sydney). For additional region support under our Enterprise plan, please contact us to discuss.

Do you support corporate MDM for app publishing?

Yes, this is done under our Enterprise plan, please contact us to discuss.

Is Buzzy secured? Do you support standards like GDPR, HIPAA etc?

The Buzzy development team follows best practices to deliver enterprise grade software. We employ regular security scanning software to help identify and fix ever changing security requirements. For compliance standards like GDPR and HIPAA it will be a mix of you our customer following those protocols to ensure support alongside our underlying capabilities.

How come my fonts didn't come across to the published app?

You can use fonts from the catalog of Google web fonts which Figma gives automatic access to. Local fonts aren't yet supported - your published app will fall back to browser/system defaults.

Can I control my responsive layouts and finesse @media queries?

Buzzy use a number of mechanisms to handle responsive layouts, Please see this example Figma file for details.

What about my awesome screen transitions?

Again, we're working on it - we're starting with getting basic stuff working first, and will look at bringing in your Figma prototype transitions soon.

Can I remove Buzzy's access permission from my Figma file after I've given it access?

Sure - just go the info tab in the plugin, and you can remove the Figma file key from Buzzy. You can also disconnect your Figma login from Buzzy - this means you'll have to log in again the next time you launch the plugin.

Hey! You're missing (this obvious feature)!

Awesome! We're glad you took the time to check it out, and would love to hear from you - jump on Discord or email and let us know!

Last updated