Meilisearch-UI
An open-source, pretty, simple and fast meilisearch admin dashboard UI for managing your meilisearch instances
[IMPORTANT] The main branch may be unstable or unavailable during development.
Please use release instead of main branch to obtain a stable version app
Online use
There is a live demo
Features
Get start
[IMPORTANT] Remember enable CORS in your instance server for this ui domain before using.
Docker
docker pull riccoxie/meilisearch-ui:latest
docker run -d --restart=always --name="meilisearch-ui" -p <your-port>:24900 riccoxie/meilisearch-ui:latest
Deploy on Vercel
You can deploy this app to the cloud with Vercel
Just one click the button below to deploy this app automatically
Development
git clone git@github.com:riccox/meilisearch-ui.git
cd meilisearch-ui
pnpm install
pnpm run dev
♥
Built with - React v18
- TypeScript
- Vite
- ReactRouter v6
- Mantine
- Zustand
- Tailwind CSS
- ReactErrorBoundary
- ReactQuery
- Prettier
- Fuse.js
- echarts
- Lodash.js
- Immer
- react-json-view