Feature Requests

Got an idea?

Search for it here before adding your request.
  • Reusable Enums

    Enums are very important as the limit a field value to ensure consistency in spelling. Since they are 'stateless' or static, they should be created once and used everywhere. Take an Enum of countries,...
    8
  • Brian Giometti

    Api Errors on Dashboard

    It'd be super helpful to have a section showing recent API errors on the front dashboard of an instance. Thinking another tab alongside the database and requetsts tabs.
    3
  • Louis Machado

    Change the Primary Key from ID to another column

    The capability to modify the primary key of a database table from the default 'ID' column to a different column of choice. It is currently possible to mimic this functionality by using unique indexes ...

    Requested
    8
  • Test/Live environment variables

    It would be helpful to manage environment variables based on whether you are in test or live. This would be helpful for managing external API keys and Request URLs that will be different between ...
    8
  • FRED ILLIES

    Built-in 'modified_at' timestamp field

    Xano currently has a created_at timestamp field that automatically enters the creation date for the record. It would save a lot of time if you would also create a modified_at field that would ...

    4
  • Inayet Hadi

    Request History Saved For Longer Period of Time

    Suggstion made by Jon Neal, and I like it, if you do too, please upvote. ' ... I need to be able to access my request history for greater than 24 hours. My friend submitted something to test a few ...
    1
  • Flutter SDK or Flutter Websocket Packages via Realtime

    Per suggestion from Abhishek Singh Bhilware -

    "It'd be great if we release a flutter SDK so that we can use this in flutterflow or you can allow us to connect to xano realtime url using existing ...

    8
  • Francisco Castillo

    Dashboard to measure how much of our endpoint's available memory we are using

    Memory is more often constraining than CPU for parallel processes with high i/o or network wait. And Xano doesn't have great observability on that front. Please allow us to see/measure how much of our...
    0
  • Abhishek Singh Bhilware

    Allow Lambdas to access Database

    I like the function stack but for some lengthy functions it makes sense to code it out on lambdas. It would be nice to have access to the instance's database using dot notation. It would really help. ...
    1
  • Triggers in development branches

    A big project cannot be stable without testing. Triggers are a powerful tool, but being only limited to work on a live branch, they create chances of unstable applications since it is not possible to ...

    4