November 27, 2025
Fixed
- Fixed multi-line Link component transformation - now correctly handles
<Link> components where the to prop is on a separate line
- Fixed CSS file handling - user CSS files are now preserved and used instead of auto-generating
globals.css
- Fixed validation regex to properly detect transformed Link components across newlines
Added
- CSS files are now automatically placed in
styles/ directory
- CSS files are auto-accepted without manual review
- Added comprehensive test suite for Link transformations (14 test cases)
- Added real project testimonial from Cursor AI Coder review
Improved
- Enhanced transformer accuracy for edge cases
- Better handling of multi-line JSX components
- Improved file path detection for CSS files
- More accurate validation of transformation completeness
November 2024
Initial Release
- React Router to Next.js routing conversion
- Automatic component transformation
- Environment variable conversion (REACT_APP_ to NEXT_PUBLIC_)
- TypeScript support with automatic tsconfig.json generation
- Smart package.json generation
- Config file transformation (Tailwind, PostCSS, etc.)
- Side-by-side code editor with Monaco
- File-by-file accept/reject controls
- Batch processing for multiple files
- Asset path conversion
- Migration guide generation
- Browser-based processing (no server uploads)
- ZIP download with complete Next.js project structure
- Support for Create React App and Vite projects
- React Helmet to next/head conversion
- Intelligent file path suggestions