Skip to content

Latest commit

 

History

3,805 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notees

A self-hosted, privacy-first, local-first note-taking application with bidirectional linking and offline support.

Python React TypeScript License

What is Notees?

Notees is a local-first, self-hosted note-taking app. Your workspace data lives in a client-side SQLite database inside the browser; edits happen instantly and sync to your own server when you are online. It supports wiki-style [[links]], backlinks, block-based editing, daily journals, tasks, queries, graph view, whiteboards, flashcards, and plugins.

The mobile app is a native Flutter companion focused on phone workflows. It lives in its own repository: miquelrosell99/notees-flutter.

Documentation

  • Installation — prerequisites, development stack, production deployment
  • Configuration — environment variables, security settings, first-boot registration
  • Usage — pages/blocks, links, journals, tasks, queries, graph/whiteboard, export, offline use
  • Developer Guide — project structure, tests, lint, local development, key conventions
  • Architecture — technical architecture: data model, query layer, sync, performance
  • API Reference — REST API and operation relay endpoints
  • Plugins — plugin system, manifest, built-in plugins
  • Troubleshooting — common issues and fixes
  • FAQ — frequently asked questions
  • Security Policy
  • Changelog

Quick Start

# Configure environment
cp .env.example .env
# Edit .env and set SECRET_KEY, ADMIN_PASSWORD, POSTGRES_PASSWORD

# Run the development stack
task dev
# Or: docker compose -f compose.dev.yaml up

For production deployment, see docs/installation.md.

AI-Assisted Development

This project was developed with the assistance of AI tools. AI was used throughout the development process to help design architecture, write code, and solve problems.

Contributing

Contributions are welcome!

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

See Developer Guide for tests and linting commands.

License

Notees is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).

This ensures the software remains free and open-source, even when used over a network. If you modify and deploy Notees as a web service, you must make your source code available to users.

See the LICENSE file for the full license text.

Acknowledgments

Inspired by tools like Roam Research, Logseq, and Obsidian. Built with FastAPI, React, and PostgreSQL.

About

No description, website, or topics provided.

Resources

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Sponsor this project

Packages

Contributors

Languages