Get Started
Features

Billing & Pricing

Plans, resource pricing, and the self-hosting alternative.

Lucity Cloud offers two plans with usage-based pricing. Self-hosting is always free with all features included.

Plans

Hobby

EUR 5/month with EUR 5 in included credits.

  • 1 user
  • 1 custom domain
  • Community support

Good for personal projects, experiments, and learning the platform.

Pro

EUR 25/month with EUR 25 in included credits.

  • Unlimited collaborators
  • Unlimited custom domains
  • FADP/nDSG compliance ready
  • Priority support

For teams running real workloads in production.

Resource tiers

Each environment uses a resource tier that determines per-unit pricing:

ECO

Shared resources at lower cost. Suitable for development, staging, and non-critical workloads.

ResourcePrice
vCPUEUR 20 / core / month
MemoryEUR 10 / GB / month
DiskEUR 0.10 / GB / month
EgressEUR 0.02 / GB

PRODUCTION

Dedicated resources with higher performance guarantees. Designed for production traffic.

ResourcePrice
vCPUEUR 50 / core / month
MemoryEUR 25 / GB / month
DiskEUR 0.25 / GB / month
EgressEUR 0.05 / GB

How credits work

Each plan includes a monthly credit allowance. Resource usage is metered continuously and charged against your credits. If your usage stays within the included credits, you pay only the base plan price.

Usage beyond the included credits is billed at the end of each billing cycle. The dashboard shows your current usage and estimated cost in real time.

Manage your subscription

query {
  subscription {
    plan
    status
    currentPeriodEnd
    creditAmountCents
    hasPaymentMethod
  }
}

Change plans:

mutation {
  changePlan(plan: PRO) {
    plan
    status
  }
}

Access the Stripe billing portal for payment methods, invoices, and billing history:

mutation {
  billingPortalUrl {
    url
  }
}

Self-hosting

Self-host Lucity on your own Kubernetes cluster and pay nothing. The open-source platform (AGPL-3.0) includes all features with no restrictions: unlimited projects, unlimited services, unlimited users, unlimited domains.

You manage the infrastructure; the software is free. See self-hosting for setup instructions.