Conversation
…architectures in create-express-forge
BETA:RC-27:04:2026 - V4 Major release
…e configuration, and improve type safety and linting tests.
…update Docker Compose configuration
… JSDoc-based OpenAPI definitions
…ensive V3 documentation
… enhanced AI integration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release Notes: v4.1.3 (Major Release)
This release introduces Create Express Forge v4, a significant leap forward in building "AI-Native" Express applications. This version focuses on structural type-safety, high-performance tooling, and deep integration with AI coding assistants.
🚨 Breaking Changes
zod-to-openapi, keeping your documentation and validation logic in a single, type-safe source of truth.ApiResponseclass has been replaced with a functional approach. Templates now export tree-shakable helpers likesendSuccessandsendCreated.✨ New Features
🤖 AI-Native Infrastructure
@create-express-forge/mcp) allowing tools like Cursor or Claude to understand your project structure and docs in real-time.llms.txt,llms-full.txt, andai.jsonto make your projects "AI-Readable" from day one.⚡ CLI & Scaffolding Enhancements
npx create-express-forge .to scaffold directly into your current folder.@/aliases out of the box for both MVC and Modular architectures.📚 Documentation & Ecosystem
🛠️ Internal Improvements
📈 Release Checklist
pnpm run check-types)pnpm run test)pnpm run build)Important
Migration Tip: If you are upgrading from v3, please refer to the V4 Migration Guide for details on transitioning your OpenAPI definitions and Response helpers.