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 tool

INI to JSON Converter

Parse INI text (sections, key=value lines, comments) into a JSON object.

Open tool

JSON to CSON Converter

Render a JSON object as CSON (CoffeeScript Object Notation): indented blocks, bare keys, inline scalar arrays.

Open tool

JSON to INI Converter

Convert a JSON object into classic INI format with sections and key=value lines.

Open tool

JSON to TOML Converter

Convert a JSON object into a TOML document with tables and array-of-tables.

Open tool

JSON to YAML Converter

Convert JSON into clean, block-style YAML.

Open tool

TOML to JSON Converter

Parse a TOML document (tables and array-of-tables included) into JSON.

Open tool

Nginx Rewrite Generator

Build Nginx rewrite and redirect rules from a list of from/to paths.

Open tool

package.json Generator

Build a valid package.json with scripts, dependencies, and engine constraints filled in through a form.

Open tool

tsconfig.json Generator

Generate a tsconfig.json tuned for a React app, Node backend, or publishable library.

Open tool

ESLint Flat Config Generator

Generate an ESLint 9 flat config for React, Node, or TypeScript with plugins and rule overrides.

Open tool

Prettier Config Generator

Generate a .prettierrc and matching .prettierignore from printWidth, quotes, semicolons, and trailing commas.

Open tool

Babel Config Generator

Generate a babel.config.js with preset-env browserslist targets, preset-react, preset-typescript, and plugins.

Open tool

Vite Config Generator

Generate a vite.config.ts with a framework plugin, path aliases, dev-server proxy rules, and build options.

Open tool

Webpack Config Generator

Generate a webpack.config.js with entry/output, mode, babel-loader/css-loader rules, devServer, and plugins.

Open tool

Rollup Config Generator

Generate a rollup.config.js with ESM + CJS output, externals, and typescript/node-resolve/commonjs plugins.

Open tool

Husky Git Hooks Generator

Generate Husky v9 .husky/pre-commit and .husky/commit-msg scripts plus the package.json prepare line.

Open tool

Commitlint Config Generator

Generate a commitlint.config.js extending @commitlint/config-conventional with custom type/scope enums.

Open tool

lint-staged Config Generator

Generate a lint-staged config mapping glob patterns to command arrays, as .lintstagedrc.json or a package.json block.

Open tool

EditorConfig Generator

Generate a .editorconfig file with per-glob indent style, indent size, charset, line endings, and whitespace rules.

Open tool

Jest/Vitest Config Generator

Generate a jest.config.js or vitest.config.ts with test environment, coverage, setup files, and path aliases.

Open tool

Tailwind Config Generator

Generate a tailwind.config.ts with content globs, theme colors/fonts, dark mode, and official plugins.

Open tool

Next.js Config Generator

Generate a next.config.mjs with reactStrictMode, image remote patterns, security headers, redirects, and rewrites.

Open tool

React Environment Variables Generator

Generate a .env file with the correct CRA/Vite/Next.js prefix, plus a matching Zod validation schema.

Open tool

Angular.json Build Target Generator

Generate an angular.json build target snippet with outputPath, size budgets, environment file replacement, and a serve proxy.

Open tool

SvelteKit Config Generator

Generate a svelte.config.js with the right adapter (node/vercel/static) and a matching CSP example for that host.

Open tool

Vue 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 tool

LangChain Config Generator

Generate a LangChain RunnableConfig with tags, callbacks, a tools list, retries, and a timeout.

Open tool

MCP Server Config Generator

Generate an mcpServers JSON block for a stdio-based Model Context Protocol server.

Open tool

Hugging Face Config Generator

Generate a Hugging Face .env plus a local transformers pipeline or Inference Endpoint snippet.

Open tool

Vector Database Config Generator

Generate connection/setup code for Pinecone, Qdrant, Chroma, or pgvector, each with its own real fields.

Open tool

wrangler.toml Generator

Build a wrangler.toml with name, entry point, routes, KV/D1 bindings, and a [vars] block.

Open tool