Directory // 06 — Tools & Vault

DEV TOOLS

High-performance in-browser developer utilities paired with a curated database of generous free tiers across databases, APIs, asset libraries, and security systems. Zero cookies, zero network telemetry, 100% air-gapped.

AIR-GAPPED COMPUTE: Local-first execution in browser memory. No external API calls, analytics, or data telemetry.
STATUS // OFFLINE READY
Interactive Utility // 01

CSS Fluid clamp() Calculator

Generate seamless mathematical viewport-interpolated clamp values for responsive typography and spacing without media query breakpoints.

Presets:
e.g. 375px (mobile)
e.g. 1440px (desktop)
= 1rem
= 3rem
Base: 16px ()
CSS Expression
clamp(1rem, 0.2958rem + 3.0047vw, 3rem)
Tailwind (v3 / v4 Arbitrary)
text-[clamp(1rem,0.2958rem+3.0047vw,3rem)]
Full CSS Declaration
font-size: clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
Linear Slope Formulay = mx + b
Rate of Change (m): 3.0047vw
Viewport Intersection (b): 0.2958rem (4.73px)
800px
Computed Size: 28.8px (1.798rem)

RESPONSIVE FLUID TYPE