agent-ecosystem/landing
2026-05-23 13:48:35 +03:00
..
assets chore: commit remaining workspace updates 2026-05-21 16:43:00 +03:00
components chore: checkpoint existing workspace changes 2026-05-23 13:48:35 +03:00
composables chore: checkpoint existing workspace changes 2026-05-23 13:48:35 +03:00
content feat(runtime): improve provider readiness diagnostics 2026-05-19 16:19:38 +03:00
data feat: add windows elevation status banner 2026-05-22 17:41:19 +03:00
docs feat(landing): refine hero timeline and ctas 2026-05-21 11:57:18 +03:00
layouts fix: harden team launch bootstrap provisioning 2026-05-19 19:43:02 +03:00
locales feat(landing): refresh hero video and provider support 2026-05-21 00:23:15 +03:00
pages chore: sync current frontend updates 2026-05-10 21:29:07 +03:00
plugins feat(landing): refresh hero video and provider support 2026-05-21 00:23:15 +03:00
product-docs feat(runtime): improve provider readiness diagnostics 2026-05-19 16:19:38 +03:00
public feat: add windows elevation status banner 2026-05-22 17:41:19 +03:00
server/routes chore: sync current frontend updates 2026-05-10 21:29:07 +03:00
stores feat(landing): update cyber hero visuals and theme sync 2026-05-17 23:49:32 +03:00
types fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
utils fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
.eslintrc.cjs fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
.gitignore feat(landing): refresh cyberpunk landing visuals 2026-05-17 15:13:44 +03:00
.prettierignore fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
.prettierrc fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
AGENTS.md feat(team): improve runtime bootstrap controls 2026-05-19 22:39:13 +03:00
app.vue fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
dist feat(landing): add new dist file and enhance AppLogo and HeroDemoVideo components 2026-03-23 17:21:25 +02:00
error.vue chore: commit remaining workspace updates 2026-05-21 16:43:00 +03:00
eslint.config.mjs fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
nuxt.config.ts feat: add windows elevation status banner 2026-05-22 17:41:19 +03:00
package-lock.json docs(landing): refresh media assets 2026-05-22 12:52:44 +03:00
package.json feat(landing): refresh hero video and provider support 2026-05-21 00:23:15 +03:00
README.md feat(landing): refresh hero video and provider support 2026-05-21 00:23:15 +03:00
tsconfig.json fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00

Agent Teams Landing

Quick start

pnpm install
pnpm dev

Build (SSG)

pnpm generate
pnpm preview

Notes

  • Static-first (SSG) by design.
  • Locale auto-detection: cookie -> browser settings -> fallback en.
  • Theme auto-detection: localStorage -> system preference -> fallback light.
  • Hero video uses the Mux Player embed. Set NUXT_PUBLIC_MUX_PLAYBACK_ID to override the default playback id without changing the code.
  • Hero background can use a separate Mux asset via NUXT_PUBLIC_MUX_BACKGROUND_PLAYBACK_ID; otherwise it reuses NUXT_PUBLIC_MUX_PLAYBACK_ID.