config
32 tools tagged "config".
CSON to JSON Converter
Parse a CSON (CoffeeScript Object Notation) document's indented blocks and inline arrays into JSON.
Open toolINI to JSON Converter
Parse INI text (sections, key=value lines, comments) into a JSON object.
Open toolJSON to CSON Converter
Render a JSON object as CSON (CoffeeScript Object Notation): indented blocks, bare keys, inline scalar arrays.
Open toolJSON to INI Converter
Convert a JSON object into classic INI format with sections and key=value lines.
Open toolJSON to TOML Converter
Convert a JSON object into a TOML document with tables and array-of-tables.
Open toolJSON to YAML Converter
Convert JSON into clean, block-style YAML.
Open toolTOML to JSON Converter
Parse a TOML document (tables and array-of-tables included) into JSON.
Open toolNginx Rewrite Generator
Build Nginx rewrite and redirect rules from a list of from/to paths.
Open toolpackage.json Generator
Build a valid package.json with scripts, dependencies, and engine constraints filled in through a form.
Open tooltsconfig.json Generator
Generate a tsconfig.json tuned for a React app, Node backend, or publishable library.
Open toolESLint Flat Config Generator
Generate an ESLint 9 flat config for React, Node, or TypeScript with plugins and rule overrides.
Open toolPrettier Config Generator
Generate a .prettierrc and matching .prettierignore from printWidth, quotes, semicolons, and trailing commas.
Open toolBabel Config Generator
Generate a babel.config.js with preset-env browserslist targets, preset-react, preset-typescript, and plugins.
Open toolVite Config Generator
Generate a vite.config.ts with a framework plugin, path aliases, dev-server proxy rules, and build options.
Open toolWebpack Config Generator
Generate a webpack.config.js with entry/output, mode, babel-loader/css-loader rules, devServer, and plugins.
Open toolRollup Config Generator
Generate a rollup.config.js with ESM + CJS output, externals, and typescript/node-resolve/commonjs plugins.
Open toolHusky Git Hooks Generator
Generate Husky v9 .husky/pre-commit and .husky/commit-msg scripts plus the package.json prepare line.
Open toolCommitlint Config Generator
Generate a commitlint.config.js extending @commitlint/config-conventional with custom type/scope enums.
Open toollint-staged Config Generator
Generate a lint-staged config mapping glob patterns to command arrays, as .lintstagedrc.json or a package.json block.
Open toolEditorConfig Generator
Generate a .editorconfig file with per-glob indent style, indent size, charset, line endings, and whitespace rules.
Open toolJest/Vitest Config Generator
Generate a jest.config.js or vitest.config.ts with test environment, coverage, setup files, and path aliases.
Open toolTailwind Config Generator
Generate a tailwind.config.ts with content globs, theme colors/fonts, dark mode, and official plugins.
Open toolNext.js Config Generator
Generate a next.config.mjs with reactStrictMode, image remote patterns, security headers, redirects, and rewrites.
Open toolReact Environment Variables Generator
Generate a .env file with the correct CRA/Vite/Next.js prefix, plus a matching Zod validation schema.
Open toolAngular.json Build Target Generator
Generate an angular.json build target snippet with outputPath, size budgets, environment file replacement, and a serve proxy.
Open toolSvelteKit Config Generator
Generate a svelte.config.js with the right adapter (node/vercel/static) and a matching CSP example for that host.
Open toolVue Config Generator (Vue 3 / Vue 2)
Generate the right Vue config for your version: vite.config.ts (Vue 3) or vue.config.js (Vue 2), with aliases and proxy.
Open toolLangChain Config Generator
Generate a LangChain RunnableConfig with tags, callbacks, a tools list, retries, and a timeout.
Open toolMCP Server Config Generator
Generate an mcpServers JSON block for a stdio-based Model Context Protocol server.
Open toolHugging Face Config Generator
Generate a Hugging Face .env plus a local transformers pipeline or Inference Endpoint snippet.
Open toolVector Database Config Generator
Generate connection/setup code for Pinecone, Qdrant, Chroma, or pgvector, each with its own real fields.
Open toolwrangler.toml Generator
Build a wrangler.toml with name, entry point, routes, KV/D1 bindings, and a [vars] block.
Open tool