Brime is an open source, simple and powerful self-hosted note taking application that lets an organisation have its notes stored on its own servers preventing any outside element to get access to the private data of the organisation. It has a beautifully designed interface following the trending Material Design.
The Brime Core is the Restful API that handles the server-side data manipulation and retireval. A demo deployment of the API is set up at http://brime.ml/
- Source Code: https://github.com/BrimeNotes/core
- Bug Tracker: https://github.com/BrimeNotes/core/issues
- Sample Deployment: http://brime.ml
The Brime Android contains the source code for the Android Application.
- Source Code: https://github.com/BrimeNotes/android
- Bug Tracker: https://github.com/BrimeNotes/android/issues
The Brime WebApp contains the source for the Web Application.
- Source Code: https://github.com/BrimeNotes/webapp
- Bug Tracker: https://github.com/BrimeNotes/webapp/issues
This project is licensed under the AGPL v3.0 License - see the LICENSE.md file for details