All Projects
Project 1 min read

Hosted by TMQ website

A personal blog that doubles as a proving ground for shared content helpers, feeds, search, reader controls, and Payload publishing.

T
TMQ 3 July 2026
websitesplatformpersonal-sitemonoreposveltekitpayloaddaisyuibunnycdn

This site is intentionally personal, but it is not a snowflake. It uses the same platform pieces as the client sites: route manifests, media manifests, Payload snapshots, SvelteKit static output, DaisyUI themes, and deployment orchestration.

What it is testing

  • Blog, project, and system collections in the shared content model
  • Full-content RSS and Atom feeds from the static snapshot
  • Instant fuzzy search without a server endpoint
  • Reusable code blocks, author badges, and reader preferences
  • Build-once promotion from a checksum-verified remote release bundle
collections.ts
export const contentCollections = [
  'blog',
  'projects',
  'systems',
] as const;
The site-specific routes stay small because the shared content model knows these collection families.

Open the primary domain

The canonical public home for Hosted by TMQ.

Visit hosted.fyi

Hosted by TMQ

Technical notes, practical guides, project logs, and public system writeups. No fake terminal theatre.