Show HN: Claude Artifacts but creating real web apps
11–20 of 50 posts
Re: Show HN: Claude Artifacts but creating real web apps
#12Awesome work! How are you installing npm packages & compiling in the browser IDE without any local filesystem?
Re: Show HN: Claude Artifacts but creating real web apps
#13This has the same problem as the vercel v0 demo. This is good for like basic apps and stuff but nothing major beyond that and then if you want toy apps in the first place, to cook it up, if you know little bit of HTML and CSS, is not that hard either.
Re: Show HN: Claude Artifacts but creating real web apps
#14Within I did all of this within ~3 minutes. It works, and while it is very suboptimal (it plays Snake using basic React state code, not ideal lol), the speed of this and how surprised I am reminds me of the first time I talked with ChatGPT 2 years ago. Amazing work.
I don't know if these are shareable, but this is the link I'm using to view the page it built:
Re: Show HN: Claude Artifacts but creating real web apps
#15Wow. I typed in: Create a page that has a snake game clone that you can control with the keyboard. Within I did all of this within ~3 minutes. It works, and while it is very suboptimal (it plays Snake using basic React state code, not ideal lol), the speed of this and how surprised I am reminds me of the first time I talked with ChatGPT 2 years ago. Amazing work. I don't know if these are shareable, but this is the l…
Re: Show HN: Claude Artifacts but creating real web apps
#16Wow. I typed in: Create a page that has a snake game clone that you can control with the keyboard. Within I did all of this within ~3 minutes. It works, and while it is very suboptimal (it plays Snake using basic React state code, not ideal lol), the speed of this and how surprised I am reminds me of the first time I talked with ChatGPT 2 years ago. Amazing work. I don't know if these are shareable, but this is the l…
Just a warning about testing with snake/tetris - they're the most reimplemented games in the world and there's so many examples those models learned from. For a more realistic test, it's better to try something novel.