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:
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
SECRET_KEY=your_super_secret_key_here
Auto-fetched about 1 hour ago
Auto-fetched about 1 hour ago