Animotion CSS
A visual CSS animation generator for creating smooth transitions, keyframe animations, and micro-interactions
Resources, utilities and snippets for devs
Small tools built for everyday development: generators, helpers and utilities that simplify repetitive tasks. If something saves me time or reduces mistakes when writing code, it usually becomes a tool and ends up documented here.
A visual CSS animation generator for creating smooth transitions, keyframe animations, and micro-interactions
A modern CSS gradient generator with real-time preview for creating beautiful linear, radial, and conic gradients
A powerful visual builder for creating Zod schemas and TypeScript types with drag-and-drop interface
Ready-to-use code fragments you can copy, adapt and paste: React patterns, TypeScript helpers, frontend logic and functions I reuse constantly. The goal is to have an organized place to find quick solutions without reinventing the wheel every time.
Split an array into smaller arrays of a specified size.
Remove duplicates from an array based on a key selector function.
Group array items by a key into an object of arrays.
Limit function execution rate by delaying until calls stop.
Limit function execution to at most once per interval.
Retry an async operation with exponential backoff on failure.
Small CSS tricks to handle interface details: layouts, subtle effects, simple animations and micro-interactions. These examples are meant to make it easy to grasp the pattern, adapt it to your design and keep your visual code clean and consistent.
Smooth responsive sizes without media queries. One line of CSS that scales between min and max values.
Finally animate to auto height! Use grid-template-rows from 0fr to 1fr for smooth accordion animations.
Animate elements along custom curves and SVG paths without JavaScript.
Components that respond to their container's size, not the viewport. Perfect for reusable UI.
Why * { margin: 0 } hurts performance and what to use instead.
Two ways to make circles, but only clip-path gives you a circular click area.
A curated selection of links I actually use: solid documentation, design references, frontend resources and online tools that make daily work easier. Less noise, more sites that add real value when you're building something serious.
Curated list of AI tools to accelerate your development workflow.
Practical examples for integrating OpenAI models into your projects.
Collection of .cursorrules to tune Cursor as your code copilot.
Advanced Cursor rules focused on agents, TypeScript and AI workflows.
Collection of ready-to-use CSS animations with simple classes.
Declarative animations for React with integrated gestures, layout and drag.
JS animation engine with powerful timelines and SVG/scroll support.
Lightweight library based on Web Animations API with modern syntax.
Add automatic animations to DOM changes with a single line of code.
Central reference for HTML, CSS, JavaScript and modern web APIs.
Official TypeScript documentation, from basics to advanced types.
Official guide for building fast, content-driven sites with Astro.