Thanks to visit codestin.com
Credit goes to github.com

Skip to content

private-gpt/rocketnotes

 
 

Repository files navigation

Rocketnotes

Build Deploy License

Rocketnotes is a web-based Markdown note taking app with LLM-powered text completion, chat and semantic search. You can sign up for free, run it locally or deploy with low effort to your personal AWS account. Check out the installation guides for deploying Rocketnotes at AWS or running it locally with Docker.

Hosting on your own AWS account will cost you less than $1 per month under normal usage.

✨ Features

  • 📝 Code syntax highlighting
  • 🌳 Hierarchical document tree
  • 🔍 Content search
  • 🌐 Document sharing
  • ✍️ Text completion
  • 🤖 Chat
  • 🔦 Semantic search
  • 📦 Local mode

 

rocketnotes_theme

LLM-powered text completion

  • 🤖 Get Copilot-like text completion autosuggestions.

Chat with your documents or do semantic search

  • 🤖 Use the power of LLMs together with vector embeddings to chat with your notes or search for them semantically.

Create code snipptes with syntax highlighting

  • 📝 Use the power and simplicity of Markdown for your personal notes.
  • 💻 Create useful code snippets in your favourite programming language with syntax highlighting.
  • 📖 Share documents with external users.

 

Superfast Document Search

  • 🔎 Search through all your documents by content.
  • 🚀 Get an autosuggestion panel with all documents matching you search pattern - superfast!

 

Hierarchical Document Tree

  • 📚 Save your note documents hierarchical with unlimited depth of subdocuments.
  • 🗂️ Structure your notes by simply drag and drop the desired document.
  • 🌟 Pin favourite documents for fast top-level access.

 

🌟 Contributing

The most comfortable way to get started is to open the project in a ready-to-code Gitpod workspace with all packages & tools preinstalled and a running database with sample data.

If you prefer to setup the project on your local machine visit the get started guide with all required steps to run the project locally in development mode.

You find also the contribution guidelines there. Don't hesitate to open an issue for getting some feedback about a potential bug or if you desire a missing feature. We also appreciate to check over current issues and provide feedback to existing ones or even raise a PR which solves an issue. Any contribution is welcome!

About

LLM-powered Markdown note taking app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 40.3%
  • Go 22.0%
  • HTML 17.8%
  • SCSS 7.1%
  • Python 5.9%
  • JavaScript 5.2%
  • Other 1.7%