The app GrappleCosmos is for journaling your thoughts. It sorts thoughts by date so that you can go back in time to see what thoughts you had that day. Thoughts are stored in a PostgresSQL instance (Supabase). Auth is via Supabase too.
Written in React Native (Expo). Using several files from minds.com's React Native app in the codebase.
How to Install
- Make sure to have Expo installed.
- Create a Supabase project: supabase.com
- Please check out the companion backend here, read its readme, and run the postgres migration files so that your Supabase instance gets updated.
Create a .env with:
EXPO_PUBLIC_SUPABASE_URL=
EXPO_PUBLIC_SUPABASE_ANON_KEY=
yarn install
npx expo start