Get Started
Getting Started

Roadmap

Where Lucity is headed, organized by priority instead of deadlines

Lucity is a solo-dev project. Putting dates on a roadmap would be lying to you with extra steps. Instead, here's what's happening organized by priority: what's actively being worked on, what's coming next, and what's on the horizon.

This page is updated as priorities shift. If something moves between sections, that's not a broken promise. It's a course correction.

Now

What's actively being built right now.

  • Workload security hardening. Tightening runtime security for deployed applications: pod security standards, network policies, and least-privilege defaults.
  • Build-time security hardening. Locking down the build pipeline so untrusted code can't escape the sandbox.
  • Stripe trial integration. Finishing the billing flow so Lucity Cloud can offer proper free trials with usage-based metering.
  • Onboarding first alpha testers. Getting real users onto the platform and collecting the kind of feedback that only comes from production use.

Next

Scoped, committed, waiting in line. These will move to "Now" as current work ships.

  • Key-value store support. Managed Redis (or a Redis-compatible alternative) as platform infrastructure, deployed via the same GitOps model as databases.
  • Object storage support. S3-compatible object storage provisioned through the platform, ejectable like everything else.
  • Cron job support. Scheduled tasks defined alongside your services, managed through the dashboard and deployed as Kubernetes CronJobs.

Later

Directional ideas that need more thought. No promises, but they're on the radar.

  • Automatic mTLS via Cilium. Exploring Cilium's SPIFFE/SPIRE integration for zero-config mutual TLS between services, replacing the current homegrown encryption approach.
  • Secret vault integration. Adding OpenBao (or similar) for centralized secret management, so sensitive configuration doesn't live in environment variables.
  • CLI. A command-line interface for managing projects, deployments, and environments without the dashboard.

Want to influence the roadmap? Open an issue or start a discussion. The best features come from people actually using the platform.