Skip to main content
Configuration File: config/hardware.ts
Customizing Processor Icons? See the Icons Guide for instructions on adding icons to your hardware features.

Overview

The hardware section showcases your infrastructure specs:
  • Processor specifications (AMD/Intel)
  • RAM type and speed
  • Global network with interactive globe
  • Storage (NVMe) specifications
  • Uptime SLA
  • DDoS protection capacity
Configuration file: config/hardware.ts

Quick Start

1

Edit the config file

Open config/hardware.ts:
2

Customize hardware specs

Update processor, RAM, storage, and network details
3

Test it

Visit: http://localhost:3000 (scroll to hardware section)

Configuration Structure

Section Header

Processors

You can configure AMD, Intel, or both:
To show only one processor: Delete the other configuration Available colors: emerald, blue, purple, yellow, green, cyan, orange

RAM

Global Network

Globe Dot Colors (RGB values 0-1):
  • Cyan: [0.3, 0.8, 1]
  • Green: [0.16, 0.82, 0.45]
  • Orange: [1, 0.6, 0.2]
  • Blue: [0.2, 0.4, 1]
  • Purple: [0.8, 0.3, 1]
Finding Coordinates: Use LatLong.net to find lat/lng for your datacenter cities

NVMe Storage

Uptime SLA

Note: Don’t include the % symbol in percentage value

DDoS Protection


Complete Example


Troubleshooting

Processors not showing

Check all required fields are present:

Globe not rendering

Ensure globeCoordinates has valid lat/lng values:
  • Latitude: -90 to 90
  • Longitude: -180 to 180

Globe dots not visible

Check globeDotColor uses values between 0 and 1:
Don’t forget the type assertion as [number, number, number]

Uptime percentage showing incorrectly

Don’t include the % symbol:

Colors not working

Use lowercase color names: emerald, blue, purple, yellow, green, cyan, orange