Terraform AWS EC2 Config Generator - Online Basic HCL
Configure a basic EC2 instance and security group and get the main.tf file. Learn infrastructure as code. Local.
UD5 Toolkit
Visually set up your PostCSS plugins, tweak options, and get a ready‑to‑use postcss.config.js or JSON configuration. Perfect for your next project.
// Your config will appear here
postcss.config.js) tells PostCSS which plugins to use and in what order. This generator helps you create that file without looking up syntax.
postcss.config.js in your project root. Most tools like Webpack (via postcss-loader), Vite, Parcel, and Gulp will detect it automatically. For JSON output, rename to .postcssrc.json if your tool expects that format.
postcss-import should usually come first, and autoprefixer often runs last. Use the arrow buttons to reorder plugins.
Configure a basic EC2 instance and security group and get the main.tf file. Learn infrastructure as code. Local.
Paste CSV data and transform it into a well‑structured YAML array of objects. Choose key mapping. Perfect for devOps and data migration.
Create vertically oriented text layouts with `writing‑mode`. See the effect and copy the complete CSS. For vertical languages.
Visually name grid areas in a table and generate grid‑template‑areas CSS. Perfect for complex layouts. Drag‑free.
Select your tech stack and generate a basic CI/CD pipeline YAML file for GitHub Actions, GitLab CI, or Bitbucket.
Create a CAA DNS record to specify which certificate authorities can issue SSL certs for your domain. Prevent mis‑issuance.
Convert a flat JSON object into an INI file format with sections and keys. Useful for legacy configs. Local only.
Build a date format string for SQL by toggling components (YYYY, MM, DD). See a live example for different databases.
Define a set of colors for light and dark themes. Get the CSS custom properties snippet. Toggle live.
Create a DMARC policy record with percentage, reporting addresses, and alignment mode. Validate and copy the final DNS TXT.
Patch the PerformanceObserver and show your page’s Core Web Vitals as you browse. See real‑time scores and suggestions.
Check and beautify your TOML config files. Highlights errors and aligns tables and arrays. Safe local parsing.
Build a complete font‑stack for your website. Choose a primary font and get the best fallback options for different OS. Copy the CSS.
Generate a .gitattributes file with proper line‑ending handling, binary detection, and linguist overrides. Clean repo setup.
Toggle OpenType features like liga, smcp, tnum, and see the text update. Support for variable fonts. Typography nerds.
Drag and drop light sources, camera, and subject to plan a photo shoot. Export diagram as image. Simple and visual.
Adjust page characteristics (image size, server delay, layout shift) and see the simulated Core Web Vitals scores. Understand what impacts performance.
Convert TOML configuration files to equivalent YAML with perfect structure preservation. Fast and local.
Create seamless CSS background patterns like stripes, polka dots, checkerboard. Adjust size and colors. Copy the tiny CSS.
Style underlines, overlines, and strike-throughs with colors, wavy styles, and thickness. Modern CSS text‑decoration.
Style the first letter of a paragraph as a large decorative drop cap. Choose font, color, and size. Get the CSS & HTML.
See how grid-auto-flow: row vs column changes item placement. Add and remove items to understand the algorithm. Visual.
Enter a URL and get a quick simulation of First Contentful Paint, LCP, and CLS using browser metrics. Lightweight alternative.
Stack multiple background images and blend them with colors. Create unique textures. Copy the CSS code instantly.
Get the full electron configuration and orbital box diagram for any element. Learn the Aufbau principle. Fast and local.
Select emojis and arrange them into a seamless tiling background. Copy the CSS data‑URI or download as image.
Compare width/height with block‑size/inline‑size in different writing modes. Understand intrinsic sizing. Copy best practices.
Apply the drop‑shadow() filter and compare it with box‑shadow. See how it follows the contour of transparent images. Copy code.
Compress text with Brotli at different quality levels. See size reduction and time. Find the sweet spot for your static assets.
Paste a `Set‑Cookie` header and see all attributes parsed: domain, path, Max‑Age, SameSite, Secure, HttpOnly. Debug cookies easily.