Home
Softono
notesify

notesify

Open source TypeScript
29
Stars
7
Forks
0
Issues
1
Watchers
3 months
Last Commit

About notesify

A cross-platform, AI-powered note taking app. An open source alternative to NotebookLM.

Platforms

Web Self-hosted

Languages

TypeScript

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