Changelog
What's new.
New features, improvements, and fixes.
June 7, 2026
DesignFull UI Upgrade
A complete redesign of the marketing site built on a stricter design system — dashed borders, seeded grid patterns, and consistent motion across every section.
- Linear-style dashed border grid cards across all landing page sections
- Animated testimonials with infinite-scroll columns and reduced-motion support
- CTA banner with falling streak pattern background
- Pricing comparison table rebuilt with dashed border grid and staggered row animations
- FAQ upgraded to clean line-separated accordion on both landing and pricing pages
- Footer redesigned with hero gradient background and ArrowUpRight nav links
- Blog page stripped of authors and categories — minimal focused card layout
May 29, 2026
FeatureMultilingual Support (i18n)
Full internationalization powered by next-intl. Four languages ship out of the box with a two-strategy routing model that keeps marketing URLs clean and app routes prefix-free.
- Four languages out of the box: English, French, German, and Spanish
- URL-based locale routing for marketing and docs pages (e.g. /fr/pricing)
- Cookie-based locale for app and auth routes — no URL prefix, seamless switching
- Language switcher in the marketing navbar and the app sidebar
- Translation files at messages/{locale}.json with namespace grouping (auth, dashboard, pricing…)
- Auto-generated TypeScript types derived from en.json via types/next-intl.d.ts
- Missing keys fall back to English at runtime — zero errors, consistent UX
You're up to date