⚙️ How to Use the AWS Template Maker (Offline Tool)
The AWS Template Maker is a single-file application designed to quickly scaffold common infrastructure-as-code templates. It runs entirely in your browser—no installation, no accounts, and no internet required after download.
Download: Click the Download button below to save the file (aws_template_maker_v1.0.html) to your computer.
Open: Locate the downloaded HTML file on your computer and simply double-click it. It will open automatically in your default web browser (Chrome, Firefox, Edge, etc.).
Select & Build: Inside the tool, choose your desired format—CloudFormation (JSON/YAML) or Terraform (.tf)—and choose the items to generate the base code structure for your AWS resources.
Export: Save the generated template to your local machine and continue building your infrastructure.
How to Use the Python Structure Viewer (Offline Tool)
The Python Structure Viewer is a single-file application that runs entirely in your browser—no installation, no accounts, and no internet required after download.
Download: Click the Download button below to save the file (python_structure_viewer_v1.0.html) to your computer.
Open: Locate the downloaded HTML file on your computer and simply double-click it. It will open automatically in your default web browser (Chrome, Firefox, Edge, etc.).
Analyze: Paste your Python code into the left code editor pane.
Generate: Click the Generate button (or press Ctrl + Enter) to instantly see the logic translated into the Tree View and English View in the right analysis pane.