| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A high-quality, append-only progress journal for the Forge auto-research loop. Built with Astro, project-local Impeccable design guidance, and the owned shadcn/typeset stylesheet.
npm install
npm run sync
npm run devnpm run sync imports Markdown and assets from ../auto-research/site by default. Override it with AUTO_RESEARCH_SOURCE=/path/to/site. The sync is deliberately append-only: missing upstream entries are not deleted from this repository.
Plain Markdown works without frontmatter. The sync script adds inferred metadata to copied entries. For richer entries, add frontmatter:
---
title: Spectrum + TJS full-stack comparison
description: Five matched 1024px visual comparisons.
date: 2026-07-15
kind: experiment
status: published
tags: [diffusion, z-image, performance]
featured: true
media:
- type: comparison
src: /assets/spectrum/reference.png
before: /assets/spectrum/reference.png
after: /assets/spectrum/candidate.png
alt: Matched reference and candidate generations
caption: Seed 0, 1024×1024, warmed runs.
- type: video
src: https://media.example.com/clip.mp4
poster: /assets/posters/clip.webp
- type: stream
src: https://customer-CODE.cloudflarestream.com/VIDEO_ID/iframe
---Standard Markdown images continue to work. HTML <video controls> also works in Markdown; use MDX when an entry needs custom Astro components.
npm run build
npx wrangler deployRecommended split:
Keep stable media URLs in frontmatter. That decouples the permanent journal from where the artifact is stored.
npm run check
npm run build
npm run design:audit| Back | FazBrowse Home | New Git URL |