Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chroxify/haptic
A new local-first, privacy-focused and open-source home for your markdown notes
https://github.com/chroxify/haptic
Last synced: about 4 hours ago
JSON representation
A new local-first, privacy-focused and open-source home for your markdown notes
- Host: GitHub
- URL: https://github.com/chroxify/haptic
- Owner: chroxify
- License: agpl-3.0
- Created: 2024-01-16T22:25:04.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T11:36:51.000Z (about 2 months ago)
- Last Synced: 2024-11-06T16:49:24.112Z (7 days ago)
- Language: Svelte
- Homepage: https://haptic.md
- Size: 4.34 MB
- Stars: 867
- Watchers: 10
- Forks: 15
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Learn more »
Introduction
·
Tech Stack
·
Deploy Your Own
·
Roadmap
·
Contributing
## 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](https://haptic.md/app).
## Tech Stack
- [Tauri](https://tauri.app/) – Desktop App
- [PGlite](https://pglite.dev/) – Local Database
- [Svelte](https://kit.svelte.dev/) – Framework
- [Tailwind](https://tailwindcss.com/) – CSS
- [Shadcn/ui](https://www.shadcn-svelte.com/) – Component Library
- [Vercel](https://vercel.com/) – Hosting## 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:
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/chroxify/haptic&project-name=haptic-web&repository-name=haptic-web&root-directory=apps/web)
### Docker
1. Pull the image from the docker hub
```bash
docker pull chroxify/haptic-web:latest
```2. Run the container
```bash
docker run -d -p 3000:80 chroxify/haptic-web:latest
```3. 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 appand much much more, so stay tuned!
## Contributing
We would love to have your help in making haptic better!
Here's how you can contribute:
- [Report a bug](https://github.com/chroxify/haptic/issues/new?labels=bug) you found while using Haptic
- [Request a feature](https://github.com/chroxify/haptic/issues/new?labels=enhancement) that you think will be useful
- [Submit a pull request](https://github.com/chroxify/haptic/pulls) if you want to contribute with new features or bug fixes## License
Haptic is licensed under the [GNU Affero General Public License Version 3 (AGPLv3)](https://github.com/chroxify/haptic/blob/main/LICENSE).
---