Loading workspace…
Live wiring for FlowCRM, Workspace Documents, SpeechlessAG Dataroom, Calendar, the AI layer and IT inventory.
Production is locked to real sources.
FlowCRM, SpeechlessAG and the Workspace Registry must be reachable. If a required source fails, the app shows the integration error and serves no fabricated replacement data.
Required and read live in production. The app fails loud rather than substituting fabricated data if one is down.
Native modules
In-appWorkspace-owned modules running on the local engine — no external vendor dependency.
Planned connectors. These do not feed production data yet — never treat their values as live.
FlowCRM deals
57,175
FlowCRM companies
200
Workspace documents
0
Core live
3
3 required production sources
Local engine
2
Workspace-native local engine
Pending / offline
2
No production data served
Not implemented
Deals, pipelines, follow-ups, companies & contacts from the FlowCRM system.
Postgres (FlowCRM crm_dev, read-only)/Users/saskia/Desktop/New CRM Project (FlowCRM · Next.js + Prisma + Postgres `crm_dev`)Direct read-only DB connected — 57175 deals in "Deal". Full deals, pipelines, tasks, logged activities, companies and contacts available from the real FlowCRM database.
.env.local in the project root.REQUIRE_LIVE_DATA=true.CRM_API_BASE_URL=https://icdc.innocapcrm.com/api/public/v1 + CRM_API_KEY (FlowCRM → Settings → API Keys). Do not use innocapcrm.com. Or CRM_DATABASE_URL=postgresql://…/flowcrm for full DB read-only mode.Native module — set WORKSPACE_DATABASE_URL and optional WORKSPACE_DOCUMENT_STORAGE_PATH. No external document-hub dependency.SpeechlessAG dealrooms
4
SpeechlessAG files
148
Registry assets
6
Mapped assets
0
Unmapped assets
6
1
Live transport not built yet
Capabilities
Environment
CRM_API_BASE_URL* not setCRM_API_KEY* not setCRM_DATABASE_URL set* required for the primary live path
Native document vault: folders, files, versions, comments, links and tasks — owned by the Workspace DB.
Workspace Postgres (workspace_documents)Native module · src/lib/documents · filesystem storage (WORKSPACE_DOCUMENT_STORAGE_PATH)Native Workspace Documents vault — 0 document(s). Files are stored on the workspace volume; metadata, versions, tasks and audit live in the Workspace DB.
Capabilities
Environment
WORKSPACE_DATABASE_URL* setWORKSPACE_DOCUMENT_STORAGE_PATH set* required for the primary live path
Dealrooms, file inventory and access metadata from the live SpeechlessAG dataroom.
/data/speechless/dealrooms.json/opt/test3333/data/dealrooms.json (SpeechlessAG investor dataroom, read-only metadata)SpeechlessAG dataroom metadata connected — 4 dealroom(s), 148 file(s), read-only from the live VPS filesystem.
Capabilities
Environment
SPEECHLESS_DATAROOM_PATH* set* required for the primary live path
Meetings, free slots and blocked time. Apple/iCloud (CalDAV) or Microsoft Graph.
Calendar provider not connectedApple/iCloud CalDAV or Microsoft GraphCalendar live sync is not connected. Production serves no calendar events until Apple/iCloud CalDAV or Microsoft Graph is wired.
Capabilities
Environment
CALENDAR_PROVIDER* not setCALDAV_URL not setMS_GRAPH_TENANT_ID not set* required for the primary live path
Assistant & insights from workspace data with optional OpenAI/Anthropic upgrade.
Local reasoning engineWorkspace reasoning engine (src/lib/ai) — OpenAI/Anthropic optionalLocal workspace reasoning engine — answers from the live workspace context with citations. Set AI_PROVIDER=openai|anthropic + an API key only when external prose generation is desired.
Capabilities
Environment
AI_PROVIDER setOPENAI_API_KEY not setANTHROPIC_API_KEY not set* required for the primary live path
Devices, licenses and tickets from an MDM/Jamf/Intune export.
MDM export not connectedIT_INVENTORY_SOURCE=json + IT_INVENTORY_JSON_PATHIT inventory is not connected. Production serves no devices, licenses or tickets until an MDM/Jamf/Intune JSON export is configured.
Capabilities
Environment
IT_INVENTORY_SOURCE not setIT_INVENTORY_JSON_PATH not set* required for the primary live path
SPEECHLESS_DATAROOM_PATH=/opt/test3333/data/dealrooms.json for read-only dealroom and file metadata from the live SpeechlessAG server.CALENDAR_PROVIDER=caldav|microsoft + CALDAV_URL/CALDAV_USERNAME/CALDAV_APP_PASSWORD (Apple/iCloud) or MS_GRAPH_* (Microsoft). Live sync client is not yet implemented.AI_PROVIDER=openai|anthropic + OPENAI_API_KEY or ANTHROPIC_API_KEY. Defaults to the offline local reasoning engine.IT_INVENTORY_SOURCE=json + IT_INVENTORY_JSON_PATH=/abs/path/to/export.json (an MDM export from Jamf/Intune)..env.local, restart with npm run dev. Secrets stay server-side and are never exposed to the browser.