Product Updates

Changelog

What's new in Grantiva. Follow along as we ship new features, improvements, and fixes to the platform.

March 2026

Dashboard UX improvements

Improvement
  • SDK setup guide shown inline after app registration — Bundle ID, Team ID, package URL, and init snippet in one place.
  • Redirect to app detail page after registering a new app, so developers land directly on the integration guide.
  • Sidebar footer links clarified; Visual Regression Testing now linked directly from the dashboard overview.
March 2026

Public Beta Launch

Launch
  • Grantiva platform enters public beta — sign up at grantiva.io.
  • Free tier available with 1,000 monthly active devices.
  • Dashboard with device analytics, risk scoring, and live monitoring.
  • Pro, Business, and Enterprise tiers available with flat monthly pricing.
  • React-based marketing site and documentation at docs.grantiva.io.
March 2026

Feedback & Support Module

Feature
  • In-app feature request submission and upvoting — users vote on what ships next.
  • Support ticket management with threaded conversations and status tracking.
  • Public feedback portal at /feedback for transparent community roadmap voting.
  • Dashboard views for triaging feature requests and managing support tickets.
  • Feedback and support links surfaced directly in the dashboard sidebar.
March 2026

Visual Regression Testing

Feature
  • CLI-driven snapshot capture — define screens in grantiva.yml and run grantiva ci run. Works in CI or locally.
  • VRT run list and detail views in the dashboard for baseline comparison.
  • GitHub PR integration — diff images posted as PR comments before merge.
  • Catch UI regressions before they reach production without manual review.
March 2026

Webhooks & Event Routing

Feature
  • Configure webhook endpoints to receive real-time attestation and risk events.
  • Endpoint management dashboard with delivery logs and retry visibility.
  • Supported events: attestation completed, risk threshold exceeded, device blocked.
  • Available on Pro tier and above.
March 2026

CLI for CI/CD Integration

Feature
  • Install via Homebrew: `brew install grantiva/tap/grantiva`
  • Run visual regression tests in CI: `grantiva ci run`
  • GitHub Actions integration — diff images posted as PR comments on failure.
  • Authenticate with `grantiva auth login` — no config files needed for most projects.
March 2026

GrantivaUI SwiftUI Package

Feature
  • Separate Swift package with drop-in SwiftUI views for Feedback and Feature Flags.
  • `FeedbackContainerView` — combined feature voting and support ticket UI in one view.
  • `FeatureRequestListView` and `SupportTicketView` for standalone integration.
  • Theme-customizable via `GrantivaTheme` — match your app design system.
February 2026

Feature Flags Module

Feature
  • Remote feature flags with boolean, string, number, and JSON value types.
  • Targeting rules: rollout percentage, device model, OS version, risk score.
  • Environment support for development, staging, and production configurations.
January 2026

Custom JWT Claims

Feature
  • Static, conditional, dynamic, and external (Enterprise) claim types for JWT token enrichment.
  • Per-app claim configuration via the dashboard.
  • Claims automatically included in attestation tokens.
  • Up to 20 custom claims per tenant (varies by tier).
December 2025

Device Attestation GA

GA
  • Apple App Attest integration for hardware-backed device verification.
  • Automatic tenant identification via Bundle ID and Team ID — no API keys needed.
  • JWT token issuance with device intelligence and risk scoring.
  • SDK handles full attestation lifecycle: challenge, attest, validate, token.
  • Device risk categories (Trusted/Suspicious/Blocked) for all plans; 0-100 numeric score on Business/Enterprise.

Earlier development history is available in the project repository.