Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.27 KB

File metadata and controls

45 lines (33 loc) · 1.27 KB

Notesify

Notesify

Notesify is a cross-platform, feature-rich, AI-powered notes taking app. An open source alternative to NotebookLM.

Getting Started

Try Notesify online here!

Desktop/mobile apps will be available when the app is more stable.

Development

cp .env.example .env # Update your .env file with your environment variables

pnpm install
pnpm dev
# For converting PPTX/DOCX to PDF using Gotenberg
cd server
docker compose up -d
# Update migration file after modifying schema
pnpm db:generate

Tech Stack