Home › Migrations
Migrations
Convergence playbooks for common migrations.
Migrating from Express to Next.js route handlers
Move from Express to Next.js App Router without stalling. ArchSteer steers agents to build new endpoints as route handlers, ratchets out Express, and tracks migration progress.
Migrating raw SQL to the repository pattern
Move scattered raw SQL into a repository layer. ArchSteer flags raw SQL outside repositories, steers agents to the pattern, and tracks the migration to completion.
Migrating a monolith to a modular architecture
Decompose a monolith without the boundaries leaking. ArchSteer enforces allowed dependencies between modules, steers agents to respect them, and tracks the decomposition.
Migrating from JavaScript to TypeScript
Move a JS codebase to TypeScript without losing architectural control. ArchSteer maps both, steers agents to author new modules in TS, and tracks the migration.