Unlike most NO CODE backends, Xano provides a fully managed infrastructure you can rely on as you scale.
Xano uses docker containers to provision new accounts. This provides a stable environment for each Xano user to build and scale their service without compromise.
Read MoreKubernetes provides an industry standard way for our Xano users to automatically scale based on their traffic and resource needs.
Read MoreXano utilizes PostgreSQL, which is the most powerful and flexible database within the open-source community. It provides the flexibility of a relational database along with the big data needs of a NoSQL solution.
Read MoreGoogle Cloud is one of the top global industry providers for on demand cloud based server deployment. Xano’s Google Cloud deployments are controlled through Kubernetes.
Read MoreXano is a fully hosted platform without any modules or SDKs to download. Just point and click on our secure system.
Single-tenant deployment or architecture. Instances have data separation, data security, reliability & performance and easy recovery. This means that the user is the only tenant on the server (instance) architecture and within that instance, server resources and CPU are dedicated to the tenant.
Allow you to select regions where your instances are hosted. Currently you can choose from the following: United States, Brazil, Canada, Germany, India, Singapore & U.K. (more regions coming soon).
Build your complete backend without a single line of code. Accelerate time to market with predefined templates and business logic.
Xano automatically generates CRUD API operations for you and you can create custom API endpoints using our NO CODE builder.
Get detailed statistics of what is happening at each step of your query life cycle. Easily pinpoint where something is going wrong.
Xano takes the complexity out of creating and authenticating users since it comes standard with each project.
Similar to GraphQL, Xano's Addons give you unique way to extend your data through relationships without any additional requests.
Define how your business logic gets executed by visually stacking predefined and custom functions together in a linear fashion.
Upload and store images, videos, PDF’s and more. Bulk upload support included! Please see upload limits in your subscription package.
Designed with Points, Lines, and Polygons! Create your backend with integrated support for distance calculations!
Build workflows/functions in the API builder and set up cron jobs to run workflows at an interval of your choosing!
Webhooks are a simple way that an app can send an automatic message or payload of information to another app. Allows your online accounts to "speak" to one another and get notified automatically when something new happens.
Allows you to temporarily store data in memory for high-performance data retrieval and storage purposes. This is great for storing temporary data that needs to be quickly generated and accessed for a period of time.
Protect information & communication. Enhance your security by creating keys, encoding and decoding data.
Open your version history and easily roll-back to previous version(s) in case you make a mistake in database tables, API endpoints, functions, addons, or cron jobs (background tasks).
Share access to your instance using role based permissions and collaborate with your team.
Keep your workspaces organized across your team using the dedicated resources of your instance.
Each paid developer seat within Xano has a private locker to share functions, addons and tasks between workspaces.
Connection to Xano is done through the API, which in Xano's case is a REST API - nearly all front-ends are able to ingest RESTful APIs making Xano front-end agnostic. Here is a list of no code / low code frontends to consider.
You can send SMS messages to phones via Twillio’s API. Applications use this functionality to communicate these messages at scale.
reCAPTCHA protects your site from spam and abuse. It uses advanced risk analysis techniques to tell humans and bots apart.
SendGrid Email is a customer communications solution that provides functionality to send plain text and dynamic template emails.
Take advantage of our pre-built authentication solutions using Google, Facebook, Linkedin, Github and Magic link (passwordless auth) providers. More coming soon.
Xano makes it easy to get to success with pre-built backend templates. We include all the building blocks to have a successful backend set up.
Your API Endpoints are automatically documented for you in OpenAPI (Swagger). This makes it easy to collaborate with other developers.
Utilize prebuilt backend templates to accelerate your time to market and increase your project ROI.
Our easy CURL import gives you quick setup and integration to 3rd party API endpoints.
Each of your projects will utilize the most powerful and flexible database within the open-source community.
Xano deploys each client as a single tenant in it's cloud infrastructure. Enhancing security, reliability, and flexibility.
Team Management (instance access). Share access to your instance using role-based permissions and privileges.
Xano uses JWE tokens to encrypt and store session information across your requests. This is the industry standard for passing data around over the web.
All data stored within Xano is encrypted at rest and transmission is done securely over SSL. Xano is also ISO 27001:2013 certified giving you maximum protection.
Healthcare organizations can now protect the integrity of protected health information (PHI), including Social Security numbers (SS), names, addresses, telephone numbers, financial information and medical records and using Xano.
ISO 27001 is the de facto international standard for Information Security Management. SO 27001 is the only auditable international standard that defines requirements of a information security management system (ISMS). An ISMS is a set of policies, procedures, processes and systems that manage information risks, such as cyber attacks, hacks, data leaks or theft.
Store and retrieve data using our flexible query builder. This data can come from one or more tables or external sources.
Add, delete, and modify data in Xano with NO CODE by creating Variables, Arrays, Objects, Conditionals and more.
Access specific fields or data nested within a variable, object or array. Dot notation is a general programming concept and it is also a useful tool in Xano.
Repackage common operations (send mail, send SMS, etc) into functions that can be re-used throughout your project.
Perform common and often re-used functions which accommodate routine programming tasks. Generate a random number, create a password, secure an authentication token, and more.
Make sure your application runs exactly how you want it by enforcing preconditions before anything important is processed. A precondition enforces something to always be true, so you can safely rely on the state of your app.
Xano makes data relationships easy. Similar to GraphQL, Xano has a framework called Addons, which give you unique ways to extend your data through relationships without any additional requests.
Allow your app to access and transform any external API endpoint.
Conditional statements are used to activate different functions based on the evaluation of a boolean(true/false).
We are continuously working on adding new features and will announce them here and in our documentation.