Skip to content

Dhravya/notty

Repository files navigation

Notty is a simple, minimal AI powered note taking app and markdown editor

Notty

An open source, minimal AI powered note taking app and powerful markdown editor

✨ Features

  • Simple: Notty is designed to be extremely noise free and minimal, using it is a breeze.
  • AI Powered: Notty uses AI to help you write better notes and documents.
  • Markdown: Comes with a markdown editor built in, with WSIWYG functionality
  • Cloud Sync: Sync your notes across devices using the cloud
  • Conflict Resolution: If you use notty on multiple devices, it will automatically resolve conflicts for you, if not, it will prompt you to choose the correct version.
  • Local-first: Notty is designed to be local first, meaning your data is always stored on your device, and optionally in the cloud.
  • FAST: Powered by Cloudflare KV, Notty is blazing fast.

what more could you ask for?

🚀 Getting Started

You can get started with notty by visiting notty.dhr.wtf

To set up locally, you can clone the repository and run the following commands:

git clone https://github.com/dhravya/notty
cd notty
bun install
bun run dev

To run the cloudflare worker, you need to install wrangler, set up your cloudflare account and would also need to edit the wrangler.toml file to include your account id, zone ID, create bindings and add the necessary environment variables.

wrangler dev

The necessary environment variables are in the .env.example file.

📚 Documentation

The code is more or less self-explanatory and implementation details are documented as comments,

Tech Stack

❤️ Thanks to all the open source projects that made this possible.

TODO (Planned features)

  • [.] Fix delete button
  • Use a forked version of Novel to add
    • Image upload (/api/upload route is already there, just need to send the req)
    • Background color of blocks
  • Dark mode (next-themes already there in src/app/providers.tsx, but commented out because styles are not yet implemented)
  • [.] Home page with list of all notes (google docs style) - currently / endpoint redirects to a random new note, that endpoint can be at /new and / can be the home page

Future Features

  • Locked notes (requires webauthn) maybe
  • Share notes and real time collab using partykit maybe?

🤝 Contributing

Contributions, issues and feature requests are welcome. Feel free to check the issues page if you want to contribute.

📝 License

Notty is licensed under the MIT License. See LICENSE for more information.