4Minitz - Simply a decent free webapp for taking collaborative meeting minutes. (Keywords: Meeting Protocols, Action Items, Open Source). Check it out on our demo server:
4Minitz is a web application designed for taking meeting minutes. It allows users to create meeting series, invite participants, set agendas with multiple topics, and send minutes and action items by email with just one click. Additionally, 4Minitz offers features such as labeling items for easy retrieval, attaching binary files to minutes, and tracking open action items and unfinished topics across meetings. The application prioritizes privacy by enabling users to host their own server.
Quick Start with Docker Compose:
docker-compose -f sampleDockerComposeFile.yaml up
Access 4Minitz by pointing your browser to http://localhost:3100.
Manual Setup with Docker: Start the two containers manually.
docker run container1
docker run container2
Visit http://localhost:3100 to use 4Minitz.
Development Environment (Linux, Mac):
git clone 4Minitz_repo
meteor
Open http://localhost:3100 in your browser to access 4Minitz.
4Minitz is a feature-rich web application tailored for efficient meeting minutes management. It offers a user-friendly interface with capabilities such as creating meeting series, setting agendas, live updates during meetings, and email automation. With a focus on privacy, users can host their own server easily. The application’s self-hosting option ensures data security while providing essential meeting management tools for organizations and teams.