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.
- 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.
- Per-workspace build isolation. Each workspace gets its own rootless BuildKit daemon with a persistent build cache. No shared build infrastructure between tenants, faster rebuilds from warm cache, and no privileged containers in the build pipeline.
- GitLab and Bitbucket support. Connect repositories from GitLab and Bitbucket, not just GitHub. Both platforms also become available as login providers, so your team can sign in with the accounts they already use.
Later
Directional ideas that need more thought. No promises, but they're on the radar.
- Secret environment variables. Mark config variables as secret so they're encrypted at rest, masked in the dashboard and logs, and only exposed to your running containers. Database credentials, API keys, third-party tokens: treated as sensitive by default, not just another env var.
- CLI. A command-line interface for managing projects, deployments, and environments without the dashboard.
- Templates. One-click deployable project templates (Supabase, Grafana, Ghost, n8n, and more). Pre-built Helm values for the lucity-app chart, stored in a public Git repo. Deploy a full stack in seconds, eject it like everything else.
Want to influence the roadmap? Open an issue or start a discussion. The best features come from people actually using the platform.