Hacker News new | ask | show | jobs
by DecoPerson 61 days ago
For us, Claude Design wrote one html file and a bunch of jsx files. What it built was quite functional. We used the “export” button to download the project as a zip file and I placed the contents into a directory in my monorepo. Then I wrote an about 5 paragraph prompt for Claude Code, sent it with bypass permissions (CC is running as a different, non-root user with no LAN network access), and went to bed. The next day, viola, it turned prototype jsx into tsx (+ server-side ts) that mostly conformed with my existing stack.

I’ve been trying to find a good way to let my Dad keep tweaking the new version but haven’t so far. For now he continues to work (using CD) on the jsx prototype. I can do another export later and CC could use git diff to see what changed and realise those same changes in the “real” version. But there has to be a better way.

1 comments

thanks! zip download did it ultimately with CC crunching through it!