How to use CopyCoder and Cursor to clone an app in <10mins Full...

Full Tutorial 🧵
Pick any web app and screenshot it
Or go to dribble and find a design you like
Paste your screenshot into copycoder.ai
Select "Web applications" (the only option for now) and click Generate
CopyCoder will generate an initial prompt for you to recreate the initial page of your app
Open Cursor
Set up Next.js + shadcn skeleton
Then paste the generated prompt into Composer (no context selection needed)
If it asks if it should continue, just type "yes"
(If you get build errors, take a screenshot of that and it will fix it)
You'll notice that the other pages in the app don't work yet
Go back into CopyCoder and generate the page structure prompt
Paste that prompt into Cursor
This will take several prompts to build out
The good thing is that the foundation is already laid out by the CopyCoder prompts
Just keep typing "yes" until Cursor says "completed"