⚙ Changelog

What's New in SMAD

Every feature, tool, and improvement we've shipped — organized by release.

v1.15
March 2026
Encrypted Messaging
NewEncrypted Messaging

Full messaging system with Inbox, Sent, Drafts, and Trash folders. End-to-end encrypted using Web Crypto API (RSA-OAEP + AES-GCM). Messages are encrypted client-side before storage and decrypted on read.

NewReal-Time Message Delivery

New messages appear instantly via Supabase Realtime subscriptions. Unread count badge in the header updates live without page refresh.

NewEncryption Key Management

RSA-OAEP 2048-bit key pairs generated automatically on login. Private keys stored securely in IndexedDB, public keys in Supabase. Manual key generation available on the Profile page.

NewMessage Notifications

Incoming messages push a notification to the recipient via the existing notification system, appearing in the notification bell instantly.

ImprovedPlaintext Fallback

Messages can be sent to users who have not yet logged in. Sent as plaintext when the recipient has no encryption keys, with encrypted delivery for all other cases.

FixReply Recipient Pre-fill

Fixed reply compose modal not showing the recipient in the dropdown. Recipient is now loaded into the select before the modal opens.

FixEmpty Recipient Dropdown

Fixed compose recipient dropdown showing empty for users who are the only member of their company. Now falls back to all portal users when no company peers exist.

v1.14
March 2026
Document Editor & Templates
NewWYSIWYG Document Editor

TipTap-powered rich text editor for generated deliverables and Document Register entries. Full toolbar with bold, italic, headings, lists, tables, and undo/redo. Edit inline and save changes back to the mission.

NewICD & SEMP Document Types

Two new deliverable types: Interface Control Document (ICD) and Systems Engineering Management Plan (SEMP), bringing the total to 12 auto-generated mission documents.

NewPhase Gate Document Links

New Document column on phase gate checklists. Link any Document Register entry to a gate item via dropdown, with clickable chips when viewing.

ImprovedRicher Document Templates

All 12 deliverable templates expanded from 4-5 sections to 7-10 sections with detailed aerospace engineering content, HTML tables for parameter summaries, and live mission data injection.

FixDeliverable List Persistence

Fixed generated deliverables not appearing in the deliverables list. Storage upload failures no longer block document registration and list updates.

FixPhase Gate Link Persistence

Fixed document link selections reverting immediately after choosing. Linked docs now stored in mission_params instead of requiring a database migration.

FixDark Theme Table Styling

Fixed generated document tables using light-theme inline styles. All tables now use dark-themed borders and semi-transparent header backgrounds.

v1.13
March 2026
Collaboration & Real-Time
NewReview & Approval Workflow

Assign reviewers to documents, submit approve/reject/changes-requested decisions, and track approval status. Status transitions (Draft → In Review → Approved → Released) with full RBAC enforcement.

NewShare Links

Generate expirable read-only share links for missions, documents, requirements, risks, and review packages. 24-character cryptographic tokens with view counting and revocation.

NewNotification System

Full notification center with Supabase Realtime delivery. Filter by All, Unread, Comments, Reviews, and System. Bell indicator shows unread count with instant updates.

NewLive Presence

See active team members on any mission page in real time. Avatar stack in the header shows who is online and what page they are viewing, powered by Supabase Realtime presence channels.

FixStripe Customer Portal

Fixed 400 error when users without a Stripe customer ID clicked Manage Subscription. Portal now auto-creates a Stripe customer on demand before opening the billing portal.

FixOpenMCT Worker Errors

Resolved generatorWorker.js 404 and InMemorySearchWorker SharedWorker errors on the Operations Dashboard by removing unused demo plugins and adding graceful fallback handling.

FixNotification Column Mismatch

Fixed NotificationBell component using wrong column name (read vs is_read), causing notifications to never appear as read.

v1.12
March 2026
Knowledge Base & Data Integrity
NewKnowledge Base

Public documentation page with 8 categories, 32+ articles, client-side search, and nested accordions. Covers Getting Started, Engineering Calculators, Systems Engineering, Risk & Compliance, Program Management, Team & Permissions, Deployment, and FAQs.

FixCalculator Parameter History

Fixed critical bug where "Save to Mission" in all 17 calculators wrote parameters but never recorded changes in the parameter history audit log. Added saveCalculatorParams composable that writes to both mission_params and param_changes tables.

ImprovedFooter & Contact Links

Footer Resources section now includes a Knowledge Base link. Contact page Documentation card links directly to the knowledge base.

v1.11
March 2026
Calculators & Team Management
New16 New Engineering Calculators

Ground Contact, Orbit Decay, Stationkeeping, Gravity & Drag Loss, Modulation & Coding, Doppler Shift, Heater Sizing, MLI Performance, Launch Loads, Natural Frequency, Fastener/Bolt, Battery DoD, Coverage & Revisit, GSD Calculator, Debris Probability, and Harness Mass.

ImprovedSidebar Calculator Grouping

Calculators organized into 7 categories — Budgets, Orbital Mechanics, Spacecraft Sizing, Thermal, RF & Communications, Structures, and Environment & Analysis — with labeled dividers for quick navigation.

ImprovedDesign Studio Expansion

Design Studio dashboard expanded from 7 summary cards to 24, covering every calculator category with live parameter readouts from saved mission data.

ImprovedStakeholder Needs Dropdown

Source field on stakeholder needs page now uses a dropdown populated from the mission stakeholder list instead of a freeform text input.

ImprovedTeam Management

Team page enhanced with company invite token display and copy, add-member-by-email flow, and a clear empty state when no company is configured.

ImprovedRBAC Admin Role

Added admin role to the mission role-capability matrix with full owner-level permissions. Refactored role definitions to a single source of truth.

v1.10
March 2026
Security & Observability
NewSecurity Center

Admin-only security dashboard with a computed security score (0-100), 10 automated checks (admin count, registration mode, RLS, RBAC, encryption, API key storage, HTTPS, audit trail, error monitoring, unused accounts), user security overview, and data protection status grid.

NewSentry SDK Integration

Structured logging across 90+ files with useLogger composable (client) and server logger utility. All console.error/warn/log calls replaced with Sentry-aware logging. Exceptions automatically captured in catch blocks.

ImprovedParameter History

Changed By column now resolves user UUIDs to display names via profile lookup instead of showing raw IDs. Fixed field name mismatch (changed_by → created_by).

ImprovedRequirements Tree Links

Each node in the requirements tree is now a clickable link that navigates directly to that requirement on the requirements page with highlighting.

ImprovedReview Package Navigation

Section chips (Gate Readiness, Requirements, Risks, Verification, Action Items) are now anchor links that smooth-scroll to their respective sections.

Improved2FA Air-Gap Support

Two-factor authentication is automatically disabled on air-gapped deployments with an explanatory message. Connected deployments retain full 2FA functionality.

FixRBAC Default Role

Fixed critical security issue where useMissionRole defaulted to owner role on errors. Now correctly defaults to viewer (least privilege) when authentication fails or database queries error.

FixHTML Sanitizer

Replaced regex-based HTML sanitizer with DOMParser-based allowlist approach. Blocks javascript/data/vbscript protocols, forces rel="noopener noreferrer" on links.

FixSecure Token Generation

Replaced Math.random() with crypto.randomBytes (server) and crypto.getRandomValues (client) for invite token generation.

FixHealth Endpoint Hardening

Removed internal error details from /api/health responses. Errors logged server-side only to prevent information disclosure.

v1.9
March 2026
Systems Engineering
NewMission Control Center

Cross-mission command center with three panels: Program Health Grid (color-coded mission cards), Compliance Engine (9 automated rules), and Activity Stream with notifications.

NewCompliance Engine

9 deterministic compliance rules scan all missions for issues: unlinked requirements, TBD parameters, missing mitigations, gate readiness, CR aging, critical risks, unauthorized signoffs, and traceability gaps.

NewChange Control Board

Formal change request workflow with normalized database tables, auto-generated CR numbers, approval chains, and impact analysis that traverses traceability links to find affected items.

NewTraceability Visualization

Interactive linked-items panels on requirements, risks, and verification pages. Bi-directional linking between stakeholder needs, requirements, verifications, and phase gate items.

NewStakeholder Needs Manager

Full CRUD page for stakeholder needs with priority, source tracking, and linked requirements panel for traceability chain management.

NewCDR Review Package PDF

Server-side PDF generation for gate review packages. Includes cover page, gate readiness table, requirements summary, risk register, verification status, traceability coverage, and action items.

NewComment Threads

Threaded comment system with nested replies, timestamps, and mission-scoped context for collaborative review discussions.

NewActivity Logging

Fire-and-forget activity logging composable that records user actions across all mission pages for the Mission Control activity feed.

ImprovedSidebar Navigation

Reorganized from 7 groups to 8 focused groups. Systems Engineering, Risk & Compliance, and Reference sections consolidated for clearer navigation across 80+ pages.

ImprovedTraceability Matrix

RTM upgraded to show 5-level hierarchical view: Stakeholder Needs → Requirements → Verification methods with rollup status indicators.

FixPDF Generation Build

Fixed pdfmake bundling issue where Nitro/Rollup incorrectly resolved internal module paths. Server-side PDF generation now works reliably.

v1.8
March 2026
Offline & Self-Hosted
NewAir-Gapped Deployment

Full Docker Compose stack for self-hosted deployments with Supabase (Postgres, Auth, PostgREST, Kong). No external network calls required.

NewOptional Stripe Billing

STRIPE_ENABLED flag lets self-hosted instances disable billing entirely. All users get enterprise-tier access with site-level licensing.

NewSystem Health Page

Live health checks for database, auth, Stripe, and Sentry connectivity. Accessible from the admin panel.

NewInstance Configuration

Admin panel Instance Settings section backed by Supabase for deployment tier, registration mode, and instance name.

NewEnvironment Validator

Nitro server plugin validates required environment variables at startup and warns about missing optional ones.

NewUnit Test Suite

23 Vitest tests covering tier features, Stripe guards, and environment validation. Test framework configured with happy-dom.

ImprovedBundled Fonts

Poppins font served locally via @fontsource instead of Google Fonts CDN. Works fully offline.

ImprovedBreadcrumb Display Names

Breadcrumbs now show full page names (e.g. "Mass Properties" instead of "mass-props") via a comprehensive lookup map.

FixDesign Studio Values

Fixed column name mismatch (key/value vs param_key/param_value) that prevented Design Studio from displaying saved calculator data.

FixProgram Dashboard Stats

Fixed gate readiness status checks to use correct values (Green/N/A instead of Complete/Pass) and removed unused user variable.

v1.7
March 2026
Nuxt + Supabase Migration
NewFull Platform Migration

Complete rewrite from WordPress/PHP to Nuxt 3 + Supabase + Vercel. 200+ source files, 106 portal pages, all engineering modules functional.

NewSupabase Auth & Database

Replaced WordPress auth with Supabase Auth (email/password, Google, Microsoft SSO, TOTP 2FA). PostgreSQL replaces SQLite/MySQL with 45+ tables and Row Level Security.

New34 Functional Engineering Modules

Requirements, Risk Register, Phase Gates, Mass/Power/Thermal/Delta-V Budgets, Orbit Calculator, Constellation Designer, Link Budget, ADCS, Solar Array, Propulsion, FMEA, Trade Studies, and more.

NewAuto-Generated Deliverables

10 document types (MCD, MAB, SEA, ODR, SDC, SRD, RTM, LCP, OCD, MCR) auto-generated from mission data across 8 phases.

NewPhase Gate Document Generation

Generate formal review packages, export checklists as CSV, create RFA reports, and request gate reviews — all from real mission data stored in Supabase.

NewFrontend RBAC

12 mission-level roles with capability-based UI gating. Edit buttons, forms, and actions are hidden based on role permissions (owner, chief engineer, viewer, etc.).

NewAdmin Dashboard

System stats, user management (change roles/plans), company management with invite token regeneration, platform settings.

NewSupabase Storage

Generated documents uploaded to Supabase Storage (extant bucket) organized by mission ID. Replaces Backblaze B2.

NewOrganization Registration

Two signup modes: Create Organization (with full company details) or Join Organization (with mandatory invite token). Auto-generated 10-char invite tokens.

NewVercel Deployment

Deployed to Vercel with Nitro server preset, Speed Insights, and environment-based configuration.

ImprovedInline Navigation

Desktop header now shows nav links inline (Home, About, Features, Pricing, Contact). Hamburger menu only on mobile.

ImprovedVisual Design Match

Home and About pages updated with WordPress Elementor assets — hero backgrounds, aurora effects, product screenshots, decorative meshes.

FixSave to Mission

Fixed column name mismatches and source CHECK constraint violations across all 14 calculator pages.

FixMission Archive/Restore

Missions can now be archived and restored from the portal index page.

v1.6
March 2026
RBAC & Onboarding
NewRole-Based Access Control

12 mission-level roles with a granular capability matrix. Edit buttons and forms are hidden for users who lack the required permission.

NewFrontend Permission Gating

Requirements, mass budget, phase gate checklists, verification matrix, and AI requirements now check your role before showing edit controls.

ImprovedOnboarding Wizard v2

Tier-aware steps: Starter users skip the team invite, Professional users see AI and trade study highlights, Enterprise users see API and company features.

ImprovedTeam Roles Page

Full-width layout with a dropdown of your company team instead of a freeform text box. Role and user fields are properly aligned.

NewMission Templates

Pre-configured parameter sets for LEO Earth Observation, GEO Comms, MEO Navigation, Deep Space Science, and CubeSat missions.

FixMission Dashboard After Template

Applying a template now correctly creates database tables on first use and clears the health cache.

FixMySQL Production Compatibility

All database table creation now works on both MySQL (production) and SQLite (local dev).

v1.5
March 2026
UX & Platform
NewChangelog

A versioned, timeline-style changelog tracking every feature, improvement, and fix shipped to SMAD.

ImprovedFirst-Login Onboarding

Onboarding wizard now triggers automatically on the very first frontend login instead of appearing on every page load.

ImprovedLive System Status Checks

Status page runs real-time checks against the database, REST API, filesystem, email stack, Stripe, and Backblaze on every page load.

ImprovedMarketing Header Brand

Public site header updated to the SMAD. wordmark, replacing the portal-internal two-line brand.

FixEngineering Tool Nav Links

Calculator links in the portal sidebar now open in new tabs so they no longer unload the portal sidebar.

ImprovedAdmin Bar

Admin bar restored for administrator accounts on the frontend. Hidden for all other roles.

FixPortal Account Section

Removed API & Webhooks, Referral Program, and IP Allowlist from the portal sidebar Account section.

v1.4
March 2026
Security Release
NewAudit Log

Immutable event log for all user and mission actions, filterable by event type, user, mission, and org. Supports CSV export.

NewWeb Application Firewall

Built-in WAF with SMAD-specific rules: blocks mission ID tampering, capability injection, AJAX abuse, and malformed API payloads.

NewCredential Scanner

Scans org member passwords against the Have I Been Pwned database using k-anonymity. Weekly automated scans plus on-login checks.

NewIP Allowlist

Restrict portal access to specific IP addresses or CIDR ranges. Emergency bypass token available for lockout recovery.

v1.3
February 2026
Enterprise Features
NewWhite Label Branding

Replace SMAD branding with your organization's logo, name, and primary color.

NewGDPR Data Export

Users can request a full export of their data as a structured JSON download.

NewTrust Center

Public trust page covering compliance status, data security, infrastructure, access controls, and responsible disclosure.

NewReferral Program

Unique referral codes per user, credit tracking, and a dashboard showing conversion stats.

NewDemo Booking

Prospect-facing form to request a live demo with honeypot spam protection and rate limiting.

v1.2
January 2026
Collaboration & Workflow
NewReview & Approval Workflow

Structured document review with digital signature log, configurable reviewer assignments, and automatic email notifications.

NewShare Links

Generate expirable, read-only share links for any mission view with cryptographically random tokens.

NewLive Presence

See which team members are active on a document in real time.

NewNotification Center

In-app notification bell with unread count badge supporting mission milestones, review changes, and custom events.

NewAPI & Webhooks

REST API with Bearer token auth for programmatic access to mission data. HMAC-SHA256 signed webhooks for event subscriptions.

v1.1
December 2025
Engineering Calculators
NewThermal Analysis Calculator

Compute orbital eclipse fraction, hot/cold case equilibrium temperatures, and required heater power.

NewBattery Sizing Calculator

Size battery capacity (Wh) and mass from power load, eclipse duration, and depth-of-discharge.

NewSolar Array Calculator

Compute BOL/EOL array output accounting for degradation, temperature derating, and eclipse fraction.

NewADCS Sizing Calculator

Estimate disturbance torques and size reaction wheel angular momentum.

NewMission Cost Estimate

USCM-style cost estimating relationships broken down by subsystem. Includes system engineering, integration, and launch cost.

NewLaunch Window Calculator

Pre-computed C3 and delta-V lookup for 6 common mission destinations based on launch date.

NewData Budget Calculator

Compute downlink margin from data rate, contact time, and storage capacity with color-coded indicators.

v1.0
November 2025
Initial Launch
NewMission Portal

Core mission management workspace with requirements traceability matrix, risk register, schedule, and phase tracking.

NewOnboarding Wizard

Guided 5-step onboarding for new users covering mission creation, requirements, team invitations, and portal orientation.

NewGlobal Search

Cmd/Ctrl+K command palette for searching across missions, requirements, documents, and tools.

NewKnowledge Base

Structured articles covering SMAD methodology, portal how-tos, and engineering reference material.

NewMarketing Site

Full public marketing site with Features, Pricing, About, Docs, Roadmap, Status, Case Studies, Contact, and Trust Center.