Mobile app that records, transcribes and auto categorizes your words.
Three categories currently supported:
- Journal
- Reminders
- Todo lists
- Expo for the frontend
- Expo router
- React native paper for material design components
- Convex for the backend
- OpenAI for transcription and categorization
npm i
This is a terminal blocking command
npx convex dev
In a different terminal
npm run start
Chat with @Indy at Convex discord community
- Significantly improve UI
- Switch from React Native Paper to Tamagui?
- Make multiple offline recordings to be uploaded when back online
- Make this truly cross platform with React Native / Expo Web
- Actually use system notifications for reminders
- Push notifications from server to tell you when categorization is done
- Package a real Android app to use properly
- Package a real iOS app to use properly
- AI to make suggestions to journal entry for publishing as blog post
- Reminder times are all in UTC. The AI might not be doing this right either.