Skip to main content

Roadmap

What we're researching, building, and shipping. Heart the things you want most — it helps us prioritize.

Suggest a feature

Genius idea missing from the board? Tell us — it lands straight in our triage queue.

Need to attach a screenshot? Use the full form. Rather talk it out? Join the Discord.

View all open issues

Researching

Ideas we're weighing

  • Declarative Deploy Targets

    Stop juggling cluster switch before every deploy. Your app declares where it lives, and miren deploy sends it there.

  • S3-compatible Object Storage Addon

    Exploring an S3-compatible object storage addon, so apps get buckets without running MinIO or bringing an AWS account.

  • App-level Health Checks

    Tell Miren what healthy means for your app. Checks you define, so traffic waits for warm-up and wedged processes get restarted.

  • Open-source the Miren Anywhere data plane

    You should be able to read every line that touches your packets. We will be open-sourcing the Miren Anywhere POP and tunnel.

Up Next

Queued to build

  • Zero-downtime Miren upgrades

    Upgrading Miren shouldn't drop your traffic. Ingress moves to its own process so requests keep flowing while the server restarts.

  • App-level authorization

    Share a cluster without sharing everything on it. Per-app permissions scope each user to their own apps.

  • Backup and Restore Cluster State

    One command backs up everything the cluster knows about itself, so a lost server doesn't mean a lost cluster.

  • Simple Audit Log

    Know who did what on your cluster: deploys, env var reads and writes, and when they happened.

In Progress

Actively building

  • App & Deploy Visibility in Miren Cloud

    Today the dashboard knows almost nothing about your apps. We're fixing that: per-app health, current versions, and deploy history for every cluster.

  • Backup Disks to Miren Cloud

    Disks are becoming the default way to store data on Miren. Setup gets simpler, and backups flow to miren.cloud automatically.

Shipped

Recently delivered

  • Shipped

    Bring Your Own Image

    Inherit what an upstream image declares — entrypoint, port, workdir — so packaged apps deploy without a Dockerfile wrapper.

  • Shipped

    Agent-Ready Docs

    Making miren.md easier for AI agents to read. Biggest wins: machine-readable entry points (llms.txt/.md), fixing rendering artifacts, and adding metadata…