Renovate Bot Config Generator - Online Dependency Updates
Build a renovate.json file to automate dependency updates. Choose schedule, automerge, and package rules. Local.
UD5 Toolkit
vite.config.ts file provides full type-checking and autocompletion for your Vite configuration when using the defineConfig helper from Vite. The JavaScript version (vite.config.js) works identically at runtime but lacks IntelliSense benefits. Both generate the same output — choose .ts if your project already uses TypeScript.
resolve.alias section of your Vite config. Common examples include mapping @ to ./src or @components to ./src/components. You'll also need to update your tsconfig.json (for TypeScript) with corresponding paths entries so your editor recognizes the aliases. Use the Resolve tab in this generator to visually add and manage aliases.
server.proxy configuration to forward API requests during development. For example, you can proxy all /api requests to a backend running on http://localhost:3000. This eliminates CORS issues during development and is configured in the Dev Server tab of this generator. Simply add your proxy rules with the source path and target URL.
build.minify to terser for better compression (though esbuild is faster), enabling build.cssCodeSplit, setting an appropriate build.chunkSizeWarningLimit, and using build.rollupOptions for manual chunk splitting. Also configure optimizeDeps to pre-bundle specific dependencies. Use the Build tab and Advanced tab in this generator to fine-tune these settings.
VITE_ (configurable via envPrefix) to your client code through import.meta.env. You can also use a .env file at the project root. For server-side config, you can use loadEnv() from Vite to access environment variables inside vite.config.js. Configure the env prefix in the Basic tab of this generator.
build.lib settings including entry point, library name, and output formats.
Build a renovate.json file to automate dependency updates. Choose schedule, automerge, and package rules. Local.
Load images or use colors and apply all 15 CSS blend modes. Visual tester for creative effects.
Get a random, unique superpower with a detailed description and limit. Perfect for character creation or daydreaming.
Register a custom CSS property with syntax, initial value, and inherits. Animate colors and numbers that couldn’t before.
Swap between physical and logical properties (margin‑inline vs margin‑left). Live preview with writing‑mode. Internationalize your CSS.
Paste your CSS and get a sorted list of all custom properties defined under :root with their values. Quick audit.
Manipulate CSS values as typed objects using attributeStyleMap. Convert between CSSUnitValue, CSSMathSum, etc. Futuristic CSS‑in‑JS.
See every HTML input type in one page. Check browser support and styling. Copy sample markup. Quick frontend reference.
Paste a raw server log snippet and see a structured table with IP, method, URL, and status. Quick audit.
Set up multiple @layers and use revert‑layer to fall back. See the computed style and cascade resolution live.
Apply user‑select: none, text, all and see how it affects selection. Copy the CSS snippet for your UI elements.
Test the new style() function inside @container to query custom property values. Revolutionary component‑based responsive design.
Apply will‑change to any element and see its effect on compositing. Learn best practices for smooth animations.
Paste your stylesheet and get a clean list of all custom properties defined under :root. Copy the whole block. Local analysis.
Generate a random 5‑color palette where every adjacent pair passes WCAG AA contrast. Safe for inclusive designs.
A completely black page to save battery on OLED devices. Click to go fullscreen. Simple utility.
Log shedding events, note duration, and track humidity to optimize next cycle. Healthy scales.
Write CSS with native nesting (like SCSS) and see the browser’s native parsing. Validator and live output.
Implement a dark/light theme toggle that respects prefers‑color‑scheme. Copy the complete JavaScript and CSS.
Paste your CSS and see rules sorted by specificity. Find overrides and potential collisions. Understand your cascade.
Estimate how long a battery will last given capacity (mAh/Wh) and load current. Also computes backup time for power banks. Quick and local.
Access the Paint Timing API and display First Paint, First Contentful Paint, and Largest Contentful Paint times. Quick perf check.
List all resources loaded by the current page and their detailed timing breakdown. In‑browser waterfall.
Choose where page breaks should occur for printing. Get the break‑before, break‑after, and break‑inside CSS.
Create promises that resolve or reject after a delay. See state changes and chain .then/.catch. Debug async code.
Reset native styling on form elements with appearance: none. See before and after. Essential for custom forms.
Enter network name and password to generate a stylish printable card for visitors. Local, no data leak.
See your device's battery level, charging status, and discharge time using the Battery Status API. Fun utility.
Enter a URL and instantly generate a PDF version using the browser's print-to-pdf engine. Private, no upload.
Enter a URL and instantly generate a PDF version using the browser's print-to-pdf engine. Private, no upload.