The open-source notes making application with features like collaboration in real time and much more.
Learn more »
Introduction ·
Features ·
Tech Stack ·
Self-hosting ·
Contributing
ByteNotes is the open-source notes management infrastructure for modern teams and individuals.
You can self-host ByteNotes for greater control over your data and design.
We love our contributors! Here's how you can contribute:
.env.example
to .env
and update with your local PostgreSQL and Cloudinary credentials.DATABASE_URL
in docker-compose.yml
to use host.docker.internal
instead of db
.docker-compose -f docker/docker-compose.yml up --build
.env.example
to .env
and update with your Cloudinary credentials.docker-compose -f docker/docker-compose.yml up --build
The app will be available at http://localhost:3000