haptic

A new local-first, privacy-focused and open-source home for your markdown notes

AGPL-3.0 License

Stars
677

Introduction

Haptic is a new local-first & privacy-focused, open-source home for your markdown notes. It's minimal, lightweight, efficient and aims to have all you need and nothing you don't.

If you'd like to learn more about Haptic, why it's being built, what its goals are and how it differs from all the other markdown editors out there, you can read more about it here.

Tech Stack

Deploy Your Own

If you're interested in self-hosting your own web instance of Haptic, you can do so with these two options:

Vercel

You can one-click deploy your own instance of Haptic on Vercel. Just click the button below and follow the instructions:

Docker

  1. Pull the image from the docker hub
docker pull chroxify/haptic-web:latest
  1. Run the container
docker run -d -p 3000:80 chroxify/haptic-web:latest
  1. Visit http://localhost:3000 in your browser

Roadmap

Haptic is currently still in active development. Here are some of the features planned for the future:

  • Haptic Sync - Sync your notes across devices
  • Note sharing - Share single notes or entire collections via link
  • Mobile support for the web app - Currently dependent on PGlite support for mobile
  • Native mobile apps for iOS & Android
  • Windows & Linux support for the desktop app

and much much more, so stay tuned!

Contributing

We would love to have your help in making haptic better!

Here's how you can contribute:

License

Haptic is licensed under the GNU Affero General Public License Version 3 (AGPLv3).


Badges
Extracted from project README
Deploy with Vercel