UseNotes

UseNotes authenticated create note modal

A Next.js + Convex + Clerk application for notes, search and AI summaries. I brought it up locally, configured auth/backend and captured internal product states.

UseNotes demonstrates a full-stack product flow: public landing, protected area, Clerk auth, Convex backend, note CRUD and AI summary states.

UseNotes create note modal
Authenticated create-note modal with AI summarization enabled.
UseNotes AI summary detail
Detail view with generated AI summary state.

What this shows

  • Authenticated product flow

    Clerk login, protected notes dashboard and user-scoped data.

  • Realtime backend

    Convex queries, mutations and seeded demo data for repeatable screenshots.

  • AI workflow surface

    Advanced summarization toggle and summary detail state.

View on github