** supa-easy
Simple Python script for generating static HTML pages from JSON data. Built for personal use, potentially evolving into a basic CMS.
- Generates static HTML pages from JSON configuration
- Creates pricing tables with JSON-LD markup
- Fast, lightweight, and crash-resistant static output
- Easy FTP deployment
- Python 3.x
- Manual creation of directories specified in
config.py
data.json
file with page data (see example format)
- Clone repository
- Create directories as defined in
config.py
- Configure
data.json
with your page data - Modify HTML templates in
html.py
to match your design - Run:
python run.py
The script reads data.json
and generates complete HTML pages by:
- Inserting data into predefined template fields
- Building pricing tables
- Generating JSON-LD structured data
- AI integration for automated page generation
- AI-driven JSON data creation and page assembly
- Evolution into full CMS functionality
Static HTML files ready for FTP upload - maximum speed and reliability for simple websites.