New to next-lovable? This guide will walk you through your first conversion in just a few minutes.
Your First File Conversion (Free)
Let’s start with converting a single React component - no account needed!Step 1: Create a Sample Component
Create a file calledNavigation.tsx
:
Navigation.tsx
Step 2: Preview the Conversion
See what changes will be made without modifying the file:Step 3: Apply the Conversion
Convert the file:Step 4: Review the Result
Your file is now converted to Next.js format! OpenNavigation.tsx
to see the changes.
Common Patterns
Testing Multiple Files
You can test several files at once:Saving to Different Location
Keep your original files intact:Available Transformations
router
React Router → Next.js navigation
helmet
React Helmet → Next.js Head
client
Auto-detect client components
context
React Context migration
What’s Next?
1
Try More Components
Convert other components in your React app to get familiar with the tool
2
Learn About Full Migration
Ready for a complete project migration? Check out our migration guide
3
Explore Examples
See more real-world examples
Important: Always backup your code before running conversions, especially when working with important files!