Kroonk 7afca6561f
All checks were successful
Build & Push Friends Image to Gitea Registry / build-and-push (push) Successful in 16s
feat: add Misch & Friends companion app
2026-05-22 17:32:24 +02:00

Misch & Friends

Friends is the voice-first MischLabs companion for Monica CRM.

Monica stays the archive. Friends is the daily surface:

  • dictate or type what happened
  • review the structured result
  • save journal entries, contact notes, and reminders
  • write to Monica when MONICA_API_TOKEN is configured

Local Start

cp .env.example .env
npm install
npm start

Open:

http://localhost:38110

Public domain:

https://friends.mischlabs.de

Environment

PORT=38110
MONICA_BASE_URL=https://crm.mischlabs.de
MONICA_API_TOKEN=
DATA_DIR=./data

Without MONICA_API_TOKEN, Friends runs in demo/local mode and stores entries in data/entries.json.

Description
No description provided
Readme 1.9 MiB
Languages
JavaScript 76.8%
CSS 12.2%
HTML 10.8%
Dockerfile 0.2%