Public roadmap

What we're shipping
and what's coming next.

We publish the roadmap so you don't have to guess. Shipped items are live in production today; the rest is in order of how confident we are it lands on the quarter we've named. Sales tactics aren't roadmap items — these are real engineering commitments.

Shipped this year
20
Now building
6
Next up
5
Cycle length
2 wk
continuous deploy
Shipped

20 releases this year

Already in production. Every change ships behind audit logs and feature flags.

20 items
  • Aug 2026Ops
    Status page with measured uptime history

    90-day uptime bars on /status, backed by our own probes every five minutes stored in Postgres. Days we weren’t measuring show as "no data" — never as uptime.

  • Jul 2026Billing
    Invoices inside the app

    View and download every invoice from your billing page — no bounce to an external portal.

  • Jul 2026Product
    Full product in four languages

    The signed-in app is fully localized in English, Dutch, German, and French, with an in-app language switcher that remembers your choice.

  • Jul 2026Ingest
    Multi-issuer card imports

    A config-driven CSV mapping engine with an admin mapping builder. ICS Visa ships as a preset next to Amex; any issuer's export becomes clean transactions.

  • Jul 2026Billing
    Per-card billing, live on Stripe

    Pay per active card, not per employee. Archived cards return proration credit automatically; 14-day trials on paid tiers; seats reconcile nightly against Stripe.

  • Jul 2026Design
    Gallery redesign across web, iOS, and macOS

    The ivory + teal design system this page uses — rolled out across the web app, the iOS app on TestFlight, and a new native macOS app.

  • Jul 2026Security
    Compliance hardening wave

    Tamper-evident audit hash-chain, legal hold, a retention engine, CI-gated production deploys, and a nonce-based CSP — SOC 2 groundwork shipped as code, not paperwork.

  • Jul 2026Auth
    Auth overhaul

    Rotating refresh tokens with reuse detection, Face ID unlock on iOS, and verified email domains so teammates auto-join the right workspace.

  • Jul 2026Workflow
    Smart reminders

    Missing-receipt and pending-approval nudges with per-transaction cooldowns, plus close-of-books reminders keyed to your statement cycle — not the calendar month.

  • May 2026Exports
    Twinfield XML export

    Generate a Twinfield Transactions XML for any period. One temporary journal per card transaction; finance promotes to final inside Twinfield.

  • May 2026Health
    Ghost transaction detector + per-row delete

    Surfaces transactions with no provenance trail and lets admins/finance scrub them. Cascades to matches, comments, approvals, and explanations.

  • May 2026Auth
    Per-device session grouping

    Long-lived device cookies bucket sign-ins from the same physical device under one collapsible row, even across changing IPs.

  • May 2026Security
    Row-level security in production

    Postgres RLS active on every tenant-scoped table; reserved tenant pool with app.company_id GUC; CI guard prevents regressions.

  • May 2026Auth
    Auto-revoke idle sessions

    Sessions inactive longer than the configured window get revoked on a daily sweep, with an audit trail per revoke.

  • May 2026Ops
    Prometheus /metrics + S3 audit archive

    Queue and request metrics exported over /metrics; daily encrypted audit-log archive to S3-compatible storage.

  • May 2026Privacy
    DSR self-service + erasure receipt

    Subject access + erasure requests handled in-product; signed PDF receipt issued on completion.

  • Apr 2026Admin
    Workspace freeze + soft-delete grace

    Admins can freeze a workspace; deletes enter a configurable grace period before hard removal.

  • Apr 2026Billing
    Stripe Tax & EU VAT handling

    Invoices issued with location-aware tax. Reverse-charge for B2B EU, EU OSS for B2C consumers, US sales tax handled by Stripe.

  • Apr 2026Approvals
    Approval workflows v2

    Per-department default workflows + per-member overrides; finance-only, two-step (manager → finance), and auto-approve thresholds.

  • Mar 2026Ingest
    Amex CSV ingest with FX + dedup

    Multi-cardholder Amex CSVs (NL + EN headers) split per card. Foreign-spend + FX rate parsing; per-row occurrence index keeps real duplicate charges.

Now building

Active development

In active development this cycle.

6 items
  • Q3 2026Enterprise
    Enterprise SSO — SAML / OIDC

    The verification core is merged: per-connection policy, signed-assertion checks, and replay protection held in Postgres. Login routes and the admin connection UI are landing now. Works with any standard IdP — Okta, Entra, Google Workspace, JumpCloud.

  • Q3 2026Platform
    US data residency

    A full US data plane — US receipt storage, US database, regional routing — is deployed and dark today. Opens with a gated rollout for US-resident workspaces.

  • In reviewMobile
    iOS app on the App Store

    The capture app is submitted and in review with Apple. TestFlight build is live today: snap, match, approve, Face ID unlock.

  • Q3 2026Exports
    Twinfield API push (live)

    Flip the framework stub on: OAuth round-trip + token rotation + SOAP ProcessXmlString. One-click "Push to Twinfield" replaces manual XML upload.

  • Q3 2026Exports
    Twinfield master-data validation

    Read the customer's chart of accounts so the export modal validates GL codes before submit instead of failing at the wire.

  • Q3 2026AI
    AI assistant productionization

    Hardened prompt + streaming with cancellation, per-tenant rate limits, and a transparent action log inside the chat.

Next up

Next on the schedule

Committed for the next one or two cycles. Order may shift based on customer signal.

5 items
  • Q4 2026Enterprise
    SCIM provisioning + step-up MFA

    SCIM keeps team membership and roles in sync from your IdP; step-up MFA enforced on privileged actions.

  • Q4 2026Enterprise
    Retention controls + legal hold, in the admin

    The engines shipped in July. This adds the controls: per-workspace retention windows and a legal-hold switch that suspends every deletion path while it's on.

  • Q4 2026Exports
    Exact Online live push

    Sister to the Twinfield work — promote the Exact Online exporter from stub to a real GeneralJournalEntries + Documents API push.

  • Q4 2026Ops
    OpenTelemetry distributed tracing

    Trace a receipt from upload through OCR, matching, approval, export. Configurable sink (Tempo, Honeycomb, Datadog).

  • Q4 2026Security
    Worker-side RLS

    Extend the tenant-pool policy contract to background workers so every tenant query runs under the same enforcement as the API.

Exploring

In research

Research, prototypes, validation calls. Not committed — listed here so customers can weigh in early.

4 items
  • ResearchExports
    Xero & QuickBooks Online exporters

    Same skeleton as the Exact/Twinfield work. Priority depends on which non-NL geographies pull hardest.

  • ResearchEnterprise
    BYOK per-tenant KMS

    Bring-your-own-key for receipt + secret blobs. Customers rotate, revoke, or freeze data from their own AWS account. Schema groundwork exists; the key-per-tenant crypto path is the research.

  • ResearchMobile
    Native Android capture app

    Receipt capture, push notifications for approvals, offline-tolerant queueing — the Android counterpart to the iOS app. Web capture covers Android today.

  • ResearchIngest
    Open Banking adapters (EU)

    TrueLayer integration is already scaffolded — research is what happens when the card-statement and bank-feed views start to overlap.

Have a request?

The roadmap is a starting point.

Customer signal moves things up the list. Send a request from inside your workspace (Admin → Feature requests) or email hello@rexa.one.

Send us a request