Q&A

These side questions affect the tool comparison.

Claude project download

Claude chat has a download option in this demo, but it downloads a single tsx file rather than a full project.

That means the Claude chat app still needs a local shell around the file: create the Vite project, paste the component, install dependencies, and run the app. For a full project export, the later bootstrapper category is a better fit.

Lovable with an existing GitHub repo

A participant asked whether Lovable can build an app from an existing GitHub repo. This workshop shows the opposite direction: create a prototype in Lovable, export it to GitHub, then continue in Cursor or VS Code.

Lovable is aimed at web development. If you want a Python backend, a practical path is to use Lovable for the frontend and then build the backend separately with a coding assistant.

Score bug comment

A useful debugging suggestion is to check whether cleanup effects run correctly. In this app, the better check is to trace the score state and the game loop behavior directly.

The useful lesson is broader than that specific bug. When an assistant makes a plausible suggestion, still test the behavior in the browser and read the affected state updates before accepting the fix.

Recording link

The workshop recording is linked from AI Coding Tools Compared: ChatGPT, Claude, Copilot, Cursor, Lovable and AI Agents. Use that link for the technical walkthrough.

Questions & Answers (0)

Sign in to ask questions