Back to projects
ToolsIn Progress

Compose Blog - AI-Assisted Blog Scaffold

Universal high-performance blog framework with AI-assisted feature extension through conversation.

Next.jsReactTypeScriptSQLite

Overview

Compose Blog is a universal high-performance blog scaffold. The core concept: users extend features through AI conversation, without traditional coding.

Core Features

FeatureDescription
AI-AssistedAdd features through conversation, AI generates code automatically
High PerformanceISR pre-rendering + CDN, Edge Runtime support
High CustomizationPlugin 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.