Skip to main content
A project is an isolated Meilisearch instance. Creating one takes two steps: choose a plan type, then configure the project.

Prerequisites

Step 1: Click “New project”

From the Cloud dashboard, click the New project button.
Meilisearch Cloud projects list with the New project button

Step 2: Choose a plan type

You will be asked to choose between two billing models:
Plan typeDescription
Resource-BasedSelect compute and storage to match your performance needs. You pay a fixed hourly rate for the resources you provision.
Usage-BasedPay as you go. Costs adjust automatically based on your actual searches and documents.
See Resource-based vs usage-based for guidance on which to choose.
Create project modal showing Resource-Based and Usage-Based plan type options

Step 3: Configure the project

Both plan types share three common fields:
FieldDescription
Project nameBetween 3 and 40 characters.
RegionThe region where your project is hosted. Cannot be changed after creation. See Regions.
Meilisearch versionThe version to deploy. Defaults to the latest stable release.

Resource-Based configuration

Select a resource tier (Memory and vCPU). The Cloud UI shows the hourly cost and estimated monthly cost for the selected tier. See resource-based pricing for more details.
Configure resource-based project form showing memory, vCPU, and hourly cost breakdown

Usage-Based configuration

Select a plan:
PlanIncluded searchesIncluded documentsResourcesSupport
Build50K/month, then $0.40 per 1,000100K, then $0.30 per 1,000SharedCommunity (Discord)
Pro250K/month, then $0.30 per 1,0001M, then $0.20 per 1,000DedicatedMeilisearch team
See usage-based pricing for more details.
Configure usage-based project form showing Build and Pro plan options with pricing details

Step 4: Create the project

Click Create project. Meilisearch Cloud provisions the instance. The project appears in your dashboard with a creating status while it is being provisioned, then becomes available in a few seconds.
Meilisearch Cloud projects list showing a project with creating status

Next steps