Settings

Configuration & integration setup

System

Mode

LocalOllama

Database

SQLite (local)

AI Model

Qwen 3.5 2B

Categorization

LLM + Rule fallback

Webhook Integration

Send items into LJUNG from n8n, Zapier, or any HTTP client.

Endpoint
Example payload
POST /api/webhook
Content-Type: application/json
X-Source: n8n

{
  "title": "Fix login timeout",
  "description": "Users report 30s timeout",
  "requestor": "Team Lead",
  "priority": "high"
}
Supported formats
Standard JSONn8n EmailSlackEmail parsedGeneric messageBulk array

Email Intake

BCC an address to create items automatically via n8n.

How it works
  1. Stakeholder BCCs your dedicated inbox (e.g. ljung@domain.com)
  2. n8n IMAP trigger picks up the email
  3. Parsed email POSTs to the webhook above
  4. AI categorizes — new boat in the stream
Setup

Import n8n/email-intake.json into n8n. Set environment variables: IMAP_HOST, IMAP_USER, IMAP_PASS, LJUNG_WEBHOOK_URL.

Webhook Authentication

Set WEBHOOK_SECRET in .env.local to require a Bearer token.

About

LJUNG.ai — Named after the Swedish lake Ljungan. The calm lake in the flow of work.

v0.1.0 · Local mode · No cloud dependencies