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
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;Open the primary domain
The canonical public home for Hosted by TMQ.
Visit hosted.fyi