What problem does it solve?
Crowi 2.0 migration workflow from Express/Swig to Next.js + ts-rest, automating the upgrade process to reduce manual work and human error during major architectural changes.
Core Features & Use Cases
- Automated migration planning and execution across the legacy codebase and the new architecture (apps/crowi-api, apps/crowi-web, packages, and lib folders).
- Mapping and transforming old Express/Swig patterns (routes, views) to Fastify + ts-rest endpoints and Next.js components, with validation guided by the specified file globs.
- Use case: upgrade Crowi v1.x to Crowi 2.0 by applying consistent changes to routes, templates, and models while preserving behavior and data structures.
Quick Start
Initiate the migration workflow by applying the migration plan to Express/Swig sources across lib/routes, lib/views, and client/components.