/crawler-ui

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Meilisearch-UI

GitHub Workflow Status release stars issues last-commit Docker Image Version (latest semver) Docker Pulls license GitHub deployments

Meilisearch-UI - Pretty, simple and fast meilisearch admin dashboard | Product Hunt

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

Features

🚀 Indexes CRUD

🔎 Search documents

💪 Documents management

🛠️️ Index settings

⚓ Multiple instances management

🔒 Data is stored inside your browser

Get start

[IMPORTANT] Remember enable CORS in your instance server for this ui domain before using.

This version have not achieved responsive design, so mind that only use this app on desktop to gain better experience.

Online use

There is a live demo 👉 meilisearch-ui, deploy on Vercel.

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

Deploy with Vercel

Development

git clone git@github.com:riccox/meilisearch-ui.git

cd meilisearch-ui

pnpm install

pnpm run dev

Built with ♥

  • Sira-UI
  • React v18
  • TypeScript
  • Vite
  • ReactRouter v6
  • Mantine
  • Zustand
  • Tailwind CSS
  • ReactErrorBoundary
  • ReactQuery
  • Prettier
  • Fuse.js
  • echarts
  • Lodash.js
  • Immer
  • react-json-view
  • Dayjs