Public roadmap

What runs, what we’re finishing, what’s next.

Our roadmap for the next twelve months, updated regularly. Production runs today on Scaleway, in Paris. Priorities evolve based on your feedback.

Shipped In progress Planned
§ 01 — Now

Q2 2026 Current quarter

What’s in production today and what we’re finalizing this quarter to harden the foundations.

Production foundations
In progress
Individual K8s pods per computeFull isolation, real compute resizing, precise CPU metering. Prerequisite for active autoscaling.
In progress
Compute size enforcementCU tiers (0.25 to 8 CU) actually apply shared_buffers, work_mem, max_connections via postgresql.conf.
In progress
Stripe integrationCheckout session, webhooks, customer portal, usage-based billing. Replacing the mock with real payments.
In progress
lampion CLICommand-line interface: lampion projects list, lampion branches create, lampion sql. Published on npm and pip.
In progress
Python and TypeScript SDKsTyped clients for the REST API. Native async, full typings, examples in the docs.
Shipped
Shipped
analyst role (anonymized access)New RBAC role below viewer. Analysts only see anonymized branches and connect via a dedicated PostgreSQL role (lampion_analyst) that only sees masked data.
Shipped
Multi-cloud portability (Terraform)The multi-provider Terraform infrastructure is in place: the data plane is portable to OVH Cloud or AWS, with no lock-in. Production runs today on Scaleway, in Paris; OVH deployment is a portability option still being finalized, not the current production.
Shipped
Multi data plane admin panelHealth monitoring per data plane, project distribution, and region supervision from the console.
§ 02 — Summer

Q3 2026

Stronger sovereignty and the integrations that wire Lampion into your CI/CD and your agents.

Sovereignty and compliance
Planned
Application-level encryption (KMS)Envelope encryption of pg_passwords, API keys, and tokens via an external KMS (Scaleway KMS, AWS KMS, Vault Transit). Secrets in the DB are encrypted at rest.
Planned
Branch templatesReference branches with a standardized test dataset, automatically cloned on every PR or branch creation.
Planned
Full GDPR complianceSigned DPA, subprocessor registry, data export, guaranteed and audited deletion, documented data location.
Integrations
Planned
GitHub Actions branch previewOfficial action: creates a DB branch on every PR, posts the connection string as a comment, deletes it on merge/close.
Planned
Vercel integrationOne-click: connect a Vercel project to Lampion. Automatic preview DB branch for every deploy preview.
Planned
Terraform providerresource "lampion_project" and resource "lampion_branch" to manage DB infrastructure as code.
Planned
MCP serverLet AI agents (Claude, Cursor, Copilot) manage Lampion via the Model Context Protocol: create/delete projects, branches, run SQL.
§ 03 — Autumn

Q4 2026

Portability extended to other clouds and a deeper developer experience.

Extended multi-cloud
Planned
AWS deploymentData plane deployable on AWS (EKS + S3). Same console, same API: one more provider for the data plane, alongside Scaleway (current production).
Planned
GCP deploymentData plane on GCP (GKE + Cloud Storage). An additional portability option for data plane deployment.
Planned
Cross-cloud replicationReplicate a database from one provider to another for migration or multi-cloud disaster recovery.
Planned
Private networking (VPC peering)Private PG connection from the customer's VPC without going over the Internet. Available on all supported clouds.
Advanced developer experience
Planned
Schema migrations trackerVersion and apply SQL migrations from the console. History, rollback, dry run on a branch.
Planned
Auto-generated ERDEntity-relationship diagram automatically generated from the PostgreSQL catalog. SVG/PNG export.
Planned
Data diff between branchesCompare not just the schema but also the data between two branches. See added/modified/deleted rows.
Planned
Branch mergeApply schema changes from a branch to its parent. Automatically generates the migration SQL.
Planned
Slow query dashboardpg_stat_statements exposed in the console: top queries by duration, frequency, I/O. Automatic index suggestions.
§ 04 — Next

Q1 2027

Enterprise-grade security and scale for demanding workloads.

Enterprise security
Planned
SSO SAML / Azure ADEnterprise login via SAML 2.0 for large organizations. Automatic user provisioning.
Planned
mTLS between servicesMutual TLS via Cilium service mesh for all traffic inside the cluster.
Planned
Immutable audit logExport audit logs to immutable storage (S3 Glacier, Scaleway Object Lock). Proof of compliance.
Planned
Automatic secret rotationPeriodic regeneration of API keys, pg_passwords, and S3 credentials with no service interruption.
Planned
SOC 2 Type IICompliance certification for enterprise customers. Pentest, external audit, security reports.
Scale and performance
Planned
Active autoscalingComputes automatically scale between min_cu and max_cu based on CPU/memory load. Scale-down after peak periods.
Planned
Advanced connection poolingPgBouncer per project (not shared), optional session pooling, monitoring of pooled connections.
Planned
Multi-region read replicasRead replicas in other regions to reduce latency for geographically distributed queries.
Planned
Logical replicationPublish/subscribe changes between Lampion databases or to external databases. Zero-downtime migration.
Planned
Optimized pgvectorPre-installed extension, dedicated guides, optimized HNSW indexes. Positioned for AI/RAG.

Missing
a feature?

[email protected] This roadmap is public and evolves with your feedback.