File size: 2,060 Bytes
1cb2a1f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | [{
"id": "cpu-ryzen5-7600",
"name": "AMD Ryzen 5 7600",
"category": "CPU",
"price": 5600000,
"brand": "AMD",
"specs": {
"socket": "AM5",
"tdp_w": 65,
"cores": 6,
"threads": 12
},
"tags": ["gaming", "1080p", "budget-build"]
},
{
"id": "mb-b650m",
"name": "MSI B650M Gaming WiFi",
"category": "MAINBOARD",
"price": 4300000,
"brand": "MSI",
"specs": {
"socket": "AM5",
"ram_type": "DDR5",
"ram_slots": 4
},
"tags": ["am5", "ddr5"]
},
{
"id": "ram-32gb-ddr5-6000",
"name": "Corsair Vengeance 32GB (2x16) DDR5 6000",
"category": "RAM",
"price": 3100000,
"brand": "Corsair",
"specs": {
"ram_type": "DDR5",
"capacity_gb": 32,
"speed_mhz": 6000
},
"tags": ["gaming", "productivity"]
},
{
"id": "gpu-rtx4060",
"name": "Gigabyte RTX 4060 Windforce OC 8GB",
"category": "VGA",
"price": 8600000,
"brand": "Gigabyte",
"specs": {
"vram_gb": 8,
"tdp_w": 115,
"length_mm": 200
},
"tags": ["gaming", "1080p", "ray-tracing"]
},
{
"id": "psu-650w-gold",
"name": "Cooler Master MWE Gold 650W",
"category": "PSU",
"price": 2300000,
"brand": "Cooler Master",
"specs": {
"watt": 650,
"efficiency": "80+ Gold"
},
"tags": ["stable", "future-upgrade"]
},
{
"id": "case-matx-airflow",
"name": "Montech Air 100 ARGB",
"category": "CASE",
"price": 1600000,
"brand": "Montech",
"specs": {
"supported_mb": ["mATX", "ATX"],
"max_gpu_length_mm": 330
},
"tags": ["airflow", "argb"]
}
] |