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.
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