the redcore ai is a student-build web tool project that helps beginners build and design a desktop pc using normal language
Used ChatGPT for brainstorming, debugging, documentation help, and implementation guidance.
the redcore ai is a student-build web tool project that helps beginners build and design a desktop pc using normal language
Used ChatGPT for brainstorming, debugging, documentation help, and implementation guidance.
I build redcore ai that select pc parts using normal language
i am really happy that i am able to finishing it it was a really different experience that is creating an algorithm from scratch it took 4 month to make it and the ai was really helpful it couldn’t be in 4 month if there is no AI and yea at first it was hard to realize what is happening but as diving in it its be more clear
and from all the project i am must proud of it from the algorithm perspective is the coding (even though i am not really know coding. i must learn it :) ) and from the design perspective is the 404 page if you find it please take a screenshot of it and send to my email i want that someone saw it
my email : [email protected]
and i will upload a new video (soon) to my channel about this journey of creating it i am waiting you to see it
my channel link : https://www.youtube.com/channel/UCPNUzdE_5noq8BBQgX9TJqw
and that is the first steps i will update in the future
thanks you for reading this and i am appreciated
What I worked on:
calculateMinimumRequiredBudget() to find the cheapest valid combination of GPU, CPU, PSU, motherboard, RAM, and storage.calculateRecommendedNormalBudget() which finds the lowest budget where the normal builder succeeds.Problems / Debugging:
What I learned:
normal vs minimum-fallback).Next:
Log in to leave a comment
i added a PSU, RAM, and downgrade system and and a limit to not downgrade too much and eventually lower the performance
Log in to leave a comment
I first prototyped the logic using automation tools and a database to figure out how a real PC builder allocates budget between CPU, GPU, and other components. After testing, I started migrating the system into a real backend.
So far I:
• Designed the frontend UI in Framer
• Built a rule-based configuration engine
• Connected an AI model that extracts budget, purpose, and performance tier from user text
• Moved the database from Airtable to a local JSON database
• Rewrote the automation logic into a Cloudflare Worker API
• Implemented GPU and CPU selection with fallback safety (downgrades if the budget is too low)
Right now the system can take a request and generate a realistic PC build instead of random recommendations.
Next I’m working on adding the rest of the components (RAM, motherboard, PSU, storage) and improving the result page. Later I want to add a 3D preview so users can visualize how the PC will look.
I attached a demo video showing the concept and early prototype. Feedback is very welcome!
Log in to leave a comment