Open-Source markdown editor - your new home for notes
Learn more »
Introduction
·
Tech Stack
·
Deploy Your Own
·
Roadmap
·
Contributing
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.
Tauri – Desktop App
PGlite – Local Database
Svelte – Framework
Tailwind – CSS
Shadcn/ui – Component Library
Vercel – Hosting
If you're interested in self-hosting your own web instance of Haptic, you can do so with these two options:
You can one-click deploy your own instance of Haptic on Vercel. Just click the button below and follow the instructions:
Pull the image from the docker hub
docker pull chroxify/haptic-web:latest
Run the container
docker run -d -p 3000:80 chroxify/haptic-web:latest
Visit http://localhost:3000
in your browser
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!
We would love to have your help in making haptic better!
Here's how you can contribute:
Report a bug you found while using Haptic
Request a feature that you think will be useful
Submit a pull request if you want to contribute with new features or bug fixes
Haptic is licensed under the GNU Affero General Public License Version 3 (AGPLv3).