CRM Draft

Minimal CRM draft focused on:

  • AI chat panel (left side)
  • Calendar + contacts core workflow (right side)
  • Additional tabs: chats, calls, feed, deals placeholder

Project structure

  • Frontend - Nuxt 4 + Tailwind 4 + DaisyUI UI app
  • Actor - placeholder for workers/automation
  • Testflow / Testfow - placeholder for test scenarios

Run

cd Frontend
npm install
npm run dev

Run (Docker Compose)

Prereqs: Docker Desktop (compose v2).

docker compose up --build

Open: http://localhost:3000/

Notes:

  • DB is SQLite persisted in a named volume (clientsflow_data).
  • For LangGraph agent: set OPENAI_API_KEY (otherwise it falls back to the rule-based agent).
Description
CRM workspace
Readme 167 MiB
Languages
Ruby 42.2%
Vue 29.3%
JavaScript 21.5%
TypeScript 4.2%
HTML 1.6%
Other 1.1%