agent-ecosystem/landing
2026-05-17 15:13:44 +03:00
..
assets feat(landing): refresh cyberpunk landing visuals 2026-05-17 15:13:44 +03:00
components feat(landing): refresh cyberpunk landing visuals 2026-05-17 15:13:44 +03:00
composables feat(landing): refresh cyberpunk landing visuals 2026-05-17 15:13:44 +03:00
content feat(landing): polish docs and hero visuals 2026-05-04 22:59:01 +03:00
data feat(landing): refresh cyberpunk landing visuals 2026-05-17 15:13:44 +03:00
docs feat(docs): restructure VitePress IA, improve onboarding/troubleshooting docs 2026-05-15 23:34:06 +03:00
layouts fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
locales chore: sync current frontend updates 2026-05-10 21:29:07 +03:00
pages chore: sync current frontend updates 2026-05-10 21:29:07 +03:00
plugins feat: docs + optmizitation + improve launch 2026-05-04 17:21:05 +03:00
product-docs feat(docs): restructure VitePress IA, improve onboarding/troubleshooting docs 2026-05-15 23:34:06 +03:00
public fix(readme): update Discord link and remove obsolete screenshot 2026-03-23 23:38:57 +02:00
server/routes chore: sync current frontend updates 2026-05-10 21:29:07 +03:00
stores feat(docs): restructure VitePress IA, improve onboarding/troubleshooting docs 2026-05-15 23:34:06 +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
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 fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02: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(docs): restructure VitePress IA, improve onboarding/troubleshooting docs 2026-05-15 23:34:06 +03:00
package-lock.json fix(landing): include postcss deps for docs build 2026-05-05 10:45:54 +03:00
package.json fix(landing): include postcss deps for docs build 2026-05-05 10:45:54 +03:00
README.md feat(team): expand opencode review and release support 2026-04-24 12:05:54 +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.