# chroma-ui **Repository Path**: workingbird/chroma-ui ## Basic Information - **Project Name**: chroma-ui - **Description**: No description available - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-11 - **Last Updated**: 2025-02-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Chroma UI This is not an official project. Initially, I developed this for myself because it was getting difficult for me check the collections and records through code and APIs can be overwhelming as I am used to access the database using GUI tools like DBeaver, MongoDB Compass etc. So here, I have open sourced it in case someone also feeling the same. It is also hosted at https://chroma-ui.vercel.app and source code is hosted at https://github.com/thakkaryash94/chroma-ui. ## Screenshots - List ![List](./images/list.png) - Edit ![List](./images/edit.png) ## Use There are 2 ways to use the tool. 1. You can go to https://chroma-ui.vercel.app and enter your Chroma DB UI URL. Note: It will work only with live URLs and won't work for localhost(127.0.0.1). 2. If you want to use it for local development, follow setup steps. ## Desktop Client You can build the desktop client and run it. Run `npm run tauri build` and it will build the appropriate output files under `src-tauri/target/release/bundle/` folder. ## Setup This project is built using NextJS, React, Mantine. You don't need familiarity with them if you just want to use it. Follow below steps to run the application. **Prerequisites**: NodeJS 1. Clone the repo 2. Run `npm install` to install the dependencies 3. Run `npm run dev` to start the application OR 3. Run `npm run build` to build the project 4. Run `npx serve@latest out` to run the application ## Help Links Here are resource links - [ChromaDB](https://www.trychroma.com/) - [NextJS](https://nextjs.org/) - [Mantine](https://mantine.dev/) - [React Query](https://tanstack.com/query/v5)