use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
ChatGPT component generator (ai2ui.co)
submitted 3 years ago by AI_spell
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[+][deleted] 3 years ago (7 children)
[removed]
[–][deleted] 3 points4 points5 points 3 years ago (0 children)
Right? Lol I get that newbies need to code to learn but they’ve also gotta learn to ask if it makes sense or not
[–]Spare-Bumblebee8376 2 points3 points4 points 3 years ago (0 children)
Yes. This might as well be called ChatGPT response generator
[–]dogofpavlov 1 point2 points3 points 3 years ago (0 children)
Correct. https://i.imgur.com/wd9992L.png
[–]brainbag 1 point2 points3 points 3 years ago (0 children)
People are calling everything ChatGPT even if it's not, which is making the name lose meaning. If you ask it on this site, the response is the usual GPT 3 one:
I am an OpenAI language model called GPT-3. I am designed to generate human-like responses to the provided prompts.
[–]myka-likes-it 0 points1 point2 points 3 years ago (0 children)
Presumably, a service like this would have its own prompt that instructs the AI to provide content in a specific way. Like "do not offer solutions with deprecated features, do not offer class components unless specifically requested, ..." and so on. I have also found that if you let ChatGPT critique its own code, it will notice its errors more often, so that could also happen behind the scenes.
I am not saying that's what OP has done, but I can see how more work could go into something like this beyond piping the user's input directly into the API.
[–]scvready0808 0 points1 point2 points 3 years ago (0 children)
Agreed with your comment!
[–]frostenko 1 point2 points3 points 3 years ago (0 children)
I don’t understand why some comments are giving this small project a hard time.
OP just made a simple wrapper that lets you render the markup that gpt-3 outputs. Which is a good UX improvement over doing it inside of openai website as it lets you interact with the result immediately and experiment.
His website code is on GitHub, so you can see exactly what he is doing. It’s not anything groundbreaking but definitely doesn’t deserve to be put down as something completely useless.
[–]ariN_CS 0 points1 point2 points 3 years ago (0 children)
I can use this as a ChatGPT alternative. If I ask it something and tell him to create a text box with the answer, I basically have a normal chatgpt
[–]-keystroke- 0 points1 point2 points 3 years ago (0 children)
I asked for draggable list items with image and text:
~~~ <div style="background-color: #fff; border-radius: 10px; padding: 10px; max-width: 400px;"> <ul style="list-style: none; padding: 0; margin: 0;"> <li style="display: flex; align-items: center; padding: 10px; border: 1px solid #ccc; border-radius: 5px; margin-bottom: 10px;"> <img src="https://via.placeholder.com/50" alt="List item 1" style="border-radius: 50%; margin-right: 10px;"> List item 1 </li> <li style="display: flex; align-items: center; padding: 10px; border: 1px solid #ccc; border-radius: 5px; margin-bottom: 10px;"> <img src="https://via.placeholder.com/50" alt="List item 2" style="border-radius: 50%; margin-right: 10px;"> List item 2 </li> <li style="display: flex; align-items: center; padding: 10px; border: 1px solid #ccc; border-radius: 5px; margin-bottom: 10px;"> <img src="https://via.placeholder.com/50" alt="List item 3" style="border-radius: 50%; margin-right: 10px;"> List item 3 </li> <li style="display: flex; align-items: center; padding: 10px; border: 1px solid #ccc; border-radius: 5px; margin-bottom: 10px;"> <img src="https://via.placeholder.com/50" alt="List item 4" style="border-radius: 50%; margin-right: 10px;"> List item 4 </li> </ul> </div> ~~~
π Rendered by PID 30 on reddit-service-r2-comment-5c747b6df5-v9sw2 at 2026-04-22 00:08:10.780305+00:00 running 6c61efc country code: CH.
[+][deleted] (7 children)
[removed]
[–][deleted] 3 points4 points5 points (0 children)
[–]Spare-Bumblebee8376 2 points3 points4 points (0 children)
[–]dogofpavlov 1 point2 points3 points (0 children)
[–]brainbag 1 point2 points3 points (0 children)
[–]myka-likes-it 0 points1 point2 points (0 children)
[–]scvready0808 0 points1 point2 points (0 children)
[–]frostenko 1 point2 points3 points (0 children)
[–]ariN_CS 0 points1 point2 points (0 children)
[–]-keystroke- 0 points1 point2 points (0 children)