Meilisearch UI screenshot

Meilisearch UI

Author Avatar Theme by Riccox
Updated: 8 May 2025
563 Stars

Open-source, pretty, simple and fast Meilisearch admin dashboard UI for managing your meilisearch instances

Categories

Overview:

The Meilisearch-UI is an open-source admin dashboard UI designed for managing Meilisearch instances. It provides a simple and fast interface for performing various functions such as CRUD operations on indexes, searching documents, managing documents, and configuring index settings. The UI also supports multiple instances management and allows data to be stored directly within the browser.

Features:

  • Indexes CRUD: Perform Create, Read, Update, and Delete operations on indexes.
  • Search documents: Search and retrieve documents within the Meilisearch instance.
  • Documents management: Manage and update documents within the Meilisearch instance.
  • Index settings: Configure and customize settings for each index.
  • Multiple instances management: Manage multiple Meilisearch instances from a single interface.
  • Data is stored inside your browser: Data is stored locally within the user’s browser, ensuring privacy and security.

Installation:

To install the Meilisearch-UI, follow these steps:

  1. Enable CORS in your Meilisearch instance server for the UI domain.
  2. Download the latest stable version of the Meilisearch-UI app.
  3. Run the following command to deploy the app using Docker:
docker run -p 3000:3000 meilisearch-ui
  1. Alternatively, you can deploy the app to the cloud using Vercel. Click the “Deploy with Vercel” button on the Meilisearch-UI GitHub page.

Summary:

The Meilisearch-UI is a powerful admin dashboard UI that simplifies the management of Meilisearch instances. With its intuitive interface and comprehensive features, users can easily perform CRUD operations on indexes, search documents, manage documents, configure index settings, and handle multiple instances. Additionally, the UI ensures data security by storing it directly within the user’s browser.