Settings | Project Settings Tab
Project Name
This is the name of your application. Choose a short, concise name for better usability and clarity.
Plan
Here, you can upgrade to a paid subscription or switch back to a free plan.
Deploy from Scratch
Based on the schema generated during the app creation process, this button deploys the application using that schema. It generates and deploys the required code.
Deploy from GitHub
This option assumes the user has connected their GitHub account. If not, clicking this button will redirect you to GitConnect to set up the connection.
The Deploy button at the top automatically prioritizes your custom GitHub code if GitHub is connected. Otherwise, the default generated code will be deployed.
Connect GitHub
This button allows you to connect your GitHub account to the project.
Clone
This creates a clone of the current state of your schema and description. Collaborators are not included in the clone, and any connected GitHub accounts are not transferred.
Reset
Each schema change generates a migration file, which keeps a history of changes. If there are too many migrations, conflicts may arise, potentially affecting functionality.
The Reset button optimizes all old migrations into a single file.
⚠️ Be careful! This also resets the database. The project is reconfigured from scratch, and all existing data will be lost.
Hard Reset
This action resets the database to its initial state, removing all migrations. It is useful if the AI-generated schema or user modifications cause critical issues. After the reset, the application will only include three entities: Users, Roles, and Permissions. The project remains functional but without any user-defined schema.
Reset Schema
This reverts the schema to its original version, deleting migrations and resetting the database. This action removes all user-defined changes and restores the initial project configuration.
DB Credentials
Database credentials are essential for accessing your database. You will need a database management system (DBMS) to interact with and manage your data. Popular options include MySQL, Microsoft SQL Server, PostgreSQL, MongoDB, Oracle, and others.
Our product provides only the credentials required to connect to your database. To work with the data itself, you must install and use a DBMS of your choice.
Once your chosen DBMS is installed, launch it and select "Add New Server." In the Connection tab, input the provided credentials:
- Host: DB Host.
- Port: 5432.
- Database: DB Name.
- Username: DB User.
- Password: DB Password.
Press Save.
Paid subscription features
The following options are available for customers with paid subscription plan:
Custom Domain
Here, you can set a new custom domain for your application. The system will check its availability. Once saved, the app's URL and API documentation will update to reflect the new domain. You can always delete the custom domain, in this case, the default domain will be restored.
White Label
This feature allows subscribers to customize the application by adding their branding. You can add your company’s branding to the app footer and other areas by linking to your website and customizing the displayed text.
- Fill in your company details in the account settings: Organization, Company Website Link, Company Logo Link, and Footer Text.
- Enable the Add White Label option in the project settings and redeploy the app to apply changes.