ADDON-CMS — Clients Edit Their Hand-Built Site Themselves

Photographers get hand-built websites. The moment a price or a photo needs changing, they have to call the developer. Ordinary page builders solve this by throwing the design away — here it survives.

Features

  • Editor with a preview beside it: fields on the left, the finished page on the right
  • The design stays in Git, only the content becomes data
  • Publishing with one button, with versions to roll back to
  • Blog, prices, portfolio and contacts — the parts that actually change
  • The site stays static: no database at visit time, nothing to maintain

Result

  • 63 commits, automated tests on every push
  • The client changes prices and photos themselves; the crafted look is left untouched

Stack: HTML, JavaScript, CSS, Git as the store for the design, CI

Description