-
stable v1 -
[1.0.0] — 2026-04-12
Site and experience
- Home page with sections: hero (CTA and game imagery), service features, control panel features with illustrations, games catalog, server location map, and customer testimonials.
- Header with mega-menu navigation (game hosting and cloud), links to home anchors (
#features,#location), contact, and a locale switcher. - Footer with columns (hosting, company, support), legal and knowledge base links, and social icons.
- Typography: RF Dewi loaded as a local font in the layout.
- Branding: configurable primary color via CSS variables (
config/branding.ts). - Motion-powered UI animations (e.g. header and transitions).
- Smooth hash-anchor scrolling that respects reduced-motion preferences (
HashAnchorScroll).
Internationalization (i18n)
- Localized routes: English (
en) and Spanish (es), withenas the default. - UI copy centralized in
config/messages/en.jsonandconfig/messages/es.json.
Game hosting
- Games listing (
/games) and per-game pages (/games/[slug]) driven by JSON inconfig/games/with runtime validation. - Games shipped in this release: Hytale, Minecraft, FiveM, ARK: Survival Evolved, Rust, 7 Days to Die.
- Each game profile can include: plans and pricing, billing cycles with discounts, feature lists, FAQ, a location map with markers, and visual metadata (background images, etc.).
- Localized strings inside JSON (
en/es) with resolution and English fallback.
Cloud / general hosting
- VPS (
/vps), website (/website), and dedicated (/dedicated) product pages, each backed by JSON inconfig/cloud/. - Structure aligned with games: plans, billing, features, locations, FAQ, and localizable copy.
Static and company pages
- About (
/about), careers (/careers), contact (/contact), FAQ (/faq), hardware and locations (/hardware), terms (/terms), and privacy (/privacy), with content and SEO wired from site configuration.
Knowledge base
- Category index (
/knowledgebase) usingcontent/knowledgebase/{locale}/categories.json. - MDX articles by category and slug (
/knowledgebase/[category]/[slug]), with sample content for categories such as Minecraft and FiveM in English and Spanish.
SEO and metadata
- Per-page metadata (title, description, keywords) via
lib/seo-metadata.tsand translations. - Open Graph and Twitter Cards (default image configurable in
config/seo.ts). - Canonical URLs and
hreflangalternates across locales for static routes defined instaticSeoPaths. - Robots and optional Google Search Console verification in
config/seo.ts.