Changelog

What's new.

New features, improvements and fixes.

August 10, 2026

Design

A new look

The product now ships with a real design system rather than default component styling — a brand palette, a type scale, a motion budget and a rebuilt marketing site. Everything is driven by CSS variables in styles/globals.css, so repointing it at your own brand is one file.

  • Light and dark themes on a brand palette, with a two-state toggle (no system option)
  • Plus Jakarta Sans for headings, DM Sans for body, JetBrains Mono for code
  • A motion budget: the hero settles in about 0.65s instead of 2.4s, and scroll reveals are 250ms
  • Rebuilt landing page — hero, feature bento, spec list, timeline, testimonials and pricing
  • Rounded card language throughout, plus a real elevation scale and a brand-derived chart ramp
  • Blog and pricing comparison table restyled to match

August 10, 2026

Fix

Locale routing and theming

Several links dropped the active language, and one section ignored the theme entirely.

  • The logo linked through a plain router link, so clicking it from a translated page sent you back to English
  • Both pricing calls to action did the same — a visitor on /de/pricing landed on the English sign-in
  • The closing call to action painted its own near-black background and white text, so it stayed dark in light mode
  • Status badges in the feature walkthrough used fixed colours that ignored the theme

You're up to date