Babel Config Generator - Online Presets & Plugins
Choose Babel presets (env, React, TypeScript) and plugins. Get a clean babel.config.json to transpile your code. Local tool.
UD5 Toolkit
Generate a fully customizable starter code for your next Google Apps Script web application. Choose your libraries, handlers, and get production-ready scripts instantly.
Code.gs and index.html files into the editor.
doGet() handles HTTP GET requests, usually used to serve the initial HTML page. doPost() handles POST requests, ideal for form submissions or AJAX data. The boilerplate can include both based on your selection.
index.html as shown in this boilerplate. However, some organizations restrict external requests; in that case, consider downloading the files and adding them as separate HTML files (e.g., css.html) and include them with <?!= include('css') ?>.
ALLOWALL permits embedding anywhere; DEFAULT follows standard security policies. For most public-facing web apps, ALLOWALL is safe if you don't handle sensitive data.
doGet(e) using e.parameter or e.parameters. For example, e.parameter.name retrieves the value of ?name=John. You can then use this data to customize the HTML served.
Choose Babel presets (env, React, TypeScript) and plugins. Get a clean babel.config.json to transpile your code. Local tool.
Combine two random concepts to spark the next billion‑dollar startup idea. Silly or serious, it's brainstorming fun.
Interactive cheatsheet for JavaScript regular expressions with live examples. Click any token to see its explanation and test it on sample text immediately.
Generate strong random strings for API tokens, session secrets, or encryption keys. Uses crypto.getRandomValues().
Select a Node.js version from the LTS list and instantly download a .nvmrc file. Lock your project’s runtime.
Create CSS animations and transitions without coding. Define keyframes, easing, and duration. Copy the @keyframes and animation code instantly.
Create a Blob from text or a file and generate a temporary URL for it. Understand the Blob API. Dev demo.
Load a sprite sheet, define frames, and play an animation on a canvas. Control frame rate and loop. Game dev tool.
Select text and see the Selection object properties. Create ranges programmatically. Understand how rich‑text editors work.
Create a looping animated gradient background with multiple color stops. Copy the complete CSS keyframes. Eye‑catching.
Search and copy HTML entities for arrows, math, currency, and symbols. See the glyph and code. Fast reference.
Create and format Markdown tables by adjusting rows and columns. Align text, copy the raw Markdown. Perfect for README files.
Select emojis and arrange them into a seamless tiling background. Copy the CSS data‑URI or download as image.
Generate an SVG placeholder image with custom text, width, height, and colors. Use as a placeholder service. Pure SVG.
Create a reflection effect for images or text using box‑reflect. Adjust direction and offset. Copy the CSS.
Generate truly random numbers within a specified range. Useful for contests, game decisions, and sampling. Runs locally, no hidden algorithms.
Generate a humorous, realistic‑looking git commit message. Perfect for testing or filling mock repos.
Easily compute posterior probabilities given prior, likelihood, and marginal likelihood. Visual diagram. All local.
Search for common ingredient substitutions (e.g., buttermilk, egg, cornstarch). Quick reference for when you're missing something. Local data.
Generate dynamic placeholder images by specifying width, height, colors, and text. View instantly as a URL you can embed in mockups. Canvas-based.
Add some trendy skills to your resume. Generate a list of hard and soft skills relevant for tech and business jobs.
See how `animation‑composition: replace, add, accumulate` works by layering animations on the same property. Understand the spec.
Quick reference of HTTP methods with their semantics, idempotency, and example REST usage. Static, fast.
Test how `content‑type: text/html` vs `content‑type: image/svg+xml` affects SVG rendering in the browser. Modern performance hint.
Create a random magical item with a name, effect, and lore for your RPG session. Perfect for dungeon masters. No API.
Fill in a table name and columns, and the tool writes the correct SQL INSERT, UPDATE, DELETE, and SELECT queries. For quick scaffolding.
Stack multiple background images and blend them with colors. Create unique textures. Copy the CSS code instantly.
Drag words to the correct position in a sentence using in, on, at. Visual feedback.
Search for the NaOH and KOH sap values of various oils. Reference for cold process soap makers.
Click on a box to set the transform‑origin point and see how rotations and scales change. Copy the CSS.