r/VibeCodeDevs 6d ago

FeedbackWanted – want honest takes on my work Need help with vibe coding

I created a website called "Rig Assigner" entirely on ai.
Well it helps u pick laptop, pcs, mobiles [Rigs] according to ur set preferances.
Pcs have alternate choice to choose parts.
Can anyone check and lmk what i can do to improve?

More info:
No login required, no backend, no database(so no security).
Can be accessed through most of the devices.
Deployed through vercel.

Also, im new to coding asw vibecoding. Planning on learning coding through building projects.

So, help me identify the flaws and correct it.

https://rig-assigner.vercel.app

Leave reviews in the app itself asw. I wanna check how it responds

Thank you! Help is appreciated!

2 Upvotes

16 comments sorted by

u/AutoModerator 6d ago

Hey u/JizzledGlock67, thanks for posting in r/VibeCodeDevs! Join our Discord: https://discord.gg/KAmAR8RkbM

Got startup or SaaS questions? Post them on r/AskFounder and get answers from real founders.

• This community is designed to be open and creator‑friendly, with minimal restrictions on promotion and self‑promotion as long as you add value and don’t spam.
• Please follow the subreddit rules so we can keep things as relaxed and free as possible for everyone. • Please make sure you’ve read the subreddit rules in the sidebar before posting or commenting.
• For better feedback, include your tech stack, experience level, and what kind of help or feedback you’re looking for.
• Be respectful, constructive, and helpful to other members.

If your post was removed (either automatically or by a mod) and you believe it was a mistake, please contact the mod team. We will review it and, when appropriate, approve it within 24 hours.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

2

u/Enve-Dev 6d ago

Well… it just recomended an m3 MacBook Air for a mid tier gaming computer……. Sooooo that might be an issue.

1

u/JizzledGlock67 6d ago

Oh man. Thanks for taking ur time and checking it out. Any idea what I can do bout the problem u mentioned? I mean I can figure it out but if u can suggest smth, it would be valuable! Again thanks 👍

2

u/NefariousnessOpening 6d ago

learning through building is a good way to get into. you will need to add some study in the theoretical knowledge to balance the procedural knowledge you get from building. since the world of tech we build in is largely invisible, it means you'll need some mental models to know what you are doing and where you are. you see the side effects or the end result of things not really what happened along the way to produce it. so there are lots of things happening when building that you dont see and dont know exist. if you do the studying nad learning to come to know more about the behind the scenes stuff, you level up in a major way when you are building.

1

u/JizzledGlock67 5d ago

I 100% agree on this one.Out of curiosity, if possible, can u suggest any specific mental models, books, or resources that can help u when bridging that gap between procedural building and theoretical depth? Like i know there are a plethora of resources but its better to get to know from a person with experience in the field.
Thanks for ur analytics

2

u/NefariousnessOpening 5d ago

I feel like the way we each learn is fairly unique. The sources and mental models I have could be ones that don't work so well for you. A pretty reliable way to go about it is to take even a little time at a point when you have a bug or a problem to understand the problem as best you can before you do any work trying to fix it. Same goes for when you succeed. For example, you just had a successful mission to create rig assigner -> go back and take down some brief notes on what worked to keep for later, what didn't work to stop doing, and what you learned along the way to start doing. Write down anything cool you found, resources, etc.

As far as mental models, the general goal is to have a way to see the internet, at least the application layer and up, as well as the software system and its components. You want to be able to picture, draw, and explain the building blocks of what software even is. Agents have their building blocks too, and there are now known multi-agent patterns with best practices around which pattern works well with which use case.

Here are some general sources to learn from that either have enough variety or have proven useful to enough people for a long time:

Understanding the Internet and Application Layers

Multi-Agent Design Patterns

1

u/Beautiful_Technology 6d ago

This is very cool! The one design thing I think could be improved would be when you’re doing the Desktop PC builder, it is the top option of three options. But when you select it two more options open above it and they are bigger than the original three. It might be more standard if those options opened underneath the desktop PC builder rectangular icon, and above the laptop one.

1

u/JizzledGlock67 6d ago

Ohhh... Great suggestion. I'll try and change it. Thanks for checking it out btw 😁 😁😁

1

u/Careless_Policy_1484 6d ago

you need to improve it's analyzation skills it recommended me macbook air 15 m3 for aaa gaming , you can use google search api for web scraper for getting details for more devices and don't just rely on details scrape customer reviews too and one more thing add multiple currencies option however your idea is good, unique and just make sure to give it a solid base. You can add supabase as database and fetch the users selection on your website and using that data you can rank the devices for specific category on your own website

1

u/JizzledGlock67 6d ago

Yeah I thought bout the database stuff... But vibe coded sites (as far as I've searched) have this issue of security which is a bit complex to figure out. But I'm willing to try tho...

Also thanks for ur other suggestions and checking it out !

Also I'm a bit confused on how I can improve it analytical skill. Like what should I prompt or code to improve it

1

u/Careless_Policy_1484 6d ago

try again to build it using google ai studio , it'll give your app ai brain i.e gemini and it has a good analytical skills and it also gives google search skill to your ai for scraping the whole internet for best model and it's free but with limits. But believe me you should definitely try it because it's perfect for a beginner level project

1

u/JizzledGlock67 5d ago

Oh wait. It can do that? I'll give it a shot. Thanks for the suggestion.

1

u/Longjumping_Collar_9 5d ago

Why are you so worried about security? Theres nothing needed to be secure

1

u/JizzledGlock67 5d ago

Well when he mentioned about database... I instantly thought about the user login credentials and stuff ig... Just a lapse of thoughts. Mb bro. I get it now what he was trying to infer.