A simple, elegant, and developer-friendly tool to generate responsive CSS using clamp()
for font-size
, margin
, padding
, and more.
Built with Vite + React + TypeScript
- 🔁 Generate
clamp(min, preferred, max)
values with a single input - 📱 Convert between units like
px
,rem
,em
,vw
, etc. - 💡 Create responsive tables for font sizes across breakpoints
- ⚡ Copy-ready CSS snippets for quick use
- 🧪 Real-time preview of styles
- 🎯 100% Free and Open Source
git clone https://github.com/sohel22z/ByteClamp.git
cd ByteClamp
npm install
npm run dev