Skip to main content

Changelog

What we're shipping

Every feature, improvement, and fix — in reverse chronological order. Updated each time we deploy.

  1. Improved

    Try the demo — now pick the role you want to experience

    Visitors land on /demo and choose Org Admin, Facility Admin, Staff, or Family. Each demo drops them into the matching portal with role-appropriate sample data.

  2. Improved

    Dynamic sitemap.xml + robots.txt for SEO

    Auto-generated sitemap from the typed content collections — every new customer story, resource, comparison, and changelog entry indexed without anyone editing a static file.

  3. Security

    Public Trust Center at /trust

    One page for every security-due-diligence question: compliance certifications, encryption practices, subprocessor list, incident response, and vulnerability disclosure.

  4. New

    /ai page, public /roadmap, and Spanish-localization foundation

    Five AI capabilities documented at /ai (two live, two beta, one Q3), public roadmap with vote counts at /roadmap, and the foundation for Spanish translation in the family portal.

  5. New

    Industry-specific pages, competitor comparisons, and free resources

    New /snf, /memory-care, /assisted-living, /independent-living landing pages tailored to each segment, plus side-by-side comparisons with PointClickCare, MatrixCare, and Eldermark.

  6. New

    Try the demo — instant read-only access to a fully-seeded environment

    New 'Try the demo' CTA on the landing page mints a 1-hour read-only super-admin session. Visitors land directly inside the platform with sample data — no sign-up, no friction.

  7. Infra

    Production-ready deployment on Vercel + Neon

    Tendara is now deployable to Vercel (web) + Neon (Postgres) in 15 minutes. Plus Dockerfile, render.yaml, fly.toml, and railway.json for alternative hosts.

  8. Improved

    Retired the legacy ADMIN role — every facility admin is now FACILITY_ADMIN

    The schema previously carried ADMIN as a legacy alias for FACILITY_ADMIN. We migrated all rows, dropped the enum value, and simplified ~200 occurrences across the codebase.

  9. Improved

    Modern modal design system — appointment form, onboarding wizard, meal preferences

    Three frequently-used modals redesigned to share the DialogHeader/Body/Footer pattern with section dividers, icon tiles, and color-coded labels.

  10. Infra

    Cleanly separated development and production environments

    Local dev hits localhost Postgres, production hits Neon, never the twain shall meet. New :neon scripts for migrating + seeding production from your laptop.