mesh-llm/website
James Dumay ab6e9f17c7
Some checks failed
Warm Windows ABI CI caches / Warm Windows CPU ABI cache (push) Has been cancelled
Warm Windows ABI CI caches / Warm Windows CUDA ABI cache (push) Has been cancelled
Warm Windows ABI CI caches / Warm Windows ROCm ABI cache (push) Has been cancelled
Warm Windows ABI CI caches / Warm Windows Vulkan ABI cache (push) Has been cancelled
PR Quality Checks / changes (push) Has been cancelled
Public Website Deploy / Build public website (push) Has been cancelled
CI / Linux immutable release host (push) Has been cancelled
CI / Linux CPU runtime (push) Has been cancelled
CI / Linux CPU product (push) Has been cancelled
CI / two_node_client_serving_smoke (push) Has been cancelled
CI / Runner image / ARC amd64 (push) Has been cancelled
CI / Runner image / ARC arm64 (push) Has been cancelled
CI / Linux static ABI input (push) Has been cancelled
CI / Rust crate tests () (push) Has been cancelled
CI / Linux tests () (push) Has been cancelled
CI / HuggingFace download smoke (push) Has been cancelled
CI / inference_smoke_tests (push) Has been cancelled
CI / agent_live_smokes (push) Has been cancelled
CI / rust_sdk_smoke (push) Has been cancelled
CI / Kotlin native SDK input (push) Has been cancelled
CI / kotlin_sdk_smoke (push) Has been cancelled
CI / changes (push) Has been cancelled
CI / Swift SDK full input (push) Has been cancelled
PR Quality Checks / rust-fmt (push) Has been cancelled
CI / swift_sdk_smoke (push) Has been cancelled
CI / macOS immutable release host (push) Has been cancelled
CI / macOS Metal runtime (push) Has been cancelled
CI / macOS Metal release product (push) Has been cancelled
CI / macOS unit tests (push) Has been cancelled
CI / Linux CUDA compatibility runtime (push) Has been cancelled
CI / Linux CUDA compatibility (push) Has been cancelled
Public Website Deploy / Deploy public website (push) Has been cancelled
CI / Linux ROCm slim runtime (push) Has been cancelled
CI / Linux ROCm slim (push) Has been cancelled
CI / Linux Vulkan runtime (push) Has been cancelled
CI / Linux Vulkan (push) Has been cancelled
CI / Windows Node SDK checks (push) Has been cancelled
CI / Windows CUDA runtime input (push) Has been cancelled
CI / Windows ROCm runtime input (push) Has been cancelled
CI / Windows Vulkan runtime input (push) Has been cancelled
CI / Windows immutable release host (push) Has been cancelled
CI / Windows CPU runtime input (push) Has been cancelled
CI / Windows CPU (push) Has been cancelled
CI / Windows CUDA (push) Has been cancelled
CI / Windows ROCm (push) Has been cancelled
CI / Windows Vulkan (push) Has been cancelled
PR Quality Checks / CI consistency (push) Has been cancelled
PR Quality Checks / CI contract (push) Has been cancelled
Warm Windows ABI CI caches / Prune old Windows ABI caches (push) Has been cancelled
PR Quality Checks / rust-clippy () (push) Has been cancelled
PR Quality Checks / ui-quality (push) Has been cancelled
PR Quality Checks / cli-docs-sync (push) Has been cancelled
PR Quality Checks / summary (push) Has been cancelled
docs: document libgomp1 for minimal Linux images (#1210)
* docs: document libgomp1 for minimal Linux images

* docs: add container libgomp installation guidance
2026-08-09 01:05:59 +00:00
..
.impeccable Add meshllm.cloud website, catalog viewer, and onboarding docs (#806) 2026-06-10 05:18:25 -04:00
scripts Add meshllm.cloud website, catalog viewer, and onboarding docs (#806) 2026-06-10 05:18:25 -04:00
src docs: document libgomp1 for minimal Linux images (#1210) 2026-08-09 01:05:59 +00:00
.eleventy.js docs: add agent-guided mesh installation runbook (#1003) 2026-07-17 11:30:22 -04:00
.gitignore Add meshllm.cloud website, catalog viewer, and onboarding docs (#806) 2026-06-10 05:18:25 -04:00
AGENTS.md docs: add agent-guided mesh installation runbook (#1003) 2026-07-17 11:30:22 -04:00
DESIGN.md Add meshllm.cloud website, catalog viewer, and onboarding docs (#806) 2026-06-10 05:18:25 -04:00
package-lock.json update rust and node dependencies (#925) 2026-06-30 14:27:02 +10:00
package.json update rust and node dependencies (#925) 2026-06-30 14:27:02 +10:00
PRODUCT.md Add meshllm.cloud website, catalog viewer, and onboarding docs (#806) 2026-06-10 05:18:25 -04:00
README.md Add meshllm.cloud website, catalog viewer, and onboarding docs (#806) 2026-06-10 05:18:25 -04:00

Mesh LLM Website

The public website is built with Eleventy and emitted into ../docs for static hosting.

cd website
npm install
npm run build

During development:

cd website
npm run dev

From the repository root:

just website-dev
just website-build

npm run dev runs Eleventy with watch mode, incremental builds, and browser reload on port 8765.

Source files live in website/src:

  • index.njk - landing page
  • catalog/index.njk - live Hugging Face catalog page
  • docs/index.njk - docs landing page
  • docs/pages/*.md - public documentation pages
  • _includes/ - shared layouts, nav, footer, and hero visual
  • assets/site.tailwind.css - shared styling source (generates site.generated.css)

The generated static output lives in docs/.