A super lightweight User Iinterface for Meilisearch.
The plan is to build out a UI to not only perform searches, but also manage Meilisearch instances.
- List & Search indexes
- Connect to multiple instances
- Manage Keys & permissions
- Manage Index settings
- Monitor tasks
- Create snapshots
Contributions are most welcome.
There is nothing fancy here, no build steps, just simple HTML, CSS and Javascript.
Clone the repo onto your server:
git clone [email protected]:tobz-nz/meili-ui.git /path-to-public-folder
Then open it in your browser:
open https://your-site.example/meili-ui
I started this project for 2 reasons:
- The UI that runs on Meilisearch is VERY basic.
- I've been wanting to experiment with native Web Components for a few years, and now seems to be the time.
Yeah, yeah - I'm using the small Web Component Base library so I don't have to muck about with WC boilerplates. So what? I have done that stuff and TBH, I can't be bothered. Web Component Base is really quite nice, so stuff you guys 😆