Skip to main content
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 called Navigation.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! Open Navigation.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
List all available transformations:

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

Important: Always backup your code before running conversions, especially when working with important files!

Need Help?

Command Reference

Detailed CLI documentation

Troubleshooting

Common issues and solutions

Best Practices

Tips for successful migrations