Create base
Learn how to create a base in NocoDB.
Create base from scratch
To initiate the creation of a new database from the ground up, follow these steps:
- Navigate to the left sidebar and click on the
+ Create Base
button. - Select
Start from scratch
from the modal that appears. - Input the desired name for the database within the presented pop-up modal.
- Select
Base Type
: Default / Private.- Default: This is the standard base type where access is governed by workspace roles.
- Private: This base type allows for granular control over access, independent of workspace roles. Only the base creator will have access by default, and other members must be explicitly granted access. Learn more about Private Base.
- Conclude the process by clicking on the
Create Base
button.
When you create a base, you become its owner. Only base owners can delete a base, and multiple bases can be created within a single workspace
On the successful creation of a base, you will be directed to the Base Dashboard, which serves as the primary landing page for the base. This central hub provides users with swift access to essential features such as base settings and collaboration tools. To access the Base Dashboard, simply click on the base name located in the left sidebar.
Find more details on adding tables to a base in the Tables section.