Design Token Generator â Export Colors, Spacing & Typography
Define and export design tokens for your project. Choose colors, spacing, and fonts, then download as CSS custom properties, JSON, or SCSS variables.
UD5 Toolkit
Define and export design tokens for your project. Choose colors, spacing, and fonts, then download as CSS custom properties, JSON, or SCSS variables.
Enter a visual UI element and the tool suggests proper ariaâlabels and descriptions. Learn to write meaningful text for screen readers.
Paste two text blocks to see a lineâbyâline diff with added lines in green and removed lines in red. Ideal for code reviews and editing.
Paste your <head> section to check for missing favicon links, social meta tags, preload hints, and proper charset. Get a score and improvement list.
Enter a public URL and capture a fullâlength PNG screenshot of the entire page. No install needed, processed in the cloud.
Paste a sample JSON response and get back a GraphQL type definition. Speeds up mocking an API layer from a REST endpoint.
Paste the characters your site uses and upload a TTF/OTF font. Download a smaller, subsetted WOFF2 for faster page loads.
Enter two semver ranges (e.g., ^1.2.3 and >=1.2.4 <2.0.0) to see if they intersect and what the maximum satisfying version is.
Select the type of change (breaking, feature, fix) and your current version to see the next semantic version number and git tag suggestion.
Select a layout (headerâcontentâfooter, sidebar, grid) and get the basic HTML5 structure with CSS grid or flexbox to start prototyping.
Enter two CSS selectors and see which one wins in a specificity battle. Displays the (a,b,c) score and explains why one overrides the other.
Design glassmorphic UI elements by tweaking blur, transparency, border, and shadow. Copy the resulting CSS for cards, navbars, or modals.
Trace the edge of an object in an image and generate a CSS clipâpath polygon. For nonârectangular layouts.
Convert any small file (CSS, font, image) into a data URI that can be placed directly in HTML or CSS. Reduces HTTP requests for tiny assets.
Generate dummy text with precise control: number of paragraphs, sentences per paragraph, and words per sentence. Also choose between Lorem Ipsum and random English.
Convert pixel values to rem or em based on the root font size. Also batchâconvert an entire CSS snippet, replacing px with rem for accessibility.
Obfuscate CSS by mangling class names and removing whitespace for production. Use with caution and export a mapping file to keep references intact.
Configure a modern HTML5 boilerplate with your choice of meta tags, social media cards, favicon links, and CSS/JS includes. Download or copy the code.
Type your message and get a selfâcontained HTML/CSS snippet that animates a typing cursor. Customize speed, blink rate, and text color.
Convert text containing accented characters (Ă©, ĂŒ, ñ) to their ASCII equivalents for clean, readable URL slugs. Supports many European languages.
Paste a GraphQL schema or introspection result and build queries by checking fields. See the resulting query string and copy it for use in your app.
Select a date, time zone, and locale to see how it appears in various formats (long, short, etc.). Ensure correct i18n.
Paste the content of a JavaScript or CSS file and get its SHAâ256, SHAâ384, or SHAâ512 integrity hash. Build the full <script> tag with crossorigin.
Enter a URL and apply a custom CSS grid overlay to check alignment. A quick frontend design tool for verifying column placement and baseline grids.
Upload your favicon and overlay a small numbered badge. Download the modified .ico and the JavaScript snippet to dynamically update the count.
Parse a raw cookie string into a readable table. Edit values or create new cookies, then get the properly formatted string to set via JavaScript.
Apply smooth color gradients to text with a live preview. Generates crossâbrowser CSS including the webkitâbackgroundâclip property.
Search over 1,400 HTML character entities by name, number, or just by typing a symbol. Click to copy the entity code for your markup.
Enter a cron expression (e.g., */15 * * * *) and see the next 10 dates and times it will trigger. Also explains the schedule in plain English.
Type any Emmet abbreviation and see the expanded HTML or CSS in real time. A playground for learning and perfecting your Emmet skills.
Paste your Markdown file content and the tool extracts all links, then checks each one for a live response. Flag dead links before publishing your docs.
Randomly prompts you to press a Windows keyboard shortcut (e.g., Win+E). Learn to be a power user.
Enter names and randomly assign driver and navigator roles. Rotate fairly. Team tool.
Build an Ember.js component with template, class, and styles. Follows Octane conventions. Copy the .hbs and .js.
Upload a font file or specify a URL and generate the complete @fontâface rule with modern formats and fontâdisplay. Copy instantly.
Paste a MySQL ENUM definition and get a TypeScript union type string literal. For typeâsafe database schemas.
Write a function name and get a complete unit test stub with describe, it, and expect. Follows AAA pattern.
Create a Remix route file with loader, action, and default export. TypeScript ready. Copy the route.tsx.
Change the viewport meta tag and see how a page would render at different device widths. Understand responsive basics.
Fill in a name and template to generate a complete Web Component class with shadow DOM. Start your library.
Understand how !important behaves inside @layer vs unlayered styles. Interactive example. Avoid common pitfalls.
Paste a git log and generate a polished changelog grouped by type (feat, fix, etc.). Follows Keep a Changelog format. Local.
Select PostCSS plugins (Autoprefixer, nesting, customâmedia) and generate a postcss.config.js file. Streamline your CSS pipeline.
Paste ASCII art or textâbased diagrams and convert them into a crisp SVG image. Preserves spacing and can be styled with CSS for documentation.
Paste a CSS rule and sort its declarations alphabetically or by box model grouping. Clean up styles.
Add services like Node, Postgres, Redis, and Nginx. Configure ports, volumes, and env vars. Download the dockerâcompose.yml.
Fill in a component name and generate a complete Stencil.js component with TSX, CSS, and test files. Quick start.
Convert numbers between binary, octal, decimal, hex, and any custom base up to 36. With live preview of all bases.
Encode or decode a string for use in a URL query parameter. See the raw and encoded versions. Dev tool.
Define brand colors, fonts, and spacing. Generate the Chakra UI extendTheme object. Export as JSON or JavaScript.
Create inner shadows for a pressed or sunken effect. Visually adjust and copy the CSS. Learn inset.
See the current Service Worker registration, its state, and scope. Send 'skipWaiting' and update. PWA debug.
Set tabâsize to any number and see how tabs are displayed in a pre element. Essential for code snippets.
Style the <progress> and <meter> elements with crossâbrowser CSS. Adjust colors and sizes. Copy the final styles.
Design custom radio buttons and checkboxes using pure CSS. Choose sizes, colors, and animation. Copy the code.
Create a fully accessible form by adding fields; the tool generates the proper labels, inputs, and ARIA attributes. Copy the clean HTML.
Hover over tiles to see every CSS cursor value in action. Quick visual reference for choosing the right UI feedback.
Swap between physical and logical properties (marginâinline vs marginâleft). Live preview with writingâmode. Internationalize your CSS.
Register a periodic background sync with a minimum interval. See the registration state and tags. Keep content fresh.
Choose a base style guide (Airbnb, Standard, Google) and add plugins. Generate a readyâtoâuse .eslintrc config.