mesh-llm/website
James Dumay 4bd1453fad
feat(skippy): expose authoritative generation lifecycle events (#1149)
* feat(skippy): expose authoritative generation lifecycle

* refactor(mesh): remove injected local model launcher

* fix(skippy): make serving hooks independent

* feat(mesh): load deadline-safe native serving plugins (#1155)

* feat(openai): propagate stable agent session identity

* feat(mesh): load deadline-safe native serving plugins

* docs: document native serving integrations

* fix(skippy): preserve native proposal query contract

* fix(skippy): compile native proposal plugin tests

* fix(plugin): use public proposal query constructor

* fix(skippy): make lifecycle delivery nonblocking

* refactor(skippy): add lifecycle ingress adapter

* fix: address generation lifecycle review

---------

Co-authored-by: Nick DiZazzo <nick.dizazzo@gmail.com>
2026-08-04 17:13:09 -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(skippy): expose authoritative generation lifecycle events (#1149) 2026-08-04 17:13:09 -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/.