-
Important (and exciting 😆) updates to our plans and pricing
Hello Xano Community! 👋 You all are creating amazing things with Xano, performing more complex actions, and asking to do more with your Xano instance. So to better meet your needs, we’re announcing a massive set of improvements to Xano, bringing significantly more power to our plans! Summary below👇, but scroll down for…
-
Xano ❤️ Adalo Special Offer: Bundle Xano and Adalo For A Limited Time & Save!
Adalo & Xano have teamed up again to offer you an awesome promotion! If you subscribe to Adalo’s Team or Business plan, you’ll get the monthly Xano Launch plan FOR FREE — that’s a value of $99 per month. Simply subscribe to Adalo’s Team or Business plan & we’ll send you an email with all the details on how to take…
-
Welcome! 👋
Welcome to Xano’s Community! Use it as a resource to get your questions answered, discuss best practices, and connect with and learn from other members. 🎥 Watch the Introduction Video 🚀 Getting Started Introduce yourself and what you’re building in the Welcome category. Browse different categories, ask or answer questions,…
-
Magic Link (with Sendgrid) is here!
Hi everyone! We have released our Magic Link with Sendgrid marketplace extension. This extension allows your users to authenticate to your app without needing a password. We've integrated it with Sendgrid to send a magic link to your user upon request, which they can click, navigate back to your app per your specified…
-
The Xano Customer Success team is hiring!
We're looking for someone new to join our Customer Success team as a Customer Success Associate! In this role, you'll be mainly responsible for: Working with the team to handle all inbound support requests Creating awesome documentation and video content to help enable other Xano users Collaborating with Customer Success…
-
API Branches have arrived! 🚨
[BranchesGif.gif] API Branches is the highly anticipated solution for making different versions of your API. Branches allow you to make copies of your backend's Business Logic, which includes the API, Functions, Addons, and Background Tasks. This enables you to make changes, develop, and test your API and Business Logic…
-
Have you launched your app with Xano? Want a chance at a free Xano T-shirt?
Hi all, If you've officially launched your project with Xano, we'd love to hear about it! We'll send you a free Xano T-Shirt as a thank-you while supplies last. 👉 Just answer a few short questions here.
-
Bug Bounty Program 🐞
Hey everyone! We are starting a bug bounty program to encourage everyone to report a bug if they stumble upon one. If you find an eligible bug, you may be eligible to receive a $10 credit, which you can use on your Xano subscription. You can post your findings in the Report a Bug space here in the community or through…
-
New Adalo Integration & Upcoming Webinar 🚀
At Xano, we are always looking for new ways to make connecting with your front-end of choice as easy and as powerful as possible. Today, we're very excited to announce a brand new integration with Adalo! With just one copy, click, and paste, Adalo will reach out to get all of your Xano database collections, including…
-
Introducing Function Stack v2 with Team Collaboration 👥
We’ve launched a massive update to the Function Stack that features a Google-doc-like ability to edit your API simultaneously with your team! It also introduces draft support, bulk actions, an enhanced UI/UX, and more! This is only the beginning. We have many more improvements coming soon! https://youtu.be/Yh5dHwysbkg…
-
Intercom (Support Chat) outage
Hello all - It appears that our support chat provider's system (Intercom) is currently down. We hope that it comes back online soon. You can still reach the team here by posting in the Community or by emailing support@xano.com
-
Password Reset Snippet
Password Reset has been a popular, "how do I do this" question. So we created a Snippet so you can easily add the logic to your Xano project. Password Reset Snippet: https://www.xano.com/snippet/8POkfilu/ Don't forget to watch the explainer video for details 🙂
-
Replay: Xano Demo with Bravo Studio
Earlier this month Bravo Studio hosted me for a live demo of Xano and to discuss how to best leverage Xano and Bravo Studio together. Here's the replay, which you can find on Bravo's YouTube channel. The Snippet from the demo is available here: https://www.xano.com/snippet/cM3cryhw/
-
Xano is on Product Hunt!
After months of hard work and encouragement from all of you, we're excited to launch Xano on Product Hunt today! 😁 We are grateful and would love to hear your feedback and get support. https://www.producthunt.com/posts/xano
-
Introducing Fuzzy Search 🔎🚀
We are excited to announce our new and improved fuzzy search capabilities! This highly requested and anticipated feature includes a more performant search engine, normalization of words (i.e. party vs parties), case-insensitive support, flexible expressions (words, phrases, and negations), weighted priorities (i.e. title…
-
File Management 🗄
Great news everyone! We have added support for file management in each workspace. On the left-side navigation bar under Library, you will find a new page called "Files." This page is a file management interface where you can view and manage all the files (images, videos, audio, and attachments) associated with your…
-
Multipart Upload for External APIs 📸
We just added support for multipart uploads on external APIs! What exactly does that mean? It means that you can now send attachments (images, videos, pdfs, etc.) to 3rd party services leveraged in your app via the external API request function. You can accomplish multipart upload by utilizing the file resource input or…
-
Performance Boost for Background Tasks 🚀
Background tasks are integral backend components for many users performing a wide variety of processes. Recent community feedback helped us find some room for improvement with how background tasks operate. As a result, we just rolled out a significant performance improvement to help boost run times and stability of…
-
Faceted Filtering in the Database 🚀
[CleanShot 2022-03-21 at 16.42.09.gif]Faceted filtering is now live in the spreadsheet view of the database. Filter records with precision to manage and sift through database tables. The filter action resembles the by custom query functionality of the Query All Records function in the function stack. You can chain filters…
-
New Utility Function: Return
Return is a new function which can be found in the Utility Function category of the Function Stack. It is a powerful function that enables you to Return a response early in your Function Stack. Before, a function stack had to run its entire course before returning the response. With the Return function, you can choose to…
-
Introducing Lambda Support 🎉
Bringing code to a No Code platform on April 1st? Surprisingly this is NOT an April Fool’s joke! Xano now has support for Lambdas on all dedicated resource plans. What is Lambda? ❓❓❓Lambdas seem to have multiple definitions depending on who you ask... anonymous functions, serverless functions, a snippet of code, etc. The…
-
Move & Copy API Endpoints to Different API Groups 🔥
[CleanShot 2022-03-18 at 17.04.42.gif]Hey everyone! Thanks to popular demand, we have added support for moving API Endpoints to different API Groups. This feature will help alleviate and improve organization of your API in a smooth workflow. To move an API Endpoint, open the menu icon of the individual endpoint and select…
-
Developer API 🚀
The Xano Developer API & API Key is now available for everyone to use. It allows you to interact with your Xano account securely and in an automated fashion with other services. Learn more in our documentation
-
Free Instance Performance Fixed
This has been an ongoing game of Whac-A-Mole - however this time I think we have officially resolved the issues. The challenge with the free instance is that it has so many users and database tables that extreme detail to database query performance is needed. Something that is fine today, might be bad tomorrow just based…
-
Background Tasks Just Got a Boost 🚀
[CleanShot 2022-01-18 at 16.55.44 2.gif] Task History and Status Updates 📈Previously, task history would only be displayed upon completion of a background task - whether it was successful or failed. Now, task history will display the status of the task. For example, if a task is processing but not complete at the time you…
-
Search for no code developer
Hi all, I'm currently looking for a developer who can build my Xano backend and connect it to my Bravo Studio frontend, the design has already been completed
-
Timing Info Support for Background Tasks ⏱
[CleanShot 2021-12-16 at 17.01.25.gif] Hi all, We've added timing information to Task History of your background tasks in an effort to give you more insight on what's happening with the logic in your tasks. This feature is already in Run & Debug and API Request History but now you can leverage it in Tasks in order to help…
-
CSV Import is LIVE 🚀
[csv.gif] Our No Limits CSV Import is finally here! 🎉 If you have data in a CSV file, you can now import it directly into your Xano database. How does it work? 👍 The CSV Import is easy. You can select Add Table in the database and choose the import option to create a new table. You can also update or append an existing…
-
Roadmap 🗺️
Introducing a new place that you can suggest and upvote new Xano features for our roadmap! Follow the link to our new Feedback Board to check it out.
-
Free Instance Improvements
We pushed an update to Xano today which included a significant performance improvement to the free instance. Additionally, we will be monitoring this instance closely as we want to make it as stable as possible. The free instance is on a shared resource environment and is limited on capabilities including processing power.…
-
OAuth got an upgrade: Auth0 and Twitter OAuth now available!
Check out our latest marketplace extensions to upgrade your OAuth game in your Xano backend: Auth0 (Leverage Sign in with Apple and more!) Auth0 is capable of being your one-stop shop for all your authentication needs. Auth0 is a robust authentication provider with many different solutions that you can leverage such as…
-
Data Source Environments 🚀
Hey everyone! We just launched a new update that includes different environments for your data source. You can easily switch between live data and test data sources. This allows you to run tests without affecting your users' live data. Data source environments are available on the Scale and Enterprise plans (as well as the…
-
Timing Information for Functions ⏱️
[CleanShot 2021-10-18 at 11.46.23.gif] We have added support to the Debugger & Request History to show the timing information for each function. Timing information is included by default in the debugger - even if your function stack is too large to include variable data. This feature helps give you more insights into…