Skip to content

docs(web): list nightly engines and models on the homepage - #222

Merged
jatinkrmalik merged 1 commit into
VocaHQ:mainfrom
Mr-Sunglasses:docs/website-nightly-models
Aug 16, 2026
Merged

docs(web): list nightly engines and models on the homepage#222
jatinkrmalik merged 1 commit into
VocaHQ:mainfrom
Mr-Sunglasses:docs/website-nightly-models

Conversation

@Mr-Sunglasses

Copy link
Copy Markdown
Member

Summary

  • The nightly note on the homepage only said "additional engine work" with no specifics, while Sources/VocaMac/Models/WhisperModel.swift and SherpaModelCatalog.swift (and README.md) already document real, current engines/models: Parakeet v3/v2/110M, Apple Speech, and the sherpa-onnx models (Moonshine Tiny/Base, SenseVoice, GigaAM v3, Canary 180M Flash).
  • Add a [[nightlyModels]] table to web/data/product.toml, sourced from the code and cross-checked against README's model table.
  • Render a second table on the homepage's Models section for these nightly-only engines, alongside the existing stable WhisperKit table.
  • Surface the brew install --cask vocamac-nightly command, which existed in product.toml but was never actually rendered anywhere on the site, plus a link to the nightly release notes.
  • Sharpen the "What is available beyond Whisper?" FAQ answer to name the engines instead of a vague placeholder.

Test plan

  • npm run check in web/ (Hugo build + all 9 site tests) passes
  • Visual check of the new nightly table / note-nightly box on a real browser (not verified locally due to a Playwright/Chromium version mismatch in this environment)

The nightly note only ever said "additional engine work" without naming
anything, and the Parakeet/Apple Speech/sherpa-onnx models added since
v0.7.2 (WhisperModel.swift, SherpaModelCatalog.swift) had no presence on
the site at all. Add a second model table sourced from product.toml,
matching README.md's existing model docs, plus the nightly install
command that was already in product.toml but never rendered.
@github-actions github-actions Bot added app ci docs documentation Improvements or additions to documentation web and removed ci app docs labels Aug 16, 2026
@jatinkrmalik
jatinkrmalik merged commit 9c81dd5 into VocaHQ:main Aug 16, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation web

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants