Display and search your Slack export
Slack Vuesualizer is a web app designed to facilitate viewing, searching, and sharing of a Slack team’s exported files. It provides features such as full-text search, displaying messages with proper formatting and files, and the ability to view and search through all users. The app has a pleasant user interface and utilizes technologies like Nuxt 3, TailwindCSS and DaisyUI, Iconify, MongoDB, Docker, and Vercel for hosting.
To install Slack Vuesualizer, you can use either the hosted version at https://slack-vuesualizer.vercel.app/ for free or follow these steps to spin up your own website using the Docker image:
docker pull chris5896/slack-vuesualizer
docker-compose up -d
.env file to specify your MongoDB instance:MONGODB_URI=mongodb://localhost:27017/slack_vuesualizer
npm install
npm run dev
npm run build
npm run start
For more information on deployment, refer to the deployment documentation.
Slack Vuesualizer is a web app designed to simplify the process of viewing, searching, and sharing a Slack team’s exported files. It offers features such as full-text search, displaying messages with proper formatting and files, and the ability to browse through all users. The app has a user-friendly interface, utilizes modern technologies like Nuxt 3 and TailwindCSS, and can be easily installed using the provided Docker image or the hosted version.