📄️ Project Configurations
After the project is launched, the '. env' file will be loaded by default, and the main supported configuration items are as follows:
📄️ Client Package Usage Guide
ReactPress Client is a responsive frontend application based on Next.js 14 that serves as the user interface for the ReactPress CMS platform. It provides a modern UI design, intuitive navigation, and content management capabilities.
📄️ Open API
Swagger documentation
📄️ Questions
Database unable to connect, startup exception?
📄️ Server Package Usage Guide
ReactPress Server is a backend API built with NestJS 10 that powers the ReactPress CMS platform. It provides RESTful APIs for content management, user authentication, media handling, and more. With its simple installation process, it offers a smooth setup experience.
📄️ ReactPress 3.0 Platform
One package. One command. Your CMS in about a minute.
📄️ Toolkit Package Usage Guide
ReactPress Toolkit is a TypeScript-based API client toolkit automatically generated from OpenAPI/Swagger specifications for interacting with ReactPress backend services.
📄️ Docker deployment guide
ReactPress supports containerized deployment with Docker so you can run the same stack consistently across environments.
📄️ ReactPress 2.0 Architecture
ReactPress 2.0 adopts a modern architectural design based on a monorepo structure that decomposes the project into three independent but collaborative core packages. This design provides better maintainability, extensibility, and deployment flexibility.
📄️ 2.x → 3.0 Migration
3.0 uses @fecommunity/reactpress as the only recommended entry: global command reactpress, bundled API, zero-config init + dev.