| 1 | # Aitoearn-website |
| 2 | |
| 3 | ## Address |
| 4 | |
| 5 | https://aitoearn.ai |
| 6 | |
| 7 | |
| 8 | # AiToEarn — The Best Open-Source AI Content Growth & Monetization Platform |
| 9 | |
| 10 | ## AiToEarn 的核心是Agent(Content Agent)。 |
| 11 | |
| 12 | 每一个 Agent 都代表一位“可配置、可持续工作的 AI 创作者”,负责从内容生成到发布的完整流程。 |
| 13 | |
| 14 | Agent 不只是生成内容,而是 真正完成「创作 → 适配 → 发布」的闭环。 |
| 15 | |
| 16 | 平台账号绑定(一次绑定,持续使用) |
| 17 | |
| 18 | 支持将 Agent 绑定到多个社交媒体账号 |
| 19 | |
| 20 | 账号绑定后可长期复用,无需重复配置 |
| 21 | |
| 22 | 一个 Agent 可同时管理多个平台账号 |
| 23 | |
| 24 | ## 支持平台: |
| 25 | |
| 26 | TikTok / YouTube / Instagram |
| 27 | |
| 28 | X(Twitter) / Facebook / LinkedIn |
| 29 | |
| 30 | 小红书 / 抖音 / Bilibili / 快手 等 |
| 31 | |
| 32 | |
| 33 | # 文档与资源 |
| 34 | |
| 35 | 官方在线文档(帮助中心):https://docs.aitoearn.ai/ |
| 36 | |
| 37 | 官方网站: https://aitoearn.ai/ |
| 38 | |
| 39 | |
| 40 | # 前端项目架构与技术栈 |
| 41 | |
| 42 | 本项目是 AiToEarn 官网 / Web 应用前端,基于 Next.js 14(App Router) 构建,围绕 Agent 驱动的内容创作与发布流程 进行模块化设计。 |
| 43 | |
| 44 | 整体目标是: |
| 45 | |
| 46 | 支撑 Agent 持续创作、账号绑定、多平台发布的复杂交互与状态管理 |
| 47 | |
| 48 | |
| 49 | # 开发环境 |
| 50 | |
| 51 | Node.js & pnpm |
| 52 | |
| 53 | npm run dev |
| 54 | |
| 55 | 自动化测试命令 |
| 56 | npx playwright test tests/e2e/home/simple-test.spec.ts --headed --project=chromium |
| 57 | |
| 58 | npm run test:agent |
| 59 | |
| 60 | npm run test:agent:quick |