Tool Launcher

Search for a tool...

1tt.dev1tt.dev
Config Generator
v15.0

Core framework behavior and build settings.

React Strict Mode

Enable React strict mode for highlighting potential problems.

Output Mode

Build output mode for deployment targets.

Base Path

URL prefix when hosting under a subpath.

Trailing Slash

Append trailing slashes to all URLs.

X-Powered-By Header

Include the X-Powered-By response header.

Compression

Enable gzip compression for rendered content.

Build Directory

Output directory for the production build.

Clean Build Directory

Remove the build directory before each build.

Generate ETags

Generate ETag headers for rendered pages.

Page Extensions
tsxtsjsxjs

File extensions resolved as pages.

Image optimization and remote pattern configuration.

Disable Optimization

Serve images without the built-in optimization pipeline.

Remote Hostnames

Allowed hostnames for remote image optimization.

Image Formats

Accepted output formats for optimized images.

Minimum Cache TTL

Cache duration in seconds for optimized images.

Device Sizes
64075082810801200192020483840

Device width breakpoints for responsive image srcsets.

Image Sizes
1632486496128256384

Width values used when a sizes prop is set on next/image.

URL handling and middleware behavior.

Skip Trailing Slash Redirect

Disable automatic trailing slash redirects.

Skip Middleware URL Normalize

Disable URL normalization in middleware.

Type checking and linting behavior during builds.

Ignore TypeScript Errors

Skip type checking during production builds.

Ignore ESLint Errors

Skip ESLint checks during production builds.

ESLint Directories

Directories to run ESLint on during builds.

Unstable and preview features that may change between releases.

Partial Prerendering

Enable partial prerendering for streaming static shells.

React Compiler

Enable the React compiler for automatic memoization.

Server Actions Body Limit

Maximum request body size for server actions.

Optimize Package Imports

Packages to tree-shake with optimized barrel file handling.

Turbopack

Enable Turbopack for the development server.

Typed Routes

Generate typed route definitions for Link components.

Instrumentation Hook

Enable the instrumentation.ts lifecycle hook.

Package transpilation and server-side module resolution.

Transpile Packages

NPM packages to transpile from node_modules.

Server External Packages

Packages excluded from server-side bundling.

Asset delivery and CDN configuration.

Asset Prefix

CDN prefix for static assets.

next.config.js