File & Folder RenamingConverts all files and folders including assets, while preserving special files like \_app.tsx, README.md, and route parameters.
Import/Export UpdatesAutomatically updates import, export, require(), dynamic import(), and new URL() statements using AST transforms.
Git-Aware WorkflowCreates three atomic Git commits for each phase of the conversion, making it easy to review and revert changes.
Kebab or SnakeChoose between kebab-case and snake_case output. Just pass a flag and the entire codebase is converted.