Lucera AI Intelligence Platform

Product architecture for turning the demo into a real AI platform.

把 Lucera Demo 变成真实 AI 平台的产品架构。

This page translates the prototype into a real product build: authentication, database, protected backend routes, Knowledge Hub, Contacts, Deep Insight, AI Chat and LLM integration.

这一页把现在的原型,整理成真实产品的开发架构:认证、数据库、受保护后端路由、知识库、联系人、深度调研、AI 对话和 LLM 集成。

Layer 1第一层

Marketing website

官网

Explains what Lucera is, who it helps, and why founders should book a demo or audit.

负责让客户看懂 Lucera 是什么、适合谁、为什么值得预约演示或诊断。

Layer 2第二层

Interactive demo

互动演示

Shows the simulated workspace: lead research, CRM, content studio, review queue and dashboard.

展示模拟工作台:获客搜索、CRM、内容工作室、审核队列和老板看板。

Layer 3第三层

Real platform

真实平台

Connects the interface to authentication, database, backend AI routes and real user data.

把界面连接到登录认证、数据库、后端 AI 路由和真实用户数据。

Backend capabilities to build

后端需要具备的能力

Authentication

认证系统

Owner-only authenticationOwner-only 认证
User context injection自动注入用户上下文
Protected backend routes受保护后端路由

Database

数据库

users
knowledge_entries
contacts
deep_insight_reports

AI Backend

AI 后端

All LLM calls run on backend所有 LLM 调用走后端
Knowledge injected as context知识库作为上下文注入
User data separated by user ID按用户 ID 隔离数据

Core product modules

核心产品模块

Dashboard Overview总览看板
Knowledge Hub知识库管理
Contacts Management联系人管理
Deep Insight深度调研工具
AI Chat AssistantAI 对话助手
Opportunity Radar机会雷达
Follow-up Manager跟进管家
AI CrewAI 团队
Marketing Engine营销引擎
Review Queue审核队列

Suggested routes

建议后端路由

knowledge.list() knowledge.create(data) knowledge.update(id, data) knowledge.delete(id) contacts.list() contacts.create(data) contacts.update(id, data) contacts.delete(id) deepInsight.list() deepInsight.generate(targetName, targetUrl) deepInsight.get(id) aiChat.sendMessage(message, context)

Implementation roadmap

开发落地路线

01

Convert HTML

转换 HTML

Break prototype into React components.

把原型拆成 React 组件。

02

Connect routes

连接路由

Use tRPC queries and mutations.

使用 tRPC 查询和变更。

03

Build forms

实现表单

Contacts, knowledge and report forms.

联系人、知识库和报告表单。

04

Integrate AI

集成 AI

Generate reports and AI chat responses.

生成报告和 AI 对话回复。

05

Test & deploy

测试部署

Check CRUD, auth, AI and mobile.

检查 CRUD、认证、AI 和手机端。

Dashboard KPIs

看板指标

New Enquiries新询问数
Overdue Follow-ups逾期跟进数
Closed Deals成交交易数
Drafts Waiting待批准草稿数
Signals Found by AIAI 发现的信号
Boss View老板视角

Testing checklist

测试清单

All pages load correctly所有页面正常加载
Navigation works导航正常工作
Knowledge and contacts CRUD works知识库和联系人增删改查正常
Deep Insight report generation works深度调研报告生成正常
AI Chat works with contextAI 对话能带上下文工作
No console errors没有控制台错误