Favicon of Haptic

Haptic

Take fast, distraction-free markdown notes with a local-first and privacy-focused app. Enjoy a lightweight and minimalistic writing experience on your own device.

Create and manage your notes in a secure, private environment. This application is built on a local-first philosophy, meaning all your data stays on your device by default. You have complete control and ownership of your information, without relying on external servers. The design is intentionally minimalistic and lightweight, providing a fast and responsive writing experience that keeps you focused on your thoughts, not the tool.

Key features include:

  • Privacy-Focused: Your notes are for your eyes only, stored securely on your machine.
  • Full Markdown Support: Format your text with the simple and powerful Markdown syntax.
  • Distraction-Free Interface: A clean and uncluttered workspace helps you concentrate.
  • Speed and Performance: As a lightweight app, it launches quickly and operates smoothly.
  • Open-Source: The codebase is transparent and available for anyone to review.

Directory Structure

haptic
data
.env
docker-compose.yml

docker-compose.yml

services:
  haptic:
    image: chroxify/haptic-web:latest
    container_name: haptic
    ports:
      - "3000:3000"
    volumes:
      - ./data:/app/data
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=UTC
      - SECRET_KEY=${SECRET_KEY}
    restart: unless-stopped

.env

SECRET_KEY=your_super_secret_key_here

Share:

Ad
Favicon

 

  
 

Similar to Haptic

Favicon

 

  
  
Favicon

 

  
  
Favicon