LogoLogo
  • A better way to do...stuff!
  • How we build the app
    • Overview
  • Documentation
    • Draftbit
      • Using Live Preview
      • Workspaces and Billing
      • Introduction to the Builder
      • Layout
      • Intro to Navigation
      • Fetching Data
      • Direct Integrations
      • FAQs
      • Draftbit
      • Draftbit
      • Custom Blocks
      • Borders, Background, and Elevation
      • Actions
      • Custom Screen Code
      • Exporting and Publishing Your Project
      • Sharing Your Project Online
      • Publishing Your App as a PWA
      • Stack Navigator
      • Tab Navigator
      • Draftbit
      • Draftbit
      • Basic
      • Media
      • REST Services & Endpoints
      • REST API Integrations
      • Themes & Styling
      • Submitting Data
      • Draftbit
      • Draftbit
    • Xano
      • resources-and-tips-1
        • 🎞️ Xano Video Tutorials
        • 🤝Community Corner
        • 💰Share Xano. Make money
      • FAQ
      • getting-started
        • ⚡ Jumpstart
        • 🎞️ The Xano Interface
      • instances
        • What is an Instance?
        • Early Access Instance
        • Upgrading an Instance
        • Sharing
        • Bandwidth Usage
        • API Rate Limit
      • What is a Workspace?
      • Dashboard
      • Database
      • Airtable Import
      • API
      • Library
      • Marketplace
      • Settings
      • authentication
        • Authentication
        • Sign-up & Log in
      • data-manipulation
        • The Function Stack
        • Addons (GraphQL-Like)
        • The Expression Builder
        • External Query Manipulation
        • Timestamp
        • Filters
        • Images
    • Expo
      • Creating your first build - Expo Documentation
    • Kommunicate
      • Installation
      • Installation
      • Installation
      • Installation
      • Installation
      • Flutter Installation
      • Installation
      • Zapier Integration
      • Authentication
      • CMS Installation
      • Authentication
      • Conversation
      • Conversation Assignment
      • Customization
      • Localization
      • Logout
      • Web Troubleshooting
      • Installation
      • Authentication
      • Push Notification
      • Conversation
      • Customization
      • Localization
      • Logout
      • Installation
      • Authentication
      • Push Notification
      • Conversation
      • Customization
    • Formito
      • basics
        • Getting Started
        • Variables
        • Are you GDPR ready?
        • How to prefill the values of my chatbot?
      • connect
        • How to connect Formito to Zapier?
      • convert
        • How to convert old formito chatbots to the new version?
        • How to convert Google Forms into a chatbot?
        • How to convert a Monday.com board to a chatbot?
        • How to create chatbot from QuickBase table?
      • guide
        • How to add my chatbot to WordPress?
        • How to create a chatbot for Zendesk?
      • shopify
        • How to embed my chatbot into a Shopify page?
        • How to display Formito chatbot on bottom corner of my Shopify store?
        • How to open my chatbot after clicking on links or buttons?
    • Stonly
  • Flex Stuff
    • App
    • APIs
    • Database
    • Website
    • Design
    • Style Guide
  • Content
    • Guides
    • ChatBots
    • Blogs
    • Whitepapers
  • Company
    • About us
    • Brand
    • Roadmap
    • Policies
  • Flex Together
    • Overview
    • Fair Finance
Powered by GitBook
On this page
  • Table of Contents
  • Scaling & Performance
  • What are Xano's limits?
  • Can I scale my backend with Xano?
  • What happens to my backend if Xano shuts down
  • What if I need more capacity outside my plan?
  • Does Xano rate limit?
  • Front-End
  • Can Xano build my front-end?
  • Data
  • Who owns my data?
  • Can I move my backend code off Xano?
  • Can I export my data?
  • Can I migrate my backend from another BaaS (Backend as a Service) provider?
  • Can I copy and paste my data into the database?
  • API
  • Can I make an External API request in Xano?
  • How do I schedule a recurring API request?
  • How can I extend data from multiple sources in a single API request?
  • Does Xano provide documentation for my API Endpoints?
  • Code
  • Can I see the code that my Xano backend is being hosted on?
  • Marketplace
  • Will the Marketplace have templates that I can use to start my backend with?
  • Can I develop an extension or template and sell it on the Xano Marketplace?
  • Pricing
  • How much will Xano cost and how do I upgrade?
  • Compliance
  • Can I satisfy HIPAA Compliance while using Xano as my Backend?
  • Agencies
  • Does Xano work with Dev Shops / Agencies?
  • Can I collaborate with others on a project in Xano?
  • Custom Development
  • Can I create a custom plan with Xano?
  • Can I hire Xano to develop my custom backend?
  • Hosting
  • Can I host Xano "on premise?"

Was this helpful?

  1. Documentation
  2. Xano

FAQ

PreviousShare Xano. Make moneyNextgetting-started

Last updated 4 years ago

Was this helpful?

Table of Contents

  • Scaling & Performance

  • Front-end

  • Data

  • API

  • Code

  • Marketplace

  • Pricing

Scaling & Performance

What are Xano's limits?

When it comes to building the backend for your application, building to 95% capability isn't good enough. You need a platform that can handle every edge case you throw at it and Xano is that platform. From its inception, it was built to be the first Turing complete NO CODE backend so anything you can do in a regular programming language (PHP, C, Javascript, etc.) you would be able to do in Xano.

Can I scale my backend with Xano?

Yes. With Xano you don't need a DevOps team because we handle everything for you. and are used to provision new accounts which provides a stable, scalable environment on top of and the database offers not only the power and flexibility of SQL/NOSQL, but can scale horizontally and vertically.

What happens to my backend if Xano shuts down

We want each one of our users to feel secure in building their businesses and backends on the Xano platform, so in the very unlikely scenario that we decide to close up shop, we promise to release the Xano source code under an open-source license so that you can set up your own Xano server and keep your backend running.

What if I need more capacity outside my plan?

Does Xano rate limit?

Front-End

Can Xano build my front-end?

No. Xano only handles your entire backend, which consists of development, dev-ops, database & APIs as a hosted platform. It does not create any sort of front-end for your project. You can take the API endpoints you create in Xano and link them to the front end of your choice or with one of our preferred front end solution providers

Data

Who owns my data?

You own your data. This also include any data that your users might upload unless your agreement with them specifies otherwise.

Can I move my backend code off Xano?

No. Since Xano's system creates and hosts all your project backend development code with a simplified NO CODE methodology, moving your business logic can potentially break and render your project inoperable. However, we are investigating ways to make this work as a future enterprise option.

Can I export my data?

Yes. You can export your data through the settings in your instance. The data will be exported as a .YAML file format.

Can I migrate my backend from another BaaS (Backend as a Service) provider?

We currently do not have a way to import or migrate a backend from another provider. This is largely because the infrastructure and format can drastically differ. We plan to look into certain functionalities if it makes sense as we see what customers want.

Can I copy and paste my data into the database?

Currently, no. However, we are aware that this is a popular request and it's on our roadmap.

API

Can I make an External API request in Xano?

Yes. You can access and process an external API Endpoint with Xano. This can be found within the Function Stack.

How do I schedule a recurring API request?

How can I extend data from multiple sources in a single API request?

Does Xano provide documentation for my API Endpoints?

Yes. Xano automatically generates documentation for your API Endpoints using Swagger. You can find this on the API page > API Documentation. Additionally, there is a link to it on the right side of the page within an API group.

Code

Can I see the code that my Xano backend is being hosted on?

No. Xano prides itself in being a No Code or Zero Code solution. We enable both technical and non-technical users alike to build their backends without code or compromise. In doing so, we allow our users to save weeks to months of time in development and up to hundreds of thousands of dollars in costs. To stay true to our No Code DNA we do not provide the code at this time.

Marketplace

Will the Marketplace have templates that I can use to start my backend with?

Yes. Although the Marketplace was just launched, we are very excited to begin releasing templates for our users to use for their projects. We have many useful and exciting templates on our roadmap.

Can I develop an extension or template and sell it on the Xano Marketplace?

Coming soon. Allowing our users to develop extensions and templates for the Marketplace is on the roadmap. Stay tuned for more information.

Pricing

How much will Xano cost and how do I upgrade?

Compliance

Can I satisfy HIPAA Compliance while using Xano as my Backend?

Yes. All data stored within Xano is encrypted at rest. Transmission of data is done securely over SSL. Access to workspaces are limited to the team settings defined on the instance, which is governed by the owner of the instance. An additional workspace can be used for separating personally identifiable information from the main workspace, or a 3rd party vault server can be used instead.

Agencies

Does Xano work with Dev Shops / Agencies?

Xano's origin was spawned via a development shop. So we know what they want with regards to client projects. Our objective is to simplify the backend development process while saving tons of money and time to complete each project.

Can I collaborate with others on a project in Xano?

Yes. Development can work better if a team is involved. Depending on which package you're subscribed to, you can grant access to other teammates to your instance and work on a project together.

Custom Development

Can I create a custom plan with Xano?

Yes. This can be done by contacting us and inquiring about our custom enterprise setup.

Can I hire Xano to develop my custom backend?

Yes. Our pricing varies according to complexity. Please contact us and inquire about our white glove development service.

Hosting

Can I host Xano "on premise?"

Typically...no. However, this can be done with an Enterprise setup. Contact us today to inquire.

We've structured our Prototype & Business plans to be optimized for the products we see most often. However, if you should need more capacity outside of our Business plan, whether it be file storage, workspaces, team seats or bandwidth, we have pricing and you can .

Only the Explore and Starter plans of Xano have rate limiting. Any instance on the Prototype plan and up does not have rate limiting. For more information on the specifics please visit .

Absolutely. We built Xano with the idea that it would seamlessly integrate with other popular and up and coming No Code tools. Please visit for more information.

​ (or Background Tasks) allow you to utilize scheduling capabilities - both recurring and one-off. Tasks are only available on paid instances.

Addons allow you to extend data from multiple sources in a single API request. Addons give you complete control over how your data is queried. Please visit the Addons and for more information.

Pricing depends on which plan you choose. For detailed information on the cost of each plan and what is included please visit .

​, please visit the Billing page in your Xano account and select "Change Plan."

As of today, Xano holds certification for . While there are many similarities between ISO 27001:2013 and GDPR compliance, they are not the same thing. We are aware of the importance and popularity of GDPR compliance with our European customers. Therefore, it is on our roadmap to take the proper steps to fulfill GDPR compliance in the near future.

Docker
Kubernetes
Google Cloud
PostgreSQL
contact sales
xano.com/pricing
Connect to a Front-End
Tasks
page
guide
xano.com/pricing
In order to upgrade
ISO 27001:2013