Alongside the features already shipping today, a number of areas are actively being explored to round out the platform further — from richer commerce, to deeper content tooling, to stronger security and compliance controls. This post gives a transparent look at what's on the horizon, grouped by the problem each area solves.
Commerce & Communication
Content & Discovery
Support & Engagement
Security, Compliance & Operations
These aren't disconnected side projects — every explored feature is designed to extend the platform's existing entities and services (Item, ShopOrder, Customer, Category, and the rest) rather than introduce parallel systems. That means when any of these ship, they arrive already integrated with the content, commerce, and CRM data an organization already has in the platform, instead of requiring a separate setup or migration.
Each of the areas above is already tracked as an entry in the platform's central app registry, AppCatalog (ExireNexus.Shared/Models/Common/AppCatalog.cs), flagged IsFutureRelease: true so they can be planned, priced, and previewed in the Backstage app store (AppList.razor) ahead of being built out. Following the platform's architecture principle, implementation work for each item is expected to land as new capability on existing services (e.g., extending CustomerService, ItemService, or ShopOrderService) rather than as new, disconnected services against the same underlying entities.