Development
Generate ready-to-commit config & deployment files: ESLint/Prettier/Babel/Vite/Webpack/Rollup, Dockerfile/Docker Compose, Nginx/Apache, GitHub Actions/GitLab CI/Jenkins, PM2/systemd, .env/.gitignore/README/LICENSE/CHANGELOG — all in your browser.
CI/CD
Generate CI/CD pipelines: GitHub Actions, GitLab CI, Jenkins, and Travis CI.
GitHub Actions Generator Online
Generate a GitHub Actions workflow (.github/workflows/ci.yml) for automatic lint, test, and build. Free, fast, and runs entirely in your browser.
GitLab CI Generator Online
Generate a .gitlab-ci.yml with stages, cache, and scripts for a GitLab CI/CD pipeline. Free, fast, and runs entirely in your browser.
Jenkins Pipeline Generator Online
Generate a Jenkinsfile (Declarative Pipeline) that runs inside a Node container. Free, fast, and runs entirely in your browser.
Travis CI Generator Online
Generate a .travis.yml for a Node.js-based Travis CI pipeline. Free, fast, and runs entirely in your browser.
Config
Generate tooling config files: ESLint, Prettier, Babel, Vite, Webpack, Rollup, EditorConfig, .dockerignore, .gitattributes.
.dockerignore Generator Online
Generate a .dockerignore to exclude files from the Docker build context. Free, fast, and runs entirely in your browser.
.gitattributes Generator Online
Generate a .gitattributes to normalize line endings and mark binary files. Free, fast, and runs entirely in your browser.
Babel Config Generator Online
Generate a babel.config.json with preset-env, TypeScript, and React presets. Free, fast, and runs entirely in your browser.
EditorConfig Generator Online
Generate an .editorconfig to keep code style consistent across all editors & IDEs. Free, fast, and runs entirely in your browser.
ESLint Config Generator Online
Generate a complete .eslintrc.json with env, parser, plugins, and rules from a few choices. Free, fast, and runs entirely in your browser.
Prettier Config Generator Online
Generate a .prettierrc.json with all formatting options (semi, quotes, tab width, etc.). Free, fast, and runs entirely in your browser.
Rollup Config Generator Online
Generate a rollup.config.js with input, output format, and common plugins. Free, fast, and runs entirely in your browser.
Vite Config Generator Online
Generate a vite.config.ts/js with the framework plugin, dev server port, and build options. Free, fast, and runs entirely in your browser.
Webpack Config Generator Online
Generate a webpack.config.js with entry, output, loaders, and devServer. Free, fast, and runs entirely in your browser.
Deployment
Generate deployment files: Dockerfile, Docker Compose, Nginx, Apache, PM2, and systemd.
Apache Config Generator Online
Generate an Apache VirtualHost (reverse proxy or static) with domain and logging. Free, fast, and runs entirely in your browser.
Docker Compose Generator Online
Generate a docker-compose.yml with an app service and an optional database (Postgres/MySQL/Mongo/Redis). Free, fast, and runs entirely in your browser.
Dockerfile Generator Online
Generate a Node.js Dockerfile (optional multi-stage, non-root) with version, port, and start command. Free, fast, and runs entirely in your browser.
Nginx Config Generator Online
Generate an Nginx server config (reverse proxy or static) with domain, port, and optional SSL block. Free, fast, and runs entirely in your browser.
PM2 Config Generator Online
Generate an ecosystem.config.js for PM2 (fork/cluster mode, memory restart, env). Free, fast, and runs entirely in your browser.
systemd Service Generator Online
Generate a systemd service unit (.service) to run an app as an auto-restarting daemon. Free, fast, and runs entirely in your browser.
Project
Generate project files: .env, .gitignore, LICENSE, CHANGELOG, and README.
.env Generator Online
Generate a .env file with NODE_ENV, PORT, and your custom variables. Free, fast, and runs entirely in your browser.
.gitignore Generator Online
Generate a .gitignore from a stack preset (Node/Python/Java/Go/Rust) + custom patterns. Free, fast, and runs entirely in your browser.
Changelog Generator Online
Generate a CHANGELOG.md following the Keep a Changelog format (Added/Changed/Fixed). Free, fast, and runs entirely in your browser.
License Generator Online
Generate a LICENSE file from popular templates (MIT, Apache-2.0, GPL-3.0, BSD-3, ISC, Unlicense). Free, fast, and runs entirely in your browser.
README Generator Online
Generate a complete README.md with title, description, features, installation, usage, and license. Free, fast, and runs entirely in your browser.