mesh-llm/website
Nick DiZazzo ed41f366dc
feat: unify release hosts and native runtimes
- build one backend-neutral host per platform and package native runtimes separately
- compose immutable product-v2 bundles from verified host and runtime artifacts
- enforce host import policy and runtime provenance across release and SDK lanes
- align debug, release, Windows, Kotlin, and Swift validation with the composed product model
- update release documentation, CI topology, and agent guidance for the unified path
- require no-device client readiness and bounded clean shutdown for packaged runtimes
2026-07-29 10:16:23 -04: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 feat: unify release hosts and native runtimes 2026-07-29 10:16:23 -04: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/.