←back to thread

221 points caspg | 1 comments | | HN request time: 0.21s | source
Show context
truckerbill ◴[] No.42164354[source]
Cool! Did you just prompt -> copy -> paste or did you come up with some specific workflow?
replies(2): >>42164377 #>>42164563 #
1. hijinks ◴[] No.42164563[source]
you can use the vscode cline to give a task and it uses a LLM to go out and create the app for you.

In django i had it create a backend, set admin user, create requirements.txt and then do a whole frontend in vue as a test. It even can do screen testing and tested what happens if it puts a wrong login in.