Skip to main content

Vagrant File Generator

v1.2.1

Generate Vagrantfile templates for local VM development environments.

Generates Vagrantfile templates for common local VM development environments — select a base box, set memory/CPU, configure synced folders, network ports, and a shell provisioner.

How to use
  • Select a base box (ubuntu/jammy64, debian/bullseye64, etc.) and configure resources.
  • Add port forwards and synced folder mappings for your development workflow.
  • Copy the Vagrantfile to your project root and run vagrant up.

Box & VM

Resources

Networking

No forwarded ports configured.

Synced Folder

Provisioner

Generated Vagrantfile

Configure your VM and click Generate to create a Vagrantfile.