Back to browse
tot.page – git-backed publishing for HTML and Markdown

tot.page – git-backed publishing for HTML and Markdown

by ramoz·Jun 15, 2026·3 points·0 comments

AI Analysis

●●SolidCozyShip It

Git-backed static hosting with no signup, but GitHub Gist already does this free.

Strengths
  • Immutable hash URLs give you versioned snapshots automatically
  • Cloudflare Artifacts backend means CDN-like delivery out of the box
  • Simple CLI workflow with list, update, and remove commands
Weaknesses
  • Static hosting is crowded with free alternatives like GitHub Pages
  • No clear advantage over existing gist or snippet services
Target Audience

Developers who need quick static hosting without signup

Similar To

GitHub Gist · Netlify Drop · Vercel deployments

Post Description

tot.page is a simple service that produces a share link for any html or raw markdown from your terminal. Nothing new there except it's backed by git with CDN-like delivery (using cloudflare artifacts [1]).

tot file.html

→ raw public living URL, and:

→ immutable hash snapshot URL

→ no account needed

(treat links like excalidraw)

The docs on the home page are being served by tot.

This is a small thing powering a bigger one: https://tot.page/0CW7xV96XMxnalrzwRl4eQ

Rated E for Everyone:

https://github.com/plannotator/tot

[1] https://www.cloudflare.com/products/artifacts/

Similar Projects