Want some custom build ?

CUSTOM.

A minimalist framework designed to be overwritten. No clutter, no unnecessary abstractions. Just raw components.

Tailwind Config

Extend your grayscale palette in tailwind.config.ts for a brutalist or minimal aesthetic.

  • Dynamic Grayscale switching
  • Zero-dependency styling
  • Variable-driven physics
theme: {
  extend: {
    colors: {
      primary: '#000000',
      secondary: '#ffffff'
    }
  }
}

Animation Physics

Switch from bouncy springs to linear timings for a more professional, 'stark' feel.

  • Dynamic Grayscale switching
  • Zero-dependency styling
  • Variable-driven physics
transition: {
  duration: 0.4,
  ease: [0.22, 1, 0.36, 1]
}

BESPOKE BUILD?

If your project requires a unique visual language, our engineering team can build it.

Get in Touch