Ansible Architect is a Next.js application that helps you design and visualize Ansible playbooks. It provides a drag-and-drop builder, playbook validation, and YAML export so you can create automation tasks quickly.
- Node.js: version 20 or later.
- npm: comes bundled with Node.js
Clone the repository and install dependencies:
npm installStart the development server with:
npm run devBuild the production app:
npm run buildAfter building you can start the server:
npm startAdditional scripts:
npm run lint– run ESLintnpm run typecheck– run TypeScript type checking
The source code resides in the src directory. The initial entry point is src/app/page.tsx.
