geo/docs
chiguyong b41da42d74 feat(geo): U1-U9 monetization closed loop implementation
U1: GEO diagnosis auto data collection (DataCollectorService + 11 tests)
U2: Free GEO health score public page (HealthScoreAPI + 7 tests)
U3: Onboarding redesign with conversion layer (Step0 + UpgradePrompt + 14 tests)
U4: Real payment integration (WeChat/Alipay gateway + PaymentOrder + 12 tests)
U5: AI content generation & distribution (Publishers + PublishEngine + 11 tests)
U6: Attribution system & ROI reports (AttributionEngine + ROICalculator + 12 tests)
U7: Email integration & Dashboard monetization UI (EmailScheduler + templates + 22 tests)
U8: Integration tests & shared fixtures (monetization flow + fixture consolidation + 12 tests)
U9: E2E smoke tests (HealthScorePage + acquisition/core flow + 4 E2E cases)

Total: 101 new backend tests passing, 4 E2E test cases
All third-party integrations use mock mode by default with config center management
2026-06-01 07:39:05 +08:00
..
01-项目概览 feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
02-模块说明 feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
03-开发指南 feat: P0-P2功能实现 + GEO workflow分析与规划 2026-05-25 09:45:18 +08:00
04-API文档 feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
05-部署运维 feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
6-用户手册 feat: P0-P2功能实现 + GEO workflow分析与规划 2026-05-25 09:45:18 +08:00
brainstorms feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
plans feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
GEO 平台 MVP 开发指导文档(Trae_Qoder 专用).pdf feat: GEO平台MVP完整实现 2026-04-23 14:46:43 +08:00
README.md feat: P0-P2功能实现 + GEO workflow分析与规划 2026-05-25 09:45:18 +08:00

README.md

GEO平台文档

GEOGenerative Engine Optimization平台是一个AI驱动的内容管理与分析系统。

核心功能

  • 诊断分析检测品牌在各AI平台的引用情况
  • 竞品对比:多维度对比品牌与竞品
  • 内容生成AI辅助生成GEO优化内容
  • 知识库RAG增强的内容生成
  • 知识图谱:实体关系图谱构建
  • 监控告警:系统运行监控

技术栈

  • 后端FastAPI + Python 3.12 + SQLAlchemy 2.0
  • 前端Next.js 14 + TypeScript + Tailwind CSS
  • 数据库PostgreSQL + Redis
  • AIDeepSeek / OpenAI / 阿里云百炼

快速开始

# 克隆项目
git clone http://8.153.107.96/fischer/geo.git

# 启动服务
docker-compose up -d

# 访问
# 前端: http://localhost:3000
# 后端: http://localhost:8000/docs

文档目录