August 28th, 2024

Show HN: Claude Artifacts" but creating real web apps

GPT Engineer is now live on Product Hunt, offering a platform for faster web app development with AI support, GitHub synchronization, and one-click deployment, currently in beta by Lovable.

Read original articleLink Icon
ExcitementCuriositySkepticism
Show HN: Claude Artifacts" but creating real web apps

GPT Engineer is now live on Product Hunt, offering a platform designed to help users build web applications significantly faster, with a claimed speed increase of up to ten times. The tool allows users to chat with an AI to facilitate the development process and includes features such as synchronization with GitHub and one-click deployment. Currently, GPT Engineer is in its beta phase and is developed by a company called Lovable. Users can find more information about pricing, documentation, and news on the platform's website.

- GPT Engineer is live on Product Hunt.

- The platform claims to enable web app development 10 times faster.

- It features AI chat support, GitHub sync, and one-click deployment.

- GPT Engineer is currently in beta testing.

- The tool is developed by Lovable.

AI: What people are saying
The comments on the GPT Engineer launch reflect a mix of excitement and concerns about the platform's capabilities and future implications.
  • Users express enthusiasm for the ease of use and rapid development capabilities, with some creating functional projects quickly.
  • Concerns are raised about the limitations of the platform for more complex applications and the need for coding knowledge.
  • Some commenters suggest improvements, such as enhanced creativity in outputs and better management of security risks.
  • There is a discussion about the potential impact of AI on job security in the tech industry.
  • Users are curious about technical aspects, such as package management and integration with existing tools.
Link Icon 19 comments
By @stnmtn - 8 months
Wow. I typed in: Create a page that has a snake game clone that you can control with the keyboard.

Within <20 seconds, i was playing it. That was crazy. I then asked it to add better graphics, retro-style. And add a counter displaying the current snake length. And then finally, add a high score tracker after the game ended. Adding the tracker caused an error, and I told it to fix the error. It looked at the logs and fixed it. There is still a bug where the top 10 scores all update at once, but I'm sure if i didn't hit the free credit limit on the site I could ask it to fix that.

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:

https://preview--arrow-snake-adventure.gptengineer.run/

By @consumer451 - 8 months
This feels like such an inevitable product. I already love using it. Congrats on the excellent launch!

One feature request would be a search for the existing public projects so that I can use remix to jump start my project.

Two questions:

1) Given the name, is it fair to assume that this uses OpenAI's API as opposed to Anthropic or others?

2) In the initial create prompt, what kind of files are allowed as attachments? What type of files give best results?

By @langcss - 8 months
Well done. Very nice.

I really like the UI/UX, and admit that I am a bit jealous (as langcss.com creator) of how polished it is. I like the way it tells you what files it is working on but doesn't stick a full IDE in your face.

I am not worried this year about AI taking my job - it couldn't manage to capture the camera for my example app. It did get the permissons. Still this isn't useless - it can be easier to debug a non-working app than build from scratch.

So at this point you need a coder! But that will change pretty quickly over the next 2-5 years I am sure.

There is certainly a danger that this kind of app could do a lot of jobs, especially once mistakes are limited so you don't need an Engineer to come fix it. However learning some non technical skills like business analysis is probably wise for most of us :-).

By @ilrwbwrkhv - 8 months
This 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.
By @prophet_ - 8 months
Everyone super excited. :) In two years everyone has been laid off. ;)
By @lukaspetersson - 8 months
This is mind blowing. This is not just a toy, I made a landing page that is publishable in 3 prompts.
By @esel2k - 8 months
Wow really nice. I am wondering how easy is it then to transfer the code to a webhoster and manage packages, update and security risks?

I am not a developer (can edit a few lines) but would be a target customer for these. I just wonder how to manage these risks compared to let’s say a CMS.

By @frankdenbow - 8 months
Gave it a whirl and it certainly did the job, albeit a bit basic in its implementation. Would love to see it veer into being a bit more creative in its choices (maybe you can have an input for a more chaotic input like they do in midjourney. Congrats on launch! This is very cool
By @smusamashah - 8 months
Is this like https://websim.ai/ but more explicit in terms of what it's doing and it's purpose? I have used websim.ai for fun and there are quite a few interesting websites there. But what they are doing is all disguised under their address bar.
By @garyrob - 8 months
I see a comment saying it used "basic React state code". So its output is based on React as well as Supabase? Or might it uses different base technologies depending on what it thinks is best for what it's building?
By @WaxProlix - 8 months
This is great, now do mobile!
By @eleijonmarck - 8 months
It's such an easy way to create prototypes for anything you could think of
By @andybak - 8 months
At the point I run out of free credits, I was still arguing with the AI about stuff it was doing wrong.

I think the amount of free usage needs to be high enough for people to get a small taste of success at least!

By @anonzzzies - 8 months
Well done, works well indeed. You are still active on the OSS project I see; the new site has been built in Rust, so I guess they diverged quite a bit?
By @vinteruggla - 8 months
Where do you see this compared with Cursor or Copilot?
By @namanyayg - 8 months
Awesome work! How are you installing npm packages & compiling in the browser IDE without any local filesystem?
By @mjcurl - 8 months
Very cool, love the community projects showcase and the ability to remix them.
By @BillSaysThis - 8 months
How do I get access?
By @zapjpn - 8 months
love it. works great out of the box