Skip to content

Features

This page inventories every feature in Juca with its current status. Features are organized by lifecycle stage: implemented, in progress, planned, and deprecated.

BadgeMeaning
✅ ImplementedFully functional in production
🔨 In ProgressPartially implemented, active development
📋 PlannedDesigned but not yet started
⚠️ TransitionalWorks but will be removed/replaced during Valter migration
❌ DeprecatedRemoved or superseded
FeatureStatusMilestoneDocs
Block System (11 types)✅ ImplementedDetails
Briefing Progressivo (4 phases)🔨 In Progressv0.4Details
Composer + Intent Detection✅ ImplementedDetails
Session Management✅ ImplementedDetails
PDF Export✅ ImplementedDetails
Authentication (NextAuth v5)✅ ImplementedDetails
Feature Flags✅ ImplementedDetails
SSE Streaming✅ ImplementedComposer
OpenTelemetry tracing✅ ImplementedIntegrations
Docker + Railway deploy✅ ImplementedInstallation
CI (GitHub Actions)✅ ImplementedTesting

These features exist in Juca’s local backend but are being replaced by Valter API calls:

FeatureCurrent LocationValter ReplacementRemoval
Hybrid Search (BM25 + Semantic + KG)src/lib/backend/search//v1/retrievev0.4
Multi-LLM Pipeline (G,C,R)src/lib/backend/llm/, chat-pipeline/Valter internal pipelinev0.4
IRAC Extractionsrc/lib/backend/reasoning/Valter internalv0.4
Knowledge Graph adaptersrc/lib/backend/kg//v1/graph/*v0.4
Anti-Hallucination Validationsrc/lib/validation//v1/verifyv0.4
Case Analyzer pipelinesrc/lib/backend/analyzer/Adapted to call Valterv0.4
FeaturePriorityMilestoneIssue
UI Reset (Liquid Legal design)P0v0.3#273
Valter adapter layerP0v0.3#292
Juca → Valter integrationP0v0.3#293
Fix 72 failing testsP1v0.3#270
Briefing F1–F4 completeP1v0.4#285#288
Briefing PDFP1v0.4#289
Remove duplicated backendP1v0.4#295
Divergence comparisonP2v0.5#155
Memo export (PDF/DOCX)P2v0.5#158
E2E in CIP2v0.5
Leci integrationP2v0.6+
LLM cost ledgerP3v0.6+#232
SQLite → PostgreSQLP3v0.6+#231
Skills PlatformP3v1.0+#193
FeatureReasonReplaced By
Tab-based navigation (6 tabs)Replaced in rewriteUnified Home + Block System
Panel system (_panels/, 8 panels)Removed in rewriteBlock System
Zustand stores (11 stores)Removed in rewriteReact useState + Server Actions
Juca Semantic (embedding search)Never production-readyValter /v1/retrieve
Juca Compare (multi-model)Low priority with hub focusMay return via Valter
Juca Insights (analytics)Low priorityValter graph endpoints
Local backend (search/LLM/KG)Duplicated by ValterValter REST API