# Classnotes Buddy
URL: /work/classnotes_buddy
Source: https://raw.githubusercontent.com/techwithanirudh/minimalistic-portfolio/refs/heads/main/content/work/classnotes_buddy.mdx

A site for uploading and sharing class notes.



Classnotes Buddy is a place to upload class notes and share them with a link. Your notes stay in sync when you open them on another device.

## How it works [#how-it-works]

Supabase handles email and OAuth sign-in and keeps profiles synced. Drizzle manages the Postgres database, and uploads sync across devices. The project is a Turborepo workspace based on create-t3-turbo, with a Next.js web app and an Expo mobile app in progress.

## Stack [#stack]

* Turborepo, pnpm workspaces, TypeScript.
* Supabase Auth + Postgres, Drizzle ORM.
* Next.js web client, with an Expo mobile app in progress.


Last updated on August 3, 2026