Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 698 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 698 Bytes

Müdy - Personal Mood Journal

A journal that uses a LLM to analyze your entries and log your mood.

Screenshot of Journal page

Screenshot of Trend page

Install

Clerk

  • Create a new application in the dashboard
  • Copy publishable key and secret key to .env.local

Planetscale

OpenAI

  • Create a new secret key
  • Copy key to .env.local

Usage

  • Connect to local database using pscale proxy
  • Run npm dev