htmlhost.co

Changelog

New features, improvements, and fixes across the platform and CLI.

Subscribe to updates via RSS

v1.4.0

May 6, 2026Latest

Directory deploy & changelog

Deploy entire directories of HTML files with a single command, plus a new changelog page and WAV upload support.

  • FeatureDeploy all HTML files in a directory with `htmlhost deploy .` — each file becomes a separate linked site, updated in place on re-deploy.
  • FeatureNew /changelog page with a versioned timeline, keyword search, and RSS feed.
  • FeatureWAV audio files can now be uploaded to the media library.
  • ImprovementShared asset cache across batch deploys — common CSS, JS, and images are uploaded once and reused across all HTML files.
  • ImprovementAI-powered changelog generator script for streamlined release notes.

v1.3.0

May 6, 2026

Automatic asset uploading

Deploy multi-file HTML projects with a single command. Local scripts, stylesheets, images, and fonts are automatically uploaded and rewritten to hosted URLs.

  • FeatureCLI deploy now auto-detects local asset references (scripts, CSS, images, fonts, audio, video) in your HTML, uploads them to your media library, and rewrites the references to hosted URLs.
  • FeatureNew --no-assets flag to skip automatic asset uploading when deploying.
  • ImprovementFiles larger than 10 MB are automatically skipped during asset upload to prevent accidental storage depletion.

v1.2.1

May 5, 2026

Platform polish

Security hardening, mobile responsiveness, and search improvements across the platform.

  • FeatureRotating banner on the homepage and keyword search with text highlighting in documentation.
  • FeatureSEO infrastructure: sitemap, robots.txt, and OpenGraph metadata for all pages.
  • ImprovementResponsive design overhaul: horizontal tabs, mobile card tables, and stacked forms.
  • ImprovementSecurity headers and restricted AI proxy access to authenticated users.
  • FeatureMobile logout button added to the navigation menu.
  • FixFixed mobile save button showing redundant checkmark and settings/docs grid breakpoint issue.

v1.2.0

May 4, 2026

Media library & upload command

Upload images, fonts, and assets from the terminal. Get permanent CDN-backed URLs for use in your HTML.

  • FeatureNew `htmlhost upload` command — upload files or entire directories to your media library.
  • FeatureMedia library in the browser editor for managing uploaded assets.
  • FeatureCustom domains for Pro users — connect your own domain via CNAME with automatic SSL.
  • ImprovementREST API documentation added to the docs page.

v1.1.0

May 2, 2026

Smart re-deploy & project linking

The CLI now remembers your project and can re-deploy in place or create a new site — your choice, saved per-project.

  • FeatureProject linking via .htmlhost file — the CLI remembers which site a project is linked to.
  • FeatureInteractive re-deploy prompt with 'always overwrite' and 'always create new' options.
  • FeatureAI visual editing — click any element, describe the change, watch it update live.
  • ImprovementAdded --new flag to force a fresh deploy and skip the .htmlhost link.

v1.0.0

April 28, 2026

Initial release

htmlhost.co launches — deploy a single HTML file and get a live URL in seconds.

  • FeatureBrowser-based editor with instant deploy and live preview.
  • FeatureCLI tool (`htmlhost-cli`) for deploying from the terminal.
  • FeatureREST API with Bearer token authentication.
  • FeatureAnonymous hosting — up to 5 sites, no signup required.
  • FeatureConfigurable TTL: 1d, 7d, 30d, or never (Pro).
  • FeatureFree and Pro plans with storage and site limits.

Have a feature request? hey@htmlhost.co