Show HN: Hugoifier – convert any HTML template to a Hugo and Decap setup via AI
Hugoifier is an open-source tool that automates conversion of HTML templates into Hugo static sites with integrated Decap CMS configuration, using LLMs to handle template conversion and CMS config generation.
Hugoifier automates the full pipeline: 1. Analyze – inspects an HTML theme or existing Hugo theme for structure 2. Hugoify – uses an LLM to convert raw HTML into valid Hugo Go templates (baseof.html, partials, index layouts) 3. Decapify – generates a Decap CMS config.yml auto-tuned to the site's content structure, with whitelabel support
The output is a deployable Hugo site + CMS, ready to push to GitHub and serve from Cloudflare Pages or GitHub Pages.
Why Hugo + Cloudflare: no database, no server, statically compiled HTML served from the edge. Practically unhackable, infinitely scalable, nearly free to host.
Supports Anthropic (default), OpenAI, and Google backends. MIT licensed.
pip install hugoifier hugoifier complete themes/my-theme
GitHub: https://github.com/ConflictHQ/hugoifier Docs: https://hugoifier.dev