All roadmap items shipped as of August 2026.

This page is the historical record of how we got here. For what's live today, see /changelog or /docs.

DETERMINISTIC SYSOP PLATFORM ROADMAP

Building the Future of Developer Hosting

An interactive execution roadmap to transition Hostking Pro from traditional WordPress layouts to a multi-tenant, cgroups-isolated, Stripe-metered application suite.

P1Phase 1: Core Foundation & Marketing Frontend

Target: MVP Landing & Tenancy Foundation

Establish the visual identity, customer onboarding layouts, and data schemas for tenancy and roles.

Main Landing Pagecore

Build modern, high-contrast hero section with animated terminal, CTA deployment actions, and core branding.

Pricing & Plans Layoutbilling

Design pricing tables showing Individual (Starter/Pro/Enterprise) vs. Agency tiers with Weight Units mapping.

Services & Contact Pagescore

Create comprehensive services listing (Node.js shared pods, VPS, WHMCS Legacy integration overview) and contact page.

Supabase Schema Initializationinfra

Provision profiles, organizations, memberships, and basic RLS checks in PostgreSQL database.

WorkOS Auth Integrationcore

Configure AuthKit, Magic Links, Passkeys, and Organization domain-scoped auto-onboarding rules.

P2Phase 2: Server Isolation Engine & SysOps

Target: Safe Multi-Tenant Isolated Hosts

Deploy security sidecar script engines, cgroups v2 resource capping, and isolated system user provisioning.

cgroups v2 & Systemd Templatesinfra

Configure CPUQuota, MemoryMax, and ProtectHome=read-only constraints on tenant services.

Dynamic Linux User Provisionersecurity

Deterministic bash script to create non-privileged system users (e.g. hk_usr_9812) with restricted 0700 homes.

Egress Network Block Rulessecurity

Enforce iptables rules preventing tenant processes from reaching cloud metadata endpoints or internal subnets.

Nightly ClamAV / Maldet Sweepssecurity

Automated scan that isolates infected files, stops the systemd unit, and updates state in Supabase.

P3Phase 3: Deployment Pipelines & CLI

Target: One-Click App Deployments

Create seamless CI/CD pathways via GitHub repository hooks, zip uploads, and direct CLI command lines.

GitHub Webhook Deployerinfra

API endpoint receiving push payloads, checking out branches, running npm build, and reloading PM2.

ZIP File Archiver Engineinfra

Support dashboard zip file uploads, run anti-malware verification, unpack, and launch processes.

Vercel Project Importerinfra

Migrate environment variables, configs, and repos from Vercel APIs directly to Hostking Pro in one click.

CLI: WorkOS Device Login Flowcore

Build 'hostking login' utilizing WorkOS device authorization grant in terminal command.

CLI: Directory Sync & Deploycore

Implement 'hostking deploy' zipping the local workspace and pushing to Hostking deploy endpoints.

P4Phase 4: Decoupled Agency Suite, WHMCS & Superadmin

Target: Global Multi-Tenant Commercial Launch

Enable the agency delegation engine, connect Stripe usage billing, bridge WHMCS metrics, and show super-admin telemetry.

Agency RLS Scopingsecurity

Supabase policies checking is_active_agency_delegate() status to toggle dashboard access over client assets.

Stripe Billing & Metering Bridgebilling

Usage-based calculations feeding metrics to Stripe Subscriptions; automated 7-day grace suspension logic.

WHMCS Webhook & Iframe Syncbilling

Embed legacy my.hostkingpro.com pages via whitelabel wrappers and sync traditional web-hosting items.

Superadmin Cost/Margin Trackerbilling

Fleet-wide financial overview comparing Server infrastructure costs to active stacked client WUs.

Fraud risk & Order Queuesecurity

Review console to approve or reject suspected signups flag-marked by Stripe Radar or proxies.

# Hostking CLI Deployment Preview

developer@terminal:~bash
$ hostking login
Authentication code requested. Opening device link...
✔ Device authorized via WorkOS (apexagency.com)
$ hostking link --project-id=hk_proj_8820
Linked to organization "Acme Store"
$ hostking deploy --branch=main
Packing files for deployment...
✔ Uploaded archive payload (1.2 MB)
✔ Spawning isolated system user environment (cgroups memory_cap=512MB)
🚀 Live deployment: https://my-app.hostkingpro.site