Cross-platform journaling & emotional processing app
A fully open-source project to help users reflect, check in, and process emotions with clean, distraction-free writing experiences across mobile and web.
InnerInk is a journaling application designed to help users express their thoughts, track emotions, and build healthy writing habits through a simple, intuitive interface. The project includes Android, iOS, and web all in one repository — making it easy to develop, test, and deploy everywhere.
InnerInk is built with:
- Flutter & Dart — core cross-platform UI framework
- Platform-specific configurations for:
- Android
- iOS
- Web
This enables a single shared codebase while delivering native experiences across devices.
Make sure you have:
- Flutter SDK installed
- Android Studio or Xcode for device builds
- Chrome or desktop build support enabled
-
Clone the repo
git clone https://github.com/IntegrationGOAT/InnerInk.git cd InnerInk -
Install dependencies
flutter pub get
-
Run on your device or simulator
flutter run
-
Run tests
flutter test
We welcome contributors! To contribute:
- Fork the repo
- Create a feature branch (
git checkout -b feature/YourFeature) - Commit your changes
- Submit a pull request
Before submitting a PR:
- Follow clean code practices
- Write clear commit messages
- Add tests for any new features
This project is licensed under the MIT License.