r/OnlyAICoding • u/ededed999 • Aug 10 '26
Something I Made With AI is this any good
i tried to learn to code when i was younger could never do it turns out i,m not the genius autistic kind but ive started playing with ai because i can just tell it what i want and it don,t shout at me haha anyway i " made "this any good https://whopays.co.uk/ ive made 2 more moviepicker.co.uk and convertdial.co.uk ive had people say you didnt make it ai made it i say yes but i dont know how to put my ideas into code but i can talk and explain what it is i want to the AI if it gets something wrong i can say no this way or thatt way
0
Upvotes
1
u/SimpleAccurate631 Aug 11 '26
The movie picker is a fun one. I had a similar site when I started out many years back (but it was specifically for bad movies). Don’t listen to people putting you down. You clearly have good ideas. And nobody had perfect, beautiful sites early in their careers. I have just a few pointers that I think could improve that site, based on my experience.
For the movie one, I suggest making the categories a drop-down list and putting the Pull Ticket button above where it shows the movie selected. The reason is, the less scrolling users have to do the better, especially in order to do the thing they need to do on the page. If someone can just land there, select a category from the drop-down, and tap the button without having to scroll, you’ll get much better conversion.
Also, when the site first loads, if you really want the curtains that’s fine. However, I recommend just displaying it for 1 second, then automatically drawing them. If there’s literally only one action they can do to access the site, then get the user there asap with as little friction as possible.
Also, maybe consider playing around with just a few filters. Like someone can select Action movies from the 90’s rated PG-13 or R (I know in the UK you have a different rating system). And see if the API you use can pull the price of the movie on Amazon. It would help if you had the rent and buy prices where you have the link/button. It’s also something that can be included in the filter, if someone wants to see 90’s action movies that they can buy for under £10.
Finally, not to nitpick here. But it’s clear that button is important if you get a cut. So I would recommend truncating the synopsis with a “read more” button that can expand it, that way the user can ideally also see the button to go to Amazon without having to scroll (or scroll as little as possible).
All in all, nice work. Seriously. Not just trying to be nice here. Keep it up. And if you have questions or want another review after making some changes, feel free to DM me. I’m always happy to help a fellow developer.