AI Markdown Notes Editor that lets you write and edit notes in markdown. Notes auto-save and get stored in Supabase (Postges) database. Sign in with Google OAuth or email and password via Supabase Auth, and talk to your vectorised notes with OpenAI API integration.
Tech Stack:
- Next.js (Typescript)
- TailwindCSS
- ShadCN
- Supabase (Postgres + Auth)
- Zustand (State management)
RLS policies are used to prevent unauthenticated client-side access to the DB, and server actions are utilised for OpenAI API access.

