Noterra is an open-source editor and writing toolkit for students, developers and researchers alike. It's built on React, Tiptap.js and Next.js.
- WYSIWYG Editor
- Private local storage via IndexedDB API
- Import Files (EPUB, HTML, etc)
- Specialised Nodes (Monaco Code Block, LaTex Support, etc)
With more features in development.
Noterra is currently in early development, and no formal installation options are available yet. However, you may access the project and view real-time, development progress on noterra.pages.dev. Alternatively, the project can be run locally using the following commands:
git clone https://github.com/amooo-ooo/noterra.git
cd noterra
bun install
bun dev
Then, open http://localhost:3000 with your browser.
We appreciate your support! At this early stage of development, contributions are welcome through bug reports, fixes or feature requests.
Distributed under the GNU GPL-3.0 License. See LICENSE for more information.