top of page

What is Buzzy?

Buzzy started as a low-code platform used to build web and mobile apps - we've been around for a while.  We're now 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.

Do I have to log in to Buzzy to use the Figma plugin?

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.

What is Buzzy's cancellation and refund policy?

Please view details here. Buzzy offers both monthly and annual subscription plans to accommodate various user needs. Subscriptions are processed using Stripe, ensuring secure and reliable payment handling.

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?

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. Check out our documentation for more info.

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.buzzy.buzz' 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's new Dev mode and other tools (there are a lot) allow you to generate 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 you 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.

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!

FAQs

Can't find an answer? Check our docsemail or ask us in our Discord community

How does the free trial work?

The free trial includes 1,500 tokens (about $5 value), enough for an initial build and modifications. No payment is required until your trial ends, and you can cancel anytime.

What happens after the trial?

Once your trial ends and payment is processed, you’ll receive 7,000 tokens each month. Additional tokens can be purchased as needed at $7 for 2,000 tokens.

Are token charges profit-driven?

No, token costs simply cover the expenses of processing AI requests. We aim to keep costs low and are working to reduce token usage wherever possible.

Can I use my own OpenAI API with Buzzy’s Figma plugin and not have to purchase tokens?

Yes, with the Figma plugin, you can opt to use your own OpenAI API token. Note for Automarkup you will need access to the o1-preview model which not every OpenAI account has.

Why use tokens instead of a single fee?

We have made Buzzy a lot better, but it does use a lot more tokens, which costs us more. Also the number of tokens used will be dependent on the specific application being built. The token model allows flexible, affordable access without high upfront costs. It supports both light and heavy users, with additional tokens available only if needed. We are also working to reduce the number of tokens used and when cheaper models that produce the right level of quality become available, your tokens will get you more bang for you buck.

Can I cancel the trial anytime?

Yes. The trial is commitment-free, and you won’t be charged unless you continue with Buzzy after the trial period.

How do I cancel my subscription?

Log in to the Buzzy Workspace and click the profile icon in the top right corner. This will open your profile and account management settings, and will display a link to any currently active subscriptions (including trial subscriptions) you have. Click on the subscription link to manage or cancel it via Stripe. For more information, see our cancellation policy.

bottom of page