Skip to content

ForgeDefine your stack once. Reuse it everywhere.

Runtime-agnostic preset scaffolding for modern teams.

Forge is a CLI for scaffolding app foundations quickly and consistently. Define setup logic once in a preset, then reuse it across repos and teams.

Quick Start

bash
npx @antardev/forge-dev init next-saas-pro my-app
cd my-app
npm run dev

Key Features

  • Reusable preset modules with preset.yaml + templates/
  • Variable prompts and conditional step execution
  • Runtime-aware install/run behavior for Node, plus generic runtime metadata
  • Custom preset scaffolding with runtime/language/package-manager options
  • Remote preset support via --trust

Why Forge?

Manual setup is repetitive and inconsistent across projects. Forge gives you a single, versionable source of truth for project bootstrapping.