Xano

Integrate Xano with Flashboard

Create an admin panel for your Xano backend in seconds

1. Find your Xano database credentials

To connect Flashboard to your Xano database, you'll need the Database Connector premium add-on.

If you already have it, follow their documentation to find your Database Credentials. The credentials contain a "user","pass", "host" and "database". The Xano docs don't mention a "port", but the example they provide uses the default port 5432, so it's safe to assume that's what you should use.

Create your connection URL from the credentials using the following template. Substitute each part between "<>" for your credential values.

postgres://<user>:<password>@<host>:5432/<database>

For example, if your credentials are:

user: bob
password: 123456
host: db.example.com
database: awesomedb

Your connection URL will be:

postgres://bob:[email protected]:5432/awesomedb

Copy it to use in the next step.

2. Create a Flashboard account

Enter your email and choose a strong password. The password will be used to encrypt your database credentials, so make sure you remember it!

login

Complete your profile:

profile

3. Connect a database

Choose Connect my real database

connect

Paste the Connection String you copied from step 1 on the field Connection URL.

connectionUrl

Optional: select a namespace. Most of the times, it will be"public". If there's only one namespace, you'll go directly to the next step.

namespace

Choose a panel name and slug, then confirm the same password you used to sign up. It will be used to encrypt the connection URL. Only you and your team will have access to your data.

panel

You're connected and ready to go!

manage

4. Optional: customize your tabs

We generated a panel for you, and enabled all actions on your tabs by default. But you can always customize the fields or disable specific actions, like creating, updating, or deleting items.

build

Congratulations, you have a live admin panel for your Xano database! 🎉

From here on, you can use it as-is, create more tabs, or share panels with team members.

Felipe Freitag, Flashboard founder

Need help?

Hey! I'm Felipe, Flashboard's founder. I'll personally help you and make sure you get your admin panel up and running.