Introduction

Projects help you organise your workspace. Think of them as containers or wrappers around a specific goal you’re trying to achieve – whether that’s a notes app, a blog, or any application you can imagine. Each project is isolated and has its own forms, storage, database, tables, authentication, dynamic REST endpoints, and more.

Create

To create a new project:

  • For self-hosted setups, visit {UrlScheme}://console.{HOST}/projects
  • For the cloud version, go to https://console.fluxend.app/projects

You’ll then see + icon on top right. Once you click, you’ll be greeted by a modal asking for simple information

Screenshot 2025-07-12 at 11.42.32 AM.png

Once you click Create, your project will be spun up. This may take a few moments as all project-related resources are provisioned. After it’s ready, you’ll be taken to your project dashboard where you can start adding tables, storage, forms, and more

Dashboard

Screenshot 2025-07-12 at 11.41.09 AM.png

The project dashboard gives you an overview of your project’s health and usage at a glance. You can quickly check if all systems are operational, see how much database space your tables are using, identify the largest tables, view row counts, and more.

Here you’ll also find your PostgREST endpoint, which you can use to send API requests and integrate directly into your application.