Overview
Compose Blog is a universal high-performance blog scaffold. The core concept: users extend features through AI conversation, without traditional coding.
Core Features
| Feature | Description |
|---|---|
| AI-Assisted | Add features through conversation, AI generates code automatically |
| High Performance | ISR pre-rendering + CDN, Edge Runtime support |
| High Customization | Plugin system, theme engine, custom data sources |
Architecture
compose-blog/
├── apps/
│ ├── blog/ # Frontend blog
│ ├── admin/ # Admin panel
│ └── agent-server/ # AI Agent service
├── packages/
│ ├── core/ # Core framework
│ ├── plugin-* # Plugins
│ └── theme-* # Themes
└── cli/ # Compose Blog CLI
Current Status
Project planning phase, detailed design documentation pending.