Skip to content

MindLog는 사용자의 일기를 분석하여 감정 상태를 파악하고, 위로의 메시지와 맞춤형 행동 지침을 제공하는 스마트 다이어리 앱입니다.

License

Notifications You must be signed in to change notification settings

kaywalker91/MindLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

157 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🇰🇷 한국어

MindLog

MindLog

AI-powered emotional diary that understands and comforts you

CI Google Play Platform Privacy AI License


Features

  • 🧠 AI Emotion Analysis — Real-time emotion detection powered by Groq Llama 3.3
  • 💬 Empathetic AI Characters — Personalized comfort messages from AI companions
  • 🌱 Emotion Calendar — Visualize your emotional journey as growing plants
  • 📊 Statistics & Trends — Emotion charts, keyword analysis, and weekly insights
  • 📸 Image Analysis — Detect emotions in photos via Vision API
  • 🔔 Smart Notifications — Morning encouragement & evening care across 2 channels
  • 🔒 Privacy-First — 100% local storage, no cloud sync, no server uploads

Recent Updates (v1.4.39)

  • 1,384 tests all passing — comprehensive test coverage ensuring stability
  • 🔧 Enhanced CI/CD — automated test health monitoring and quality gates
  • 📊 Pre-deployment audit system — 7-gate validation before every release
  • 🛠️ Improved build scripts — streamlined environment-specific builds
Previous Updates (v1.4.38)
  • 📬 Weekly Insights — Every Sunday evening, receive a summary of your emotional week
  • 🧠 Cognitive Pattern Detection — AI detects cognitive distortions and sends CBT messages
  • 🎯 Emotion-Aware Messages — Notifications prioritize messages matching your recent emotional state
  • 💙 Safety Follow-up — 24-hour check-in after crisis detection
  • 📈 Emotion Trend Analysis — Automatic insights when mood patterns change

Screenshots

Diary List Diary Write Emotion Calendar AI Character


Privacy

Your mind belongs to you.

Item Policy
Storage Local SQLite only — never leaves your device
AI Analysis Anonymous text sent to Groq API, no personal data
Cloud Sync None — no accounts, no servers
Deletion Instant full deletion from Settings

See Privacy Policy for details.


Tech Stack

Category Technology Version
Framework Flutter / Dart 3.38.x / ^3.10.1
State Riverpod 2.6.1
Database SQLite (sqflite) 2.3.3
Firebase Analytics, Crashlytics, FCM 3.8.0+
Routing go_router 17.0.1
AI Groq API llama-3.3-70b-versatile
Charts fl_chart 0.68.0

Architecture

┌──────────────────────────────────────────┐
│              Presentation                │
│     Providers (Riverpod) + Widgets       │
├────────────────────┬─────────────────────┤
│                    ▼                     │
│               Domain                     │
│    Entities, UseCases, Repo Interfaces   │
├────────────────────┬─────────────────────┤
│                    ▲                     │
│                Data                      │
│   Repo Impl, DataSources, DTOs          │
└──────────────────────────────────────────┘

Layer rules: presentation → domain ← data
(domain has zero external dependencies)

Getting Started

Prerequisites

Setup

# Clone
git clone https://github.com/kaywalker91/MindLog.git
cd MindLog

# Install dependencies
flutter pub get

# Generate code (freezed, json_serializable, etc.)
dart run build_runner build --delete-conflicting-outputs

# Run
flutter run --dart-define=GROQ_API_KEY=your_key

Build

# Release App Bundle
flutter build appbundle --release --dart-define=GROQ_API_KEY=your_key

# Release APK
flutter build apk --release --dart-define=GROQ_API_KEY=your_key

Project Structure

lib/
├── core/           # Config, services, theme, constants, utilities
├── data/           # Repository implementations, DataSources, DTOs
├── domain/         # Pure Dart: entities, repository interfaces, use cases
├── presentation/   # Providers, Screens, Widgets
└── main.dart

Testing

# Run all tests with coverage
./scripts/run.sh test

# Full quality gates (lint + format + test)
./scripts/run.sh quality

Coverage targets: unit ≥ 80%, widget ≥ 70%


Contributing

Bug reports, feature requests, and pull requests are welcome!

See CONTRIBUTING.md for guidelines.


Changelog

See CHANGELOG.md for full release notes.


License

MIT License — Copyright (c) 2024 kaywalker91

About

MindLog는 사용자의 일기를 분석하여 감정 상태를 파악하고, 위로의 메시지와 맞춤형 행동 지침을 제공하는 스마트 다이어리 앱입니다.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published