Projects · Mini Hostpapa

Product Portfolio & Service Catalog

What HostKid sells: SKUs, offerings, v1 scope, and how products map to the platform.

Updated Aug 2, 2026 · 3 min read

Product Portfolio & Service Catalog

Engineers love building platforms. Customers love buying products.

This doc is the catalog at executive level: what we sell, what each thing includes, and what's in scope for HostKid v1 vs later. Every SKU should eventually map to a CloudStack offering, a billing product, and a portal tile.


Product philosophy

  1. Name what you sell: “VPS Starter” beats “KVM instance type 7”
  2. Bundle clearly: disk, RAM, bandwidth, mailboxes, support tier
  3. Automate delivery: if it can't be provisioned without a human, it's not a product yet
  4. Document limits: oversell is an incident waiting for a calendar invite
SKU = contract

A SKU is a promise. Engineering, billing, and support must agree on what that promise means.


Core product lines

Product lineCustomer getsPlatform anchorVolume
VPS HostingLinux VM, root access, IP, optional backupsCloudStack compute offering + template15, 19
Shared HostingWeb space, PHP, DB, panel accessShared stack / panel automation14
Domains & DNSDomain registration or DNS hosting, records APIPowerDNS + registrar integration12
Business EmailMailboxes, SMTP/IMAP, SPF/DKIM/DMARCMailcow / mail platform13
Object StorageS3-compatible buckets (later)MinIO16

Example VPS catalog (v1 sketch)

SKUvCPURAMDiskTarget customer
VPS Starter12 GB40 GBBlog, small app
VPS Standard24 GB80 GBAgency site, API
VPS Pro48 GB160 GBE-commerce, multi-app

Numbers are placeholders. The structure matters. CloudStack service offerings mirror these rows in Volume 4 and 15.


Add-ons (attach to any base product)

  • Extra IPv4 address
  • Automated daily backups
  • Additional mailboxes
  • Priority support queue
  • Managed migration (Solutions-led, Volume 25)

Add-ons need ERPNext line items (Volume 11, Corporate) and provision hooks (Volume 19).


v1 scope vs roadmap

HostKid v1 (documented first):
  • VPS + DNS + portal + corporate ERP skeleton + provisioning engine path
  • Identity (SSO for portal admin minimum)
v2+ (honest roadmap):
  • Shared hosting at scale
  • Full email product
  • Object storage
  • Reseller / white-label

Volume 28 holds future evolution. This doc prevents building everything at once.


Catalog → systems mapping

If any arrow is manual, mark it technical debt in the handbook.


What this doc does not cover

  • ERPNext product configuration → Volume 11, Corporate
  • CloudStack offering API calls → Volume 4, 15
  • HestiaCP / WordPress stack → Volume 14

Next: Technical decisions & stack rationale. Why CloudStack, ERPNext, and the rest before the architecture diagram.