Roadmap
Where OpenPrime is today, what we're building next, and what's planned. AWS is fully supported today; Azure, GCP, and on-premise are on the roadmap.
This page tracks capabilities, not dates — we update it as work ships rather than promising a calendar.
✅ Available now (AWS)​
These work end-to-end today and are deployed in production:
- Visual environment wizard — design an environment without hand-writing HCL.
- 15+ AWS services wired into the wizard (VPC, EKS, RDS, S3, CloudFront, Lambda, SQS, SNS, Route53, and more).
- Infrastructure generation — production-grade Terraform plus Helm values and ArgoCD manifests, formatted and
terraform validate-clean. - Git push — generated IaC pushed to your own repository.
- State backends — StateCraft provisions S3 + DynamoDB for Terraform state.
- Keycloak SSO — OIDC / PKCE authentication.
- AI assistant — Bedrock-backed configuration help.
🛠In progress​
Actively being built — expect these next:
- Plan / diff preview — see a git diff of the generated repo and the
terraform planoutput before anything reaches your infrastructure. - Pull-request workflow — push to a generated branch and open a PR/MR instead of committing straight to the default branch, so your existing CI becomes the approval gate.
- Asynchronous generate & push — long-running generation runs as a tracked job with status and retries instead of a blocking request.
- Database migrations — versioned, reversible schema migrations for safe upgrades.
- Cost estimation — estimated monthly cost shown in the wizard and on PRs.
🗺 Planned​
On the roadmap, not yet started:
- Multi-cloud — Azure and GCP templates, and an on-premise provisioning path.
- Organizations & teams — shared environments, credential pools, and role-based access control.
- Policy-as-code guardrails — OPA/Conftest checks on generated repos to enforce org standards.
- Deployment status & drift detection — read live state to show what's actually deployed and flag drift.
- Blueprints library — curated golden-path environments as a starting point, plus an "import existing" path.
- Enhanced assistant & notifications — environment-aware AI with one-click apply, plus Slack/Teams notifications for key events.
Influence the roadmap
Have a request or want to weigh in on priorities? Open an issue on GitHub.