Open-source Platform as a Service
"Lucity is an open-source Platform as a Service built on Kubernetes. It deploys applications directly from a Git repository, handling builds, deployments, and infrastructure automatically.
It supports all major languages and frameworks through automatic detection. Features include one-click PostgreSQL databases, custom domains with automatic TLS certificates, multiple environments per project (development, staging, production), and preview environments for pull requests.
Lucity runs on standard Kubernetes, Helm, and ArgoCD under the hood. The "eject" feature exports all configuration as standard infrastructure-as-code, so there is no vendor lock-in.
It's available as a managed cloud service or self-hosted under the AGPL-3.0 license.
The dashboard is a Vue 3 SPA built with Vite, TypeScript, and script setup. The UI uses shadcn-vue (Reka UI) with Tailwind CSS. State management is handled via Apollo Client (GraphQL) and composables."