Loading...
Project Context PrimerThis is a multi-user journaling app built using Next.js 15 (App Router) and Supabase.Users can manually add entries (text/images), upload conversations or screenshots, and receive AI-generated summaries and insights via Gemini 2.5.All content is private and scoped per user.Supabase handles auth, file storage, and relational data.Vercel AI SDK (with Gemini 2.5 Flash) powers text summarization, image-to-text extraction, and reflective chat.
Loading...
I want to start over:Project Context PrimerThis is a multi-user journaling app built using Next.js 15 (App Router) and Supabase.Users can manually add entries (text/images), upload conversations or screenshots, and receive AI-generated summaries and insights via Gemini 2.5.All content is private and scoped per user.Supabase handles auth, file storage, and relational data.Vercel AI SDK (with Gemini 2.5 Flash) powers text summarization, image-to-text extraction, and reflective chat.Entities: users, entries, entry_images, uploads, insights, reflection_chats.