Meiliweb is a web-based administration panel that helps you store, organize and visualize data in your Meilisearch instances.
meiliweb-introduction.mp4
- π’οΈ Indexes management: create indexes, update settings
- π Documents management: import documents, search, sort, filter
- ποΈ Access keys management: Create keys, generate tenant tokens (JWTs)
- π Tasks management
π ΏοΈ Dumps / snapshots management
You can run Meilweb on your search instances, provided they expose appropriate CORS headers, on https://meiliweb.pages.dev.
Meiliweb is a Nuxt 3 single-page application that entirely runs on the client side.
If you have some basics with Vue and TailwindCSS, you will easily figure out how this application has been structured.
Yarn is required to install packages.
Feel free to contribute!
- Discussions: Ask questions, share ideas, suggest features
- Issues: Report bugs
- Pull requests: Request changes
git clone https://github.com/bpolaszek/meiliweb.git
cd meiliweb
yarn installyarn dev
yarn build && yarn previewdocker build -t meiliweb .docker run -p 3000:3000 -d meiliweb
yarn lint
yarn format