Automatically migrate React applications to Next.js 13+ App Router with intelligent React Router conversion
Install globally
Try your first conversion (free!)
Apply the conversion
React Router → Next.js Navigation
React Helmet → Next.js Head
<Helmet>
→ <Head>
from next/head
Client Component Detection
Context Provider Migration
Task | Command | Credits | Auth |
---|---|---|---|
Test conversion | next-lovable convert file.tsx --dry-run | ❌ Free | ❌ No |
Convert file | next-lovable convert file.tsx | ❌ Free | ❌ No |
Preview migration | next-lovable migrate ./app --dry-run | ✅ Yes | ✅ Yes |
Full migration | next-lovable migrate ./app ./next-app | ✅ Yes | ✅ Yes |
convert
, migrate
)Version 0.6 and earlier: Uses legacy command formatconvert
command to get familiar with the tool before migrating entire projects.